/*Nombre Sitio */
.estilo1 {
	font-size: 1.5em;
	color: #D5A010;
	text-align: left;
	vertical-align: middle;
}

/*Logo Sitio*/
.estilo2 {
	text-align: right;
	vertical-align: middle;
}

/*Tabla Botones*/
.estilo3 {
	text-align: center;
	vertical-align: middle;
	font-size: 0.92em;
	font-variant: small-caps;
	background-color: #171C5C;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.estilo3 a {
	color: #FFFFFF;
	text-decoration: none;
}
.estilo3 a:hover {
	color: #D5A010;
	text-decoration: none;
}
.lineavert {
BACKGROUND-COLOR: #FFFFFF
}

#sumario {
	padding: 10px;
}
#sumario .seccion_titulo{
	font-size: 1.5em;
	font-weight: bold;
	color: #D5A010;
}


#contenu .eucip_mapa {
	float: left;
	width: 47em;
	color: #171C5C;
}

#contenu .eucip_mapa a{
	color: #171C5C;
	text-decoration: none;
}
#contenu .eucip_mapa a:hover{
	color: #D5A010;
	text-decoration: underline;
}