/* Estilos Menú Superior */
#header-bahia-principe{
	position:relative;
	text-align:center;
	width:720px;
	height:100px;
	left:8px;
}

#header-bahia-principe #logo-bahia-principe{
	position:absolute;
	left:0px;
	top:5px;
}

#header-bahia-principe #promocionA{
	position:absolute;
	top:15px;
	width:468px;
	height:80px;
	/*left:200px;*/
	right:40px;
	text-align:left;
	z-index:10;
}

#header-bahia-principe #webmap{
	position:absolute;
	top:60px;
	width:90px;
	height:30px;
	/*left:200px;*/
	right:0px;
	text-align:right;
}


#header-bahia-principe #webmap a{
	font:bold 10px Trebuchet MS;
	color:#0A306C;
	text-decoration: none;
}

#header-bahia-principe #webmap a:hover{
	text-decoration: underline;
}

#header-bahia-principe ul#menu{
	position:absolute;
	left:0;
	margin:0;
	padding:0;
	top:85px;
	list-style:none;
}

#header-bahia-principe ul#menu li{
	margin:0;
	padding:0;
	display:inline;
	float:left;
	font:bold 10px Trebuchet MS;
	color:#0A306C;
	text-transform:uppercase;
	width:10px;
	line-height:16px;
	border-right:1px solid #9CABBC;
	border-right:1px solid #C7A130;
	overflow:hidden;
}

#header-bahia-principe ul#menu li#inicio-menu{ width:80px; }
#header-bahia-principe ul#menu li#hoteles-menu{ width:80px; }
#header-bahia-principe ul#menu li#vacaciones-menu{ width:95px; }
#header-bahia-principe ul#menu li#ofertas-menu{ width:80px; }
#header-bahia-principe ul#menu li#novedades-menu{ width:100px; }
#header-bahia-principe ul#menu li#profesionales-menu{ width:115px; }
#header-bahia-principe ul#menu li#acerca-menu{ width:95px; }
#header-bahia-principe ul#menu li#mapa-menu{ width:100px; }
#header-bahia-principe ul#menu li#mapa-menu-ultimo{ 
	width:100px;
	border-right:0;
}
#header-bahia-principe ul#menu li#idioma-menu{
	width:163px;
	line-height:16px;
	border-right:0;
}
#header-bahia-principe ul#menu li#webmap-menu{
	width:60px;
}

#header-bahia-principe ul#menu li#idioma-menu span{
	margin-left:10px;
}

/*
#header-bahia-principe ul#menu li#idioma{
	float:left;
	display:inline;
	width:180px;
	line-height:16px;
	border:0;
	background:blue;
}
*/

#header-bahia-principe ul#menu a{
	font:bold 10px Trebuchet MS;
	color:#0A306C;
	text-transform:uppercase;
	text-decoration:none;
	margin:0;
	text-align:center;
	line-height:16px;
	width:100%;
}

/*
#header-bahia-principe ul#menu a:hover{
	line-height:16px;
	color:#FFF;
	background-color:#0A306C;
}
*/

#header-bahia-principe ul#menu li.overOption{
	line-height:16px;
	color:#0A306C;	/*azul*/
	color:#C7A130;	/*dorado*/
	color:#FFF;
	background-color:#C5D5DE;
	background-color:#8C96A2;
	background-color:#0A306C;
}

#header-bahia-principe ul#menu li.overOption a{
	color:#FFF;
}

#header-bahia-principe #selectLang{
	margin-left:5px;
	font:normal 8px Verdana;
	text-transform: uppercase;
	display:inline;
}

.bannersSpacer{
	margin-top:10px;
}


/* Informacion página */
#hoteles-oferta .breadcrumbs{
	display:block;
	/*margin: 15px 0px 10px 0px;*/
	width:720px;
}

#hoteles-oferta .breadcrumbs strong{
	color:#003D79;
	font:normal 13px Verdana;
}

#hoteles-oferta .breadcrumbs,
#hoteles-oferta .breadcrumbs a{
	font:normal 10px Verdana;
	color:#B0BDCC;
	text-decoration:none;
}

#hoteles-oferta .breadcrumbs a:hover{
	color:#003D79;
}

#hoteles-ofertas #oferta-hoteles-informacion{
	float:right;
	left:320px;
	width:465px;
	text-align:center;
	background:#EDEFF1;
	overflow:hidden;
	/*padding-top:10px;*/
}

#hoteles-ofertas .informacion-pagina p{
	position:relative;
	top:-13px;
	text-align:center;
	padding:0;
	margin:0;
}


/* Pie de página */
#footer{
	margin-left:14px;
	width:720px;
	text-align:center;
	font:bold 12px Verdana;
	color:#998648;
	border-top:1px solid #003D79;
	padding-top:5px;
	line-height:20px;
}

#footer a{
	font:bold 10px Verdana;
	color:#003D79;
	text-decoration:none;
}

#footer a:hover{
	border-bottom:3px solid #003D79;
}


