@charset "utf-8";
/* Listado de Puntos de información turística */

#listapuntoinfo_caja {
	border: 1px solid #0041ad;
}

#listapuntoinfo_titulo {
	background-color: #0041ad;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.listadopuntoinfo_punto a {
	color:#f7d085;
	text-decoration:none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7D085;
}

.listadopuntoinfo_punto a:hover {
	background-color:#f7d085;
	color:#0041ad;
	text-decoration:none;
	display:block;
}

.listadopuntoinfo_punto_mi{
	padding-left:10px;
	font-weight:normal;
}


/* Puntos de información turística, individuales */

#puntoinfo_caja {
	border: 1px solid #0041ad;
	height:140px;
}

#puntoinfo_titulo {
	height:30px;
	background-color: #0041ad;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#puntoinfo_contenido {
	padding-left:35px;
	font-size: 11px;
	color: #FFFFFF;	
}

.puntoinfo_subtitulos {
	display:block;
	width:25%;
	float:left;
	font-weight: bold;
}

.puntoinfo_titulos {
	display:block;
	width:65%;
	float:left;
	font-weight: normal;
}

.puntoinfo_puntoimg {
	vertical-align:middle;
	margin-right:5px;
}

