#menu-veracruz {
	margin-top: 10px;
}
#menu-veracruz ul {
	list-style-type: none;
}
#menu-veracruz ul li {
	padding-left: 20px;
	border-bottom: 1px solid #00397d;
	color: #000;
}
#menu-veracruz li a {
	width: 100%;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#menu-veracruz li a:hover {
	background-color: #0082d6;
}
.seccion {

}
.seccion_onv {
	background-color: #0082d6;
	background-image: url(../imagenes/menu-fondo-veracruz.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.seccion_off {
	cursor: pointer;
}

/* ////////////////////////////////////////////////////// */

#excursiones {
	padding: 15px 0 0 15px;
	background-image: url(../imagenes/resultados-fondo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
}
#excursiones h3 {
	margin-bottom: 20px;
	color: #00397d;
}
#excursiones a {
	font-weight: bold;
	color: #00397d;
}
div.excursion {
	margin-bottom: 10px;
}
p.titulo {
	padding-left: 4px;
	background-color: #0082d6;
	border-top: 1px solid #00397d;
	margin: 0;
	color: #fff;
}
#excursiones img {
	float: right;
	padding: 5px 0 5px 5px;
}
.comentarios {
	margin-top: 20px;
}