@charset "UTF-8";
/* CSS Document */

.ruta {
	margin-left: 15px;
	font-size: 11px;
	float: left;
	line-height: 16px;
	background-image: url(../imagenes/icono_buscar.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

.botoneraSecciones {
	font-size: 12px;
	margin-bottom: 7px;
	padding-left: 280px;
	}

/******* Links *****/
.botoneraSecciones a:link, .botoneraSecciones a:visited, .botoneraSecciones a:active, .botoneraSecciones a:hover  {
	text-decoration: none;
	cursor: pointer;
	color: #FBD100;
	}

.ctnSeccion {
	width: 990px;
	background-color: #0B4A8F;
	padding-bottom: 5px;
}

.ctnSeccion h1 {
	color: #FBD100;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.ctnSeccion h1 div {
	float: right;
	margin-right: 10px;
	display: block;
	width: 450px;
	font-size: 12px;
}
.ctnSecTxt {
	
	margin-left: 12px;
	margin-right: 12px;
	width: 655px;
	/*background-image: url(../imagenes/bgTxt.png);
	background-repeat: repeat-x;*/
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #112c4a;
}

.ctnSecIzq {
	
	width: 251px;
	/*background-image: url(../imagenes/bgTxt.png);
	background-repeat: repeat-x;*/
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #112c4a;
}

/***** Equipo Humano *****/

.ctnSecTxt h2 {
	color: #FBD100;	
	}
	
/******** MAPA SATELITAL *******/
.mapa {
	height: 350px;
	border: 3px solid #FFF;
}

.direccion {
	width:45%;
	float:left;
}

.correo {
	width:45%;
	float:right;
}

/* Tablas */

.comparison, .comparison th, .comparison td {
	border:1px solid #CCC;
	border-collapse:collapse;
	padding: 4px;
}

