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

#contenedorLeyendas {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	max-width: 850px;
}
#contenedorLeyendas a {
	color: #F00;
}
#contenedorLeyendas a:hover {
	color: #900;
}

#contenedorLeyendas h2 {
	font-weight: lighter;
	font-size: 3em;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	display: block;
	height: 250px;
	background-image: url(../images_leyendas/cabezote.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding-left: 10px;
	text-align: left;
	background-color: #09F;
	padding-top: 20px;
}
#contenedorLeyendas h2 span {
	display: block;
	font-size: 0.38em;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
	letter-spacing: 0em;
	margin-top: 15px;
}
#contenedorLeyendas .suite {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
}

#contenedorLeyendas h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin-bottom: 0px;
}
#contenedorLeyendas .reserva {
	margin-top: 0px;
}
#contenedorLeyendas .suite .texto h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 15px;
}
#contenedorLeyendas .suite .texto {
	float: left;
	width: 340px;
}

#contenedorLeyendas .suite h5 {
	text-align: left;
	color: #000;
	margin-top: 10px;
	font-size: 1em;
	margin-bottom: 5px;
}
#contenedorLeyendas .suite p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#contenedorLeyendas .suite ul {
	margin-top: 0px;
	list-style-type: disc;
}
#contenedorLeyendas .destacado {
	color: #C00;
}
#contenedorLeyendas .suite .galeriaLey {
	float: right;
	width: 270px;
	text-align: right;
}
#contenedorLeyendas .suite .galeriaLey img {
	padding: 3px;
	margin: 2px;
	border: 1px solid #999;
	float: left;
}
#contenedorLeyendas .suite .galeriaLey img:hover {
	background-color: #CCC;
}
#contenedorLeyendas .mapa {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #999;
	width: 40%;
	float: right;
}
#contenedorLeyendas .mapa h3 {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#contenedorLeyendas .mapa img {
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
