body {
	margin: 0px;
	font-family: "Trebuchet MS", "TrebuchetMS", "Trebuchet", "sans-serif";
	font-size: 12px;
	padding: 5px;
	text-align: justify;
	color:#134693;
	background-color: #FFD989;
	background-image: url(../images/estructura/fondo_pagina.jpg);
	background-repeat: repeat;	
}
#tablaContenedora {
	width: 728px;
	margin: auto;
	position: relative;
	vertical-align: top;
	}
#tablaSuperior {
	width: 100%;
	background-image: url(../images/estructura/sitio_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
}
#tablaSuperiorLogo {}
#tablaSuperiorbanner {}

#tablaCentral {
	width: 100%;
	height: 100%;
	background-image: url(../images/estructura/fondo_tablacentral.gif);
	background-position:center;
	background-repeat: repeat-y;
}
#tablaMenuPrincipal {
	width: 185px;
	vertical-align: top;
}


.fondoMenuPrincipal { /* Es la barra izquierda */
	background-image: url(../../images/estructura/sitio_menu_home.jpg);
	background-repeat: no-repeat;
	visibility:visible;
	width: 150;
	height: 150;
}


#tablaMenu {
}

#tablaContenedoraMenuPrincipal {
	padding-top: 0px;
	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 {
	text-align:right;
	font-size: 10px;
	font-weight: normal;
	color:#FFFFFF;
	
}
#formaMail {
	position: absolute;
	float:right;
	height:18px;
	width:280px;
	margin-top:173px;
	margin-right:10px;
	line-height: 9px;
}

html>body #formaMail {
	position: relative;
	float:right;
	height:18px;
	width:280px;
	margin-top:173px;
	margin-right:10px;
	line-height: 9px;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}


/*a, a:link, a:visited {
	color: #003399;
	font-size: 12px;
	text-decoration: underline;*/
}

a:hover {
	color: #6C4216;
	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:relative;
	float:left;
	width:410px;
	margin-top:175px;
	margin-left:10px;
	color:#FFFFFF;
}

/* Links del menu superior */
#tablaMenuSuperior {}
a.menuSuperior {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	
}

a.menuSuperior:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
}



/* Contenido */
/* ################################# */


/* Titulos */
.titulosTabla {
	height: 30px;
	width: 100%;
}
.titulos {
	font-size: 15px;
	color: #0066CC;
	font-weight: bold;
	
}

.titulosSeccion {
	font-size: 16px;
	color: #0066CC;
	font-weight: bold;
	text-transform: capitalize;
}
.subTitulosSeccion {
	font-size: 11px;
	color: #0099FF;
	font-weight: normal;
}

#tablaCentralContenido {
	width: 585px;
	vertical-align: top;
}

#tablaCentralContenidoDatos {
	padding: 35px 45px;
	width: 100%;
	vertical-align: top;

}



/* 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
{
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 3px;
	bottom: 0px;
	width: 140px;
	padding-top:30px;
	

}

#navcontainer ul
{
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
	text-decoration: none;
	font-size: 13px;
	float: left;
	margin: -1px;
	height: 23px;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	color: #663300;
	font-weight:bold;
}
#navcontainer li a:hover/*, #navcontainer li a:visited:hover*/ {
	color: #0099CC;
	font-weight:bold;
}

#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: 95px;
	width: 100%;
	padding-right:12px;
	text-align:right;
	background-image: url(../images/estructura/footer.gif);
	background-position:center;
	background-repeat: no-repeat;
	background-position: bottom;
}
#footerDataHotel {
	font-size: 11px;
	height:40px;
	color: #663300;
}

.footerMarketing {
	font-size: 9px;
	text-align: right;
	color: #996600;
}

a.menuFooterMarketing {
	color: #330000;
	font-size: 10px;
	text-decoration: underline;

}
a.menuFooterMarketing:hover {
	color: #663300;
	font-size: 10px;
	text-decoration: none;

}

a.menuFooter {
	color: #330000;
	font-size: 11px;
	text-decoration: underline;

}
a.menuFooter:hover {
	color: #663300;
	font-size: 11px;
	text-decoration: none;
}



/* Booking */
/* ############################################### */


/* Booking  */
.bookingTexto {
	font-size: 10px;
	color:#000066;
}
.bookingTitulo {
	font-size: 12px;
	font-weight:bold;
	color: #663300;
}
.bookingContenedor {
	border: 1px solid #000066;
	padding: 10px;
	float: left;
	margin-top: 30px;
	margin-left: 12px;
}




/* 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;
}


.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:520px !important;
			  margin-left:10px !important;
}