/**************************************************************************/
/******************************  CENTRAL   *******************************/
/************************************************************************/
#contenido {
	display: block;
	width: 94%;
	margin-right: 2%;
	margin-left: 2%;
}
#seccion {
	display: block;
	width: 95%;
	border: 1px solid #9B9FA2;
	clear: both;
	float: left;
	padding: 0em;
	margin-top: 0.1em;
	margin-right: 2%;
	margin-bottom: 0em;
	margin-left: 2%;
}
#seccion h2 {
	color: #3C4147;
	font-size: 1em;
	margin: 0.1em;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}
#seccion h3 {
	padding-left: 0.5em;
	font-size: 1.2em;
}
#imagencab {
	background-image: url(../imagenes/cabecera_agencia.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	display: block;
	overflow: hidden;
	height: 7em;
	float: left;
	clear: both;
}
#flecha {
	background-image: url(../imagenes/flecha_azul.gif);
	display: block;
	width: 99%;
	background-repeat: no-repeat;
	height: 1em;
	float: left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	background-position: 11% 0em;
}
#central {
	width: 95%;
	padding-bottom: 0.5em;
	display: block;
	text-align: justify;
	clear: both;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	font-size: 0.9em;
	padding-top: 1em;
}
#central p.borde_inf {
	font-size: 0.95em;
	padding: 0.5em;
	display: block;
	width: 96%;
	clear: both;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCFD1;
}

#central .caja_central {
	width: 40%;
	float: left;
	display: block;
	font-size: 0.85em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #9b9fa2;
	padding-right: 3%;
	margin-top: 2em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 3%;
}
#central .caja_central_sinborde {
	border:none!important;
}
#central div.tit_cajas {
	border: 2px solid #162983;
}
#central .caja_central h4 {
	margin: 0.1em;
	font-size: 1.1em;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	color: #162983;
	text-align: center;
}
#central .caja_central p {
	padding: 0.5em;
}
#central .caja_central li {
	padding-top: 0.3em;
	padding-bottom: 0.6em;
	list-style-position: outside;
	list-style-image: url(../imagenes/bullet_logo.gif);
	list-style-type: none;
}
#central .caja_central li a {
	color: #383f46;
	text-decoration: none;
}
#central .caja_central li a:hover {
	text-decoration: underline;
}
/***************** infraestructuras **************/
#central .caja_infra {
	width: 97%;
	border: 1px solid #9b9fa2;
	float: left;
	display: block;
	margin: 0.5em;
	font-size: 0.85em;
	clear: left;
}
#central .caja_infra h3 {
	margin: 0.1em;
	font-size: 1.1em;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	background-color: #BCD050;
	color: #FFFFFF;
	text-align: center;
}
#central .caja_infra p {
	padding: 0em;
}
#central .caja_infra li {
	float: left;
	width: 32%;
	padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-image: url(../imagenes/bullet_logo.gif);
	list-style-type: none;
}
#central .caja_infra li a {
	color: #383f46;
	text-decoration: none;
}
#central .caja_infra li a:hover {
	text-decoration: underline;
}
/********************************************/
#central .masinfo {
	color: #990000;
	text-decoration: none;
	background-color: #F9F9F9;
	font-size: 0.95em;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	float: right;
	border: 1px solid #EBEBEC;
}
#central .masinfo:hover {
	color: #FFFFFF;
	background-color: #990000;
}
#texto h3 {
	color: #383f46;
	padding-top: 0.5em;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
}