/* Menu izquierdo */
div.menuLeft{
	width:244px;
	margin:0 0 0 32px;
	background:url(../img/bkg_menuL.gif) repeat-y;
}
div.menuLeft div.menuRow, div.menuLeft div.titulo{
	width:232px;
	padding:0 0 0 12px;
}
div.menuLeft div.titulo{
	height:38px;
	line-height:38px;
	background:url(../img/header_menu.jpg) no-repeat;
}
div.menuLeft div.menuRow{
	height:30px;
	line-height:30px;
}
div.menuLeft div.menuRow a:link, div.menuLeft div.menuRow a:hover, div.menuLeft div.menuRow a:visited{
	color:#313640;
	text-decoration:none;
}

/* Contenido de sección */
div.infoCont{
	width:652px;
	display:inline;
	margin:0 32px 0 0;
}
div.infoCont div.titulo{
	width:652px;
	height:56px;
	background:url(../img/sectionTitle_bkg.gif) no-repeat;
}
div.infoCont div.contenido{
	width:612px;
	padding:0 20px;
	background:url(../img/sectionInfo_bkg.gif) repeat-y;
}
div.infoCont div.contenido p.logo{width:400px;}
div.infoContFullWidth{
	width:908px;
	margin:0 auto;
}
div.infoContFullWidth div.titulo{
	width:908px;
	height:56px;
	background:url(../img/bkg_tituloFW.gif) no-repeat;
}
div.infoContFullWidth div.contenido{
	width:868px;
	padding:0 20px;
	background: url(../img/bkg_containerFullWidth.gif) repeat-y;
}

/* Contacto & Buscador */
form.contacto{ width:575px; }
form.buscador{ width:868px; }
form.contacto p.label{
	width:70px;
	line-height:21px;
}
form.buscador p.label{ line-height:23px; }
form.contacto select.text, form.buscador input.text, form.contacto input.text, form.contacto textarea, form.buscador select.text{ border:1px solid #5ac9f1; }
form.contacto input.text{
	width:197px;
	height:20px;
	margin:0 0 5px 0;
	padding:3px 0 0 2px;
	background:url(../img/bkg_input.gif) repeat-x bottom;
}
form.contacto select.text{
	width:201px;
	height:23px;
	margin:0 0 5px 0;
	padding:0 0 0 2px;
	background:url(../img/bkg_input.gif) repeat-x bottom;
}
form.buscador select.text{
	background:transparent url(../img/bkg_input.gif) repeat-x scroll center bottom;
	height:26px!important;
	height:23px;
	margin:0px 20px 5px 10px ;
	padding:0px 0 0 2px;
	width:300px
}
select.descargas{
	background:transparent url(../img/bkg_input.gif) repeat-x scroll center bottom;
	height:26px!important;
	height:23px;
	margin:0px 20px 5px 10px ;
	padding:0px 0 0 2px;
	width:250px;
	border:1px solid #5ac9f1;
}
form.contacto textarea{
	width:498px!important;
	width:492px;
	height:117px;
	background:url(../img/bkg_textarea.gif) repeat-x bottom;
}
form.buscador input.text{
	width:300px;
	height:20px;
	margin:0 15px 0 10px;
	padding:3px 0 0 2px;
	background:url(../img/bkg_input.gif) repeat-x bottom;
}

/* Buscador */
div.mapCont{
	width:860px;
	border: 1px solid #b5b5b5;
}
table.optResult img{ vertical-align:text-bottom; }
table.optResult td{
	height: 20px;
	line-height: 20px;
}
p.referencia img{ vertical-align:bottom; }
.referencia{
	color:#ebae09;
	font-size:11px;
}
/*agradecimiento*/
div.contenido p.agradecimiento{
	text-align:center;
	 padding-top:50px; 
	 font-size:18px;
}