body {
	margin: 0px;
	font-family: "Trebuchet MS", "TrebuchetMS", "Trebuchet", "sans-serif";
	font-size: 12px;
	text-align: justify;
	background-image: url(../images/estructura/fondo_pagina.jpg);
	background-repeat: repeat;
	color:#444444;
}
#tablaContenedora {
	width: 770px;
	margin: auto;
	position : relative;
	vertical-align: top;
	background-image: url(../images/estructura/fondo_contenido_tabla.gif);
	background-repeat: repeat-y;
	background-position: center center;
	}
#tablaSuperior {
	height: 325px;
	width: 100%;
	background-image: url(../images/estructura/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:9;
}
#tablaSuperiorLogo {}
#tablaSuperiorbanner {}

#tablaCentral {
	width: 100%;
	height: 100%;
	background-image: url(../images/estructura/fondo_contenido.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom:30px;
	margin-top:-90px;
	}


#tablaMenuPrincipal {
	width: 185px;
	margin-top: 50px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: 100px top;
	}
	
html>body #tablaMenuPrincipal {
	width: 185px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position:100px top
}

/*.fondoMenuPrincipal { /* Es la barra izquierda */
	/*visibility:visible;
	width: 150;
	height: 150;
}*/


#tablaMenu {
}

#tablaContenedoraMenuPrincipal {
 	margin-top:56px;
	padding-left:20px;
	height: 470px;
	vertical-align: top;
}





#menuIzquierdo {
	width: 150px;
}

#tablaMenu {
	padding: 15px 0px 0px 15px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 185px;
}

a.menu:link {
	font-size: 12px;
	font-weight: bold;
	color: #3787BC;
}

a.menu:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.textoFormaMail {
	font-size: 10px;
	font-weight: normal;
	
}
#formaMail {
	float:left;
	position: absolute;
	top: 0px;
	width:400px;
	margin-top:85px;
	margin-left:335px;
}


input {
	border: thin solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


a {
	color: #707070;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}




a.moreInformation {
	color: #003399;
	font-size: 12px;
	text-decoration: underline;
}

a.moreInformation:hover {
	color: #003399;
	font-size: 12px;
	text-decoration: none;
}






a.linkDownload {
	color: #6C4216;
	font-size: 12px;
	font-style: oblique;
	text-decoration: underline;
	font-weight: bold;
}

a.linkDownload:hover {
	color: #6C4216;
	font-size: 12px;
	font-style: oblique;
	text-decoration: none;
	font-weight: bold;
}





a.textoReserve {
	color: #003399;
	font-size: 12px;
	font-style: oblique;
	text-decoration: underline;
}

a.textoReserve:hover {
	color: #6C4216;
	font-size: 12px;
	font-style: oblique;
	text-decoration: none;
}








/* Banner */
/* ################################# */
#tablaSuperiorMenu {
position:absolute;
top:185px;
margin-left:70px;

}

/* Links del menu superior */
#tablaMenuSuperior {}

.menuSuperior {}
a.menuSuperior {
	color: #AD1353;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	
}

a.menuSuperior:hover {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
}



/* Contenido */
/* ################################# */


/* Titulos */
.titulosTabla {
	height: 30px;
	width: 100%;
}
.titulos {
	font-size: 15px;
	color: #C40146;
	font-weight: bold;
}

.titulosSeccion {
	font-size: 16px;
	color: #C40146;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDB09F;	
}
.subTitulosSeccion {
	font-size: 11px;
	color:#FF005A;
	font-weight:normal;
}

#tablaCentralContenido {
	width: 585px;
	vertical-align: top;
	}

#tablaCentralContenidoDatos {
	width: 100%;
	vertical-align: top;
	padding-right: 60px;
	padding-left: 20px;
	padding-top:0px;
}



/* submenu */

#submenu {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
a.submenu {
font-size:12px;
font-weight:bold;
text-decoration:underline;
color: #003399;
}
a.submenu:hover {
font-size:12px;
font-weight:bold;
text-decoration:none;
color: #005ABF;
}





/* Menu Principal */

#navcontainer{
	width: 140px;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
	text-decoration: none;
	text-indent:19px;
	font-size: 13px;
	float: left;
	height: 23px;
	width: 150px;
	padding-top: 5px;
	padding-left:5px;
	color:#000066;
	background-image: url(../images/estructura/fondo_menu.out.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#navcontainer li a:hover/*, #navcontainer li a:visited:hover*/ {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/estructura/fondo_menu.roll.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#navcontainer li a:visited{
}

















/* subSubmenu */

#subSubMenu {
	padding:5px;
	border-top: 1px #C39700;
	border-bottom: 1px solid #66CCFF;

}
a.subSubMenu {
font-size:12px;
text-decoration:underline;
color: #0066FF;

}
a.subSubMenu:hover {
font-size:12px;
text-decoration:none;
color: #6A5200;
}




/* Footer */
/* ################################## */

#footer {
	height: 141px;
	width: 100%;
	text-align: left;
	background-image: url(../images/estructura/fondo_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	padding-left:60px;
	padding-top:15px;
}
#footerDataHotel {
	font-size: 10px;
	color: #ffffff;
	height:43px;
}

