@charset "utf-8";
#contenedor {
	height: 100%;
	width: 977px;
	margin: 0 auto;
}
#encabezado {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 88px;
	width: 977px;
}
#logo{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 88px;
	width: 345px;
}
#consultas {
	margin: 0px;
	padding: 0px;
	float:right;
	height: 88px;
	width: 322px;
}
#menu {
	height: 33px;
	width: 877px;
	background-image: url(../images/fondo-menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	float:left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#666666;
}
#menu a {
	text-decoration:none;
	color:#333366;
}
#menu a:hover {
	text-decoration:underline;
	color:#666666;
}
#rotador {
	height: 360px;
	width: 977px;
	background-image:url(../images/fondo-rotador.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto;
	float:left;
	text-align:center;
	padding-top:5px;
}
#contenedor-footer {
	width:100%;
	background:url(../images/fondo-footer.png);
	height: 183px;
	float:left;
	margin:0 auto;

	}
#footer {
	height: 183px;
	width: 977px;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#666666;
	margin:0 auto;
}
#footer .izquierda {
	margin-left:70px;
	margin-top:10px;
	width:420px;
	float:left;
	}
#footer .derecha {
	margin-top:60px;
	margin-right:70px;
	width:400px;
	float:right;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#cccccc;
	}
#desarrollo {
	float:left;
	padding-top:10px;
	margin: 0 auto;
    padding: 20px 0 0 100px;
    width: 877px;
}
#desarrollo h1 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color: #000033;
	}
#desarrollo h2 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color: #000033;
	}
#desarrollo p {
	font-family:"Trebuchet MS";
	font-size:12px;
	color: #666666;
	}
#desarrollo ul {
	font-family:"Trebuchet MS";
	font-size:12px;
	color: #666666;
	}
#linea-prod {
	float:left;
	padding-top:10px;
	height:2px;
	margin: 0 auto;
    width: 800px;
	border-bottom:thin solid #cccccc;
}
.menu_abajo {
	margin-left:95px; 
	margin-top:10px; 
	font-family:'Trebuchet MS'; 
	font-size:11px; 
	color:#cccccc;
	}

/* CONTACTO */
	.contact-info { float:left; width:350px; height:auto; margin: 30px 0 0 30px; list-style: url(../images/box-list.gif) }
	.googlemap { float:left; width:350px; height:auto; margin: 0 auto; padding:0 0 0 50px }
/*---------------- Form Panel ----------------*/

	#formulario { float:left; height:auto; width:250px; padding:0 0 0 20px; margin:0  30px 0 30px }
	#formulario label { font-size:0.8em; color:#666666; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }
	#formulario form { float:left; margin:0 auto; width:250px }	
	#formulario input, textarea { 		
		padding: 4px; 
		margin: 4px 0 20px 0;
		height:18px; 
		width: 170px; 
		font-size: 0.8em;
		font-family:Arial, Helvetica, sans-serif; 
		color: #525252; 
		border: 1px #24436c solid;
	}
	
	#formulario textarea { width: 250px; height: 150px; }

	
	#formulario .button { 	
		clear:both;
		cursor:pointer;
		background:#24436c;
		border:1px solid #24436c;
		padding:4px;
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		font-size:0.9em;
		font-weight:bold;
		color: #ffffff;
		width:80px;
		height:30px;	
	} 

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
 font-family: 'Maven Pro', Arial, sans-serif;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
