/************************************************************
/*   Faxterol - www.faxterol.com
/*   Estilo General para los navegadores estandares
/*   general.css
/*	 Para Casa Creativa - www.casacreativa.com.mx
/*   2009
**************************************************************/

body,div,h1,h2,h3,h4,h5,h6,ul,li,img,p{ margin: 0px; padding: 0px; list-style:none; border: 0px; }
body{
	background: #035da3 url(imagenes/fondo.jpg) no-repeat top center scroll;
	color:#FFF;
	font-family: Arial, sans-serif, "Myriad Pro";
	font-size: 12px;
	line-height: 1.5;
	margin-top: 150px;
}

a{ color:#FFF; text-decoration: none; }
a:hover{ color: #dbdbdb; }

#index{
	height: 250px;
	margin: 0 auto;
	text-align: center;
	width: 422px;
}
.saltar{ text-align: center; }
.cuerpo{
	margin: 0 auto;
	overflow: hidden;
	width: 750px;
}

#latder{
	float:left;
	width: 150px;
}

#latder .t{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

#latder li a{ font-size: 14px; font-weight: bold; }
#latder li ul li a{ font-size: 12px; font-weight: bold; }


#latder li ul{
	display:none;
	margin: 5px 10px;
}

#latizq{
	float: left;
	width: 600px;
}


#vervid{
	width: 600px;
}
#vervid .info{
	background: #000;
	height: 150px; 
}
h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			
#verproyecto{ 
	width: 531px; 
	height: 412px; 
	margin:10px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
}
#verproyecto img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
#verproyecto p{ 
	padding: 2px 10px; 
	color:#afafaf; 
	font-weight:bold; 
}
		
#verproyecto .info{ 
	float: left; 
	z-index: 12; 
	position: absolute; 
	background: #000;
	height: 150px; 
	width: 100%; 
	top: 369px;
	opacity: .8; 
}
#verproyecto p, #vervid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
}

#formcontacto{
	margin: 0 auto;
	width: 500px;
}

#formcontacto p{
	margin: 10px 0px;
}

#formcontacto p .campo, #formcontacto  .boton{
	background-color: #0183be;
	border: 0px;
	color:#fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	width: 350px;
}

#formcontacto .boton{
	display: inline-block;
	margin-left: 80px;
}

#formcontacto p input, #formcontacto p label{
	display: inline-block;
	font-weight: bold;
}
#formcontacto p label{
	text-align: right;
	margin-right: 5px;
	float: left;
	width: 75px;
}

#formcontacto p.pista{
	clear: both;
	font-size: 10px;
}

.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checklist li {
	float: left;
	margin-right: 10px;
	background: url(imagenes/checkboxbg.gif) no-repeat 0 0;
	width: 141px;
	height: 165px;
	position: relative;
	font: normal 11px/1.3 "Lucida Grande","Lucida","Arial",Sans-serif;
}

.checklist li.selected {
	background-position: -141px 0;
}

.checklist li.selected .checkbox-select {
	display: none;
}

.checkbox-select {
	display: block;
	float: left;
	position: absolute;
	top: 128px;
	left: 30px;
	font-weight: bold;
	width: 85px;
	height: 23px;
	font-size: 14px;
}

.checklist li input {
	display: none;
}

a.checkbox-deselect {
	display: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 130px;
	right: 10px;
}

.checklist li.selected a.checkbox-deselect {
	display: block;
}

.checklist li p {
	text-align: center;
	padding: 0px;
}

#formcontacto .error{
	background-color :#000;
	border: red 2px solid;
	padding: 5px;
}

h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			
			#verproyecto{ 
				width: 531px; 
				height: 412px; 
				margin:10px; 
				float:left; 
				overflow: hidden; 
				position: relative; 
			}
				#verproyecto img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				#verproyecto p{ 
					padding: 2px 10px; 
					color:#afafaf; 
					font-weight:bold; 
				}
				
			#verproyecto .info{ 
				float: left; 
				z-index: 12; 
				position: absolute; 
				background: #000;
				height: 150px; 
				width: 100%; 
				top: 367px;
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}