.footerMarketing {
	font-size: 10px;
	text-align: left;
	color: #ffffff;
}

a.footerMarketing {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;

}
a.footerMarketing:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;

}

a.menuFooter {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;

}
a.menuFooter:hover {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}



/* Booking */
/* ############################################### */


/* Booking  */
.bookingTexto {
	font-size: 10px;
	color:#003D7C;
}
.bookingTitulo {
	font-size: 12px;
	font-weight:bold;
	color:#003D7C;
}
.bookingContenedor {
	padding: 10px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}




/* Booking accomodation */
.bookingTabla {
	border: 1px solid #FFFFFF;	
}
.bookingCabecera {
	padding: 3px;
	background-color: #FBF1D8;
	font-weight: bold;
	border-top: 1px solid #E9BA3D;
	border-right: 1px solid #E9BA3D;
	border-bottom: 1px #E9BA3D;
	border-left: 1px solid #E9BA3D;
}
.bookingCambiarfechas {
	padding: 3px;
	background-color: #FBF1D8;
	font-weight: bold;
	border-top: 0px #E9BA3D;
	border-right: 1px solid #E9BA3D;
	border-bottom: 1px solid #E9BA3D;
	border-left: 1px solid #E9BA3D;
	padding:10px;
}

.bookingSaltoCelda {
	background-color: #FFFAEE;
}

a.bookingReserve {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: center;
}
a.bookingReserve:hover {
	font-weight: bold;
	color: #000000;
	background-color: #FFE4A2;
	text-align: center;
}




/* Booking Actividaes */

.notas {
	font-size: 11px;
}
.bookingActividaddesTabla {
	border: 1px solid #E9BA3D;	
}
.bookingActividadesCabecera {
	padding: 3px;
	background-color: #FBF1D8;
	font-weight: bold;
	border: 1px solid #E9BA3D;
}

.bookingActividadesSaltoCelda {
	background-color: #FFFAEE;
}

a.bookingActividadesReserve {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: center;
}
a.bookingActividadesReserve:hover {
	font-weight: bold;
	color: #000000;
	background-color: #FFE4A2;
	text-align: center;
}







/* Booking Restaurant */


.bookingRestaurantTabla {
	border: 1px solid #E9BA3D;	
}
.bookingRestaurantCabecera {
	padding: 3px;
	background-color: #FBF1D8;
	font-weight: bold;
	border: 1px solid #E9BA3D;
}

.reservationRestaurant {
	background-color: #FFFAEE;
	padding: 5px;
	border: 1px dotted #FBF1D8;	
}

.reservationPackages {
	background-color: #F6FFD7;
	padding: 5px;
	border: 1px dotted #FBF1D8;	
}

.avisos {
	font-size: 11px;
	color: #704F2C;
	font-style: oblique;
}

#ulActividades {
	font-size: 11px;
	font-style: italic;
	color: #333333;
}

a.ulLinks {
	font-size: 12px;
	text-decoration: underline;
	color: #003399;
}

a.ulLinks:hover {
	text-decoration: None;
	color: #704F2C;
}





/* Tablas de datos */

.generalTabla {
	border-top: 1px #E9BA3D;
	border-right: 1px solid #E9BA3D;
	border-bottom: 1px solid #E9BA3D;
	border-left: 1px solid #E9BA3D;
}
.generalCabecera {
	padding: 3px;
	background-color: #FBF1D8;
	font-weight: bold;
	border: 1px solid #E9BA3D;
}

.generalSaltoCelda {
	background-color: #FFFAEE;
}

a.generalReserve {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: center;
}
a.generalReserve:hover {
	font-weight: bold;
	color: #000000;
	background-color: #FFE4A2;
	text-align: center;
}
textarea {
	border: 1px solid;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.thumbIzquierdo {
float:left;
margin-right:10px }

.thumbDerecho {
float:right;
margin-left:10px }

/* ESTILOS PARA TARIFAS EN PAGINAS DE HABITACIONES */
.showRateBlock {  text-align:right; margin-bottom:10px; position:relative; top:-10px }
.showRateBlock span {  font-weight:bold; }
.showRateBlock .rateOnWebsite {  font-size:150%; color:#443F8C; font-weight:normal; padding-bottom:5px; }
.showRateBlock .onpagelink { margin-top: 5px; }
.showRateBlock a {  color:#9DB2DD !important; text-decoration:none; margin-left:10px; font-weight:bold; padding:4px 10px; background-color:#AA0049 }




.agentes {
   width:452px; height:234px;
   background-image: url(../images/estructura/codigo.png);
   background-repeat: no-repeat;
   background-position: center;
   text-align: center;
   font-size:22px; font-weight:bold;
}

.agents {
   width:452px; height:234px;
   background-image: url(../images/estructura/code.png);
   background-repeat: no-repeat;
   background-position: center;
   text-align: center;
   font-size:22px; font-weight:bold;
}
#uvSearchBox {width:500px !important;
			  margin-left:10px !important;
			  background-color:#D9DFF1 !important;
}