@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../img/pattern_01.gif);
	background-repeat: repeat;
	margin: 0px;
	color: #00336E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C80000;
	margin-bottom: 5px;
}
#contenedor{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/pattern_02.gif);
	background-repeat:  repeat-y;
}
#contenedor_busquedas{
	width: 1000px;
	height:1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/pattern_02.gif);
	background-repeat:  repeat-y;
}

#cabecera_home{
	height: 279px;
	width: 810px;
	margin-left: auto;
	margin-right: auto;	
}
#cabecera_secciones{
	height: 152px;
	width: 810px;
	margin-left: auto;
	margin-right: auto;	
}
#barra_menu{
	height: 48px;
	width: 810px;
	background-image: url(../img/fondo_menu.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;		
}
#barra_menu_secciones{
	height: 44px;
	width: 810px;
	background-image: url(../img/fondo_menu_secciones.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;		
}
#menu{
	width: 540px;
	float: right;
	padding-top: 12px;

}
#cuerpo{
	height: 301px;
	width: 810px;
	margin-left: auto;
	margin-right: auto;	
}
#pie{
	height: 16px;
	width: 820px;
	background-image: url(../img/fondo_pie.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;	
}
.link_a:link, .link_a:visited {
	color: #00336E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right: 20px;
}
.link_a:hover, .link_a:active {
	color: #C80000;
}
/*---------------------------------------------HOME---------------------------*/
#buscador{
	height: 301px;
	width: 279px;
	background-image: url(../img/fondo_buscador.gif);
	background-repeat: no-repeat;
	float: left;
}
.tabla_buscador{
	width: 212px;
	padding-left: 45px;
}
.texto_buscador{
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.texto_operaciones{
	padding-top: 10px;
	height: 15px;
	padding-bottom: 3px;
}
.desplegable{
	width: 204px;
	height: 20px;
	background-color: #F2EEEC;
	color: #660000;
}
.buscar_btn{
	padding-top: 40px;
	padding-right: 8px;
	height: 10px;
}
#contenido{
	height: 301px;
	width: 531px;
	float: right;

}
#contenido_datos{
	height: 501px;
	width: 500px;
	float: left;
}
#columna_a{
	width: 227px;
	height: auto;
	margin-left: 13px;
	margin-top: 11px;
	float: left;
}
#columna_b{
	width: 220px;
	height: auto;
	margin-top: 11px;
	padding-right: 45px;
	float: right;
}

.titulo_seccion{
	height: 27px;
	margin-left: 5px;	

}
.texto_a{
	width: 217px;
	text-align: justify;
	margin-top: 6px;
	margin-left: 5px;		
}

/*---------------------------------------------LA EMPRESA---------------------------*/
#empresa_cuerpo{
	height: 360px;
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 47px;

}
#empresa_foto{
	width: 237px;
	height: 275px;
	float: left;
}
#empresa_texto{
	width: 507px;
	height: auto;
	float: right;
}
#empresa_texto_left{
	width: 217px;
	height: auto;
	float: left;
	margin-left: 25px;
}
#empresa_texto_right{
	width: 215px;
	height: auto;
	float: right;
	font-weight: bold;
}
/*---------------------------------------------CONTACTO---------------------------*/
#contacto_cuerpo{
	height: 158px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 47px;
	padding-bottom: 47px;	

}
#contacto_foto{
	width: 369px;
	height: 158px;
	float: left;
}
#contacto_texto{
	width: 250px;
	height: auto;
	float: right;
}

/*---------------------------------------------SERVICIOS---------------------------*/

#servicios_cuerpo{
	height: 530px;
	width: 650px;
	margin-left: 100px;
	margin-right: auto;
	margin-top: 47px;

}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

#imageData{
	padding:0 10px;
	color: #00336E;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 60;
	width: 100%;
	height: 500px;
	background-color: #f1f4f6;
	}
/*---------------------------------------------SITUACION---------------------------*/
#situacion_cuerpo{
	height: 241px;
	width: 723px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 47px;
	padding-bottom: 47px;

}
#bloque_mapa{
	height: 241px;
	width: 446px;
	float: left;
}
#bloque_texto{
	height: 241px;
	width: 277px;
	float: right;
}
.texto{
	height: auto;
	width: 163px;
	margin-left: 45px;
}

/*---------------------------------------------BUSQUEDAS---------------------------*/

.tabla_bus {
	margin-bottom: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #b0afd7;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.fondo_td_info {
	background-image: url(../website/imagenes/base_36.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*---------------------------------------------DETALLE---------------------------*/
#situacion_detalle{
	height: 241px;
	width: 723px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 47px;
	padding-bottom: 47px;

}
#bloque_mapa_detalle{
	height: 241px;
	width: 446px;
	float: left;
}
#bloque_texto_detalle{
	height: 241px;
	width: 277px;
	float: right;
}
.texto_detalle{
	height: auto;
	width: 163px;
	margin-left: 45px;
}
