@charset "utf-8";
.suite  {
	margin-bottom: 20px;
	padding: 10px;
}
#contenedorLeyendas .reserva {
	margin-top: 0px;
}
.suite .texto  {
	float: left;
	width: 50%;
}

#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;
}
.suite .galeria  {
	float: right;
	width: 48%;
	text-align: right;
}
.suite .galeria img  {
	padding: 3px;
	border: 1px solid #999;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}
.suite .galeria img:hover {
	background-color: #CCC;
}
.mapa  {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #999;
}
.mapa h3  {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.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;
}
