@charset "utf-8";
body {
	background-color: #FFFFCC;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#Header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#Header h1 {
	display: block;
	padding-top: 60px;
	background-image: url(../images/alquiler/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 0px;
	width: 240px;
	text-align: center;
	float: left;
}
#Header h2 {
	float: right;
	margin-top: 65px;
	margin-bottom: 0px;
	display: block;
}
#BarNav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#BarNav ul {
	display: block;
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/directorio/fondo_barnav.jpg);
	height: 48px;
	width: 940px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#BarNav ul li {
	float: left;
	display: block;
	margin-top: 2px;
	height: 48px;
}
#BarNav ul li a {
	display: block;
	height: 32px;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#BarNav ul li a:hover {
	text-decoration: underline;
}
#BodyText {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#BodyText h2.subTitulo{
	background-color: #FA7504;
	display: block;
	font-weight: normal;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	clear: both;
}
#BodyText #HotelesRecomendados{
	width: 940px;
}
#BodyText #HotelesRecomendados h2{
	margin-top: 0px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
	font-size: 1.1em;
	display: block;
	background-color: #D55500;
}
#BodyText #HotelesRecomendados h2 a{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#BodyText #HotelesRecomendados .suites{
	width: 310px;
	float: left;
}
#BodyText #HotelesRecomendados .planesRomanticos{
	width: 310px;
	float: left;
	margin-left: 5px;
	
}
#BodyText #HotelesRecomendados .descuentos {
	width: 310px;
	float: right;
}

#BodyText #HotelesRecomendados a  img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#BodyText #HotelesRecomendados .imagenes .imgDer {
	margin-left: 18px;
}
#BodyText ul.listados {
	padding: 5px;
	border: 1px solid #FA7504;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
#BodyText .listados li h2 {
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	display: block;
	margin: 0px;
	background-color: #FA7504;
	color: #FFF;
}
#BodyText .listados li {
	display: block;
	margin-bottom: 5px;
}
#BodyText .listados li a {
	text-decoration: none;
	margin-bottom: 5px;
	color: #003AFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003AFF;
	display: block;
}
#BodyText .listados li a:hover {
	border-bottom-style: solid;
}


#BodyText .hotelesPrimeros{
	overflow: hidden;
	margin-top: 10px;
}
#BodyText .hotelesPrimeros:hover {
	background-color: #FFFF9F;
}

#BodyText .hotelesPrimeros  h2{
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #FA7504;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
}
#BodyText .hotelesPrimeros h2 a{
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	padding-left: 10px;
}
#BodyText .hotelesPrimeros p{
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D55500;
	border-bottom-color: #D55500;
	border-left-color: #D55500;
	padding: 1px;
	overflow: hidden;
}
#BodyText .hotelesPrimeros p a {
	color: #000;
	text-decoration: none;
	display: block;
	overflow: hidden;
	height: 220px;
}
#BodyText .hotelesPrimeros p a span:hover {
	text-decoration: underline;
}
#BodyText .hotelesPrimeros p a img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
#BodyText .hotelesPrimeros p a span {
	display: block;
	color: #003AFF;
	margin-top: 10px;
}
#BodyText .contenido {
	width: 680px;
	float: left;
}
#BodyText .contenido .galeriaFotos img {
	border: 1px solid #D55500;
	padding: 1px;
	margin-bottom: 10px;
	overflow: hidden;
}
.resultadoHoteles {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #FA7504;
	margin-top: 20px;
}
.resultadoHoteles h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFF;
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FA7504;
}
.resultadoHoteles ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.resultadoHoteles ul li {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	overflow: hidden;
}
.resultadoHoteles ul li a {
	text-decoration: none;
	color: #003AFF;
	vertical-align: middle;
	display: table-cell;
}
.resultadoHoteles ul li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 20px;
}
.resultadoHoteles ul li span {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	width: 920px;
}


.resultadoHoteles p {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.resultadoHoteles p a {
	display: block;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #003AFF;
	padding-right: 5px;
	text-decoration: none;
}
.packer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.packer .hotelesGeneral {
	width: 220px;
	border: 1px solid #FA7504;
	padding: 1px;
	float: left;
	margin-left: 14px;
}
.packer .hotelesGeneral:first-child {
	margin-left: 0px;
}
.packer .hotelesGeneral h2 {
	font-weight: normal;
	background-color: #FA7504;
	display: block;
	margin: 0px;
	font-size: 1em;
}
.packer .hotelesGeneral h2 a {
	color: #FFF;
	text-align: center;
	display: block;
	padding: 2px;
}
.packer .hotelesGeneral a {
	text-decoration: none;
	color: #000;
}
.packer .hotelesGeneral p {
	margin: 0px;
	font-size: 0.9em;
}
.packer .hotelesGeneral p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.left {
	float: left;
}
.right {
	float: right;
}
#BodyText .contenido h2 {
	display: block;
	margin-top: 0px;
	font-weight: normal;
	color: #D55500;
	font-size: 1.5em;
}
#BodyText .contactoColumna {
	width: 230px;
	float: right;
	padding: 5px;
}
#BodyText .contactoColumna h2 {
	font-weight: normal;
	margin-top: 0px;
}





















#textoEncabezado {
	text-align: center;
	left: 50%;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	padding-bottom: 5px;
	margin-right: auto;
	width: 940px;
}
#volver {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	text-align: right;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #D55500;
	padding-bottom: 5px;
}
#textoEntrada {
	margin-left: auto;
	width: 940px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
}
#listaHotel {
	width: 940px;
	position: relative;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-right: auto;
}
#listaHotel h1 {
	margin-top: 0px;
}




.tablaMenuPrincipal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #006600;
	background-color: #FFFFFF;
	border: 2px solid #D55500;
	text-decoration: none;
	padding: 5px;
	margin-top: 5px;
	font-weight: bold;
	float: left;
	margin-left: 3px;
}
a:hover.tablaMenuPrincipal    {
	background-color: #FFB888;
}


.botonVerMás {
	font-family: SansSerif, Helvetica, Verdana, Arial;
	font-size: 10pt;
	color: #0033FF;
	text-decoration: none;
	letter-spacing: 1px;
	margin-right: 5px;
}
a:hover.botonVerMás {
	font-family: SansSerif, Helvetica, Verdana, Arial;
	font-size: 10pt;
	color: #000099;
	text-decoration: none;
	letter-spacing: 1px;
}
.tituloVerMás {
	font-family: SansSerif, Helvetica, Verdana, Arial;
	font-size: 1em;
	color: #0033FF;
	text-decoration: none;
	letter-spacing: 1px;
	margin-right: 5px;
}
a:hover.tituloVerMás {
	font-family: SansSerif, Helvetica, Verdana, Arial;
	color: #000099;
	text-decoration: none;
	letter-spacing: 1px;
}

.espacioTablas {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #D55500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: italic;
	color: #000000;
	letter-spacing: 1px;
}
.footer a {
	font-size: 7.5pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	color: #D55500;
	text-decoration: none;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Footer {
	padding: 20px;
	text-align: center;
	font-size: 0.8em;
}

