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

@import url(common.css);

.enlacesPie,
.noVe {
	display: none;
}

strong {
}

.contenItem {
	margin-left: -389px;
	position: relative;
	left: 50%;

	width: 100%; 
}


.item {
/*	border: 1px solid black;
*/	position: relative;
	margin: 10px 0px;
	padding: 30px;
	overflow: hidden;
		
}

.titulo,
.mapa {
	overflow: hidden;
/*	border: 1px solid black;
*/	margin: 0px;
	padding: 0px;
}

.titulo {
	margin-bottom: 5px;
}

.tituloPagina {
	font-family: "Times New Roman", Times, serif;
	width: 261px;
	height: 50px;
	background-image: url(../images/titulos/mapaWeb.jpg);
}

.mapa {
	padding: 0px 20px;
}

li {
	margin: 15px 10px;
}

/* ********************************* ENLACES ********************************* */



.mapa a:link,
.mapa a:visited,
.mapa a:hover,
.mapa a:active{
	color: #8596DA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-decoration: underline;
}

.mapa a:hover,
.mapa a:active {
	color: #C69E00;
	text-decoration: none;
}


.primero {
	position: relative;
	left: -20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #0D25A9;
}


