@charset "UTF-8";
/* CSS Document */

#topHome {
	background: #054b90 url(../nImg/bgMotorHomeAzul.png) repeat-x top left;
}
#topHome_content {
	padding-top: 20px;
}
#homeContent {
	background: #FFFFFF url(../nImg/fndHomeContent.gif) repeat-x scroll left top; 
	padding-top: 20px;
}

/* -------------------------INICIO BOOKING ENGINE -----------------------------------*/

/* --------------------- Pestañas Booking Engine ---------------------*/
#navigationBE {
	height: 34px;
}
#navigationBE li {
	float: left;
	margin: 0;
	height: 33px;
	line-height: 34px;
	margin-right: 5px;
	display: inline;
}
#navigationBE a {
	font-size: 18px;
	font-weight: normal;
	display: block;
	float: left;
	text-align: center;
	position:relative;
	cursor:pointer;
	padding-left: 12px;
	text-decoration: none;
}
#navigationBE a span {
	display: block;
	float: left;
	text-align: center;
	cursor:pointer;
	padding-right: 12px;
}
#navigationBE .current a:link, #navigationBE .current a:visited, #navigationBE .current a:hover {
	background: transparent url(../nImg/left_corner_current_BE.gif) left top no-repeat;
	color: #FFF;
}
#navigationBE .current a span, #navigationBE .current a:hover span {
	background: transparent url(../nImg/right_corner_current_BE.gif) right top no-repeat;
}
#navigationBE a:link, #navigationBE a:visited {
	background: transparent url(../nImg/left_corner_BE.gif) left top no-repeat;
	color: #C4C5C6;
}
#navigationBE a span, #navigationBE a:hover span {
	background: transparent url(../nImg/right_corner_BE.gif) right top no-repeat;
}
#navigationBE a:hover {
	color: #0180FF
}
/* Machacamos los estilos para forzar que no haya hover en la pestaña activa */
#navigationBE .current a:hover, #navigationBE .current a:hover span {
	color: #FFF;
}
/* --------------------- Fin Pestañas Booking Engine ---------------------*/

legend {
	display: none;
}
#tipoBusq, #seleccionDestino, #seleccionFechas, #configuraHabitaciones {
	width: 330px;
	padding: 2px 0 2px 0;
}
.seleccionEdad {
	margin: 5px 0;
	padding:5px;
	background-color:#0a57a2;
	width:320px;
}
#motorBusqueda {
	color: #BDD8F3;
	background:transparent url(../nImg/fndMotor.png) repeat-x;
	padding:10px;
	margin-bottom: 10px;
	width: 330px;
}
#motorBusqueda hr{
	background: none;
	height: 1px;
	border: none;
	border-bottom: solid 1px #1F5A96;
}
.titSeccionesMotor {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	color: #FFF;
}
.selectorBusq {
	float:left;
}
.selectorBusq label {
	margin: 0 20px 0 2px;
	line-height: 18px;
	color: #FFF;
}
.selectorBusq input {
	float:left;
}
#buscarHotel {
	display: none;
}
.bgDestino {
	background:url(../nImg/buscarDestino.png) no-repeat 0 0;
	behavior: url(../../nJs/iepngfix.htc);
	padding:5px 0 4px 4px;
	width: 300px;
}
.inputDestino {
	background-color: transparent;
	cursor: pointer;
	height: 16px;
	width: 230px;
}
#contFechaEntrada {
	float:left;
	width: 133px;
}
#contFechaSalida {
	float:left;
	width: 197px;
}
#seleccionFechas label {
	margin: 0 0 1px 6px;
	display: block;
}
.bgFecha {
	background:url(../nImg/buscarFecha.png) no-repeat 0 0;
	behavior:url(../../nJs/iepngfix.htc);
	display: inline;
	height:18px;
	width: 78px;
	border: none;
	padding: 7px 26px 6px 9px;
	cursor:pointer;
	float: left;
}
.diaSemana {
	margin: 0 0 0 8px;
	font-size:11px;
	display: inline;
	float: left;
	width: 80%;
}
#contFechaSalida small {
	margin-left: 5px;
	float:left;
	margin-top:10px;
}

.bgBuscarOcupacion {
	background: url(../nImg/buscarOcupacion.png) no-repeat 0 0;
	behavior: url(../../nJs/iepngfix.htc);
	height: 30px;
	width: 66px;
	padding: 4px 0 0 4px;
}
#configuraHabitaciones label, .seleccionEdad label {
	margin: 0 0 1px 3px;
	display: block;
}
#configuraHabitaciones select, .seleccionEdad select {
	border: none;
	vertical-align:middle;
	width:58px;
	float: left;
}
.numHabitaciones {
	float: left;
	width: 100px;
}
.configHabs {
	float: right;
	width: 230px;
}
.numHab {
	float: left;
	padding: 25px 5px 0 0;
}
.numPersonas, .edadNinos {
	width: 75px;
	float: left;
}
.titEdades {
	font-weight: bold;
	margin: 0 0 3px 3px;
	color: #FFF;
}

/* INICIO BOTON RESERVAR */
#botonHome .contButton {
	margin: 5px 0;
	list-style: none;
	float: right;
	clear: none;
}
#botonHome p {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}
#botonHome a {
	text-decoration: none;
	float: left;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
}

#botonHome span {
	margin: 0px 10px 0 -10px;
	padding: 3px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

/*ESTADO NORMAL*/
#botonHome .contButton p a {
	background: url(../nImg/spriteBotones.png) no-repeat right top;
	_background: url(../nImg/spriteBotones.gif) no-repeat right top;
 	color: #333;
}

#botonHome .contButton p a span {
	background: url(../nImg/spriteBotones.png) no-repeat left top;
	_background: url(../nImg/spriteBotones.gif) no-repeat left top;
}
/*ESTADO HOVER*/
#botonHome .contButton p a:hover {
	background-position: right -33px;
}

#botonHome .contButton p a:hover span {
	background-position: left -33px;
}
/*ESTADO ACTIVO*/
#botonHome .contButton p a:active {
	background-position: right -66px;
}

#botonHome .contButton p a:active span {
	background-position: left -66px;
}
/* FIN BOTON RESERVAR */

.txtMPOLG {
	display:block;
	text-align: center;
	margin-top:8px;
}
.txtMPOLG a {
	color:#BDD8F3;
}

/* -------------------------FIN BOOKING ENGINE -----------------------------------*/



/* -------------------------INICIO BANNER DESTACADO -----------------------------------*/
#banner {
	background:url(../nImg/marcoBanner.png) no-repeat 0 0;
	height:396px;
}
#enlaceBillboard { 
	display: none;
}
/* -------------------------FIN BANNER DESTACADO -----------------------------------*/



/* -------------------------INICIO MÓDULO DE DESTINO -----------------------------------*/
.contOfertasDestinos {
	border-top:1px solid #BEBEBE;
	padding:5px;
	width: 340px;
	background: transparent url(../nImg/bg_tab_container.png) repeat scroll 0 0;
	_margin-top:-1px;
	margin-bottom: 25px;
}
#css-panes ul {
	width: 338px;
	overflow: hidden;
}
#css-panes ul li {
	border-bottom: 1px dotted #CCC;
	padding: 9px 5px;
}
#css-panes ul li a {
	color: #333;
	width: 328px;
	text-decoration: none;
	line-height: 14px;
	cursor:pointer;
	/* Para hacer que todo el li sea clickable en IE6 */
	float:left;
	display:inline;
}
#css-panes ul li:hover {
	background-color: #efefef;
	cursor: pointer;
}
.colDestino {
	width: 65%;
	float: left;
	display: block;
}
.colPrecio {
	width: 35%;
	float:right;
	text-align: right;
	display: block;
}
.precio {
	font-size: 14px;
	color: #0180ff;
	font-weight: bold;
	margin: 0 !important;
}

/* ------------------------- FIN MÓDULO DE DESTINO -----------------------------------*/

#usp {
	background:#054A8E url(../nImg/bg_usp.png) repeat-y scroll center top;
	color: #d7dbdf;
	text-align: center;
	min-height:27px;
}
#usp h4 {
	font-weight: normal;
	padding: 6px 0;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#usp a{
	color: #d7dbdf;
	font-weight: bold;
}


/* ------------------------- INICIO MÓDULO DE IDEAS SOLMELIA -----------------------------------*/
#ideasSM .titulo {
	padding: 9px 0px 4px 10px;
}
#ideasSM .txtCopyPrecio {
	float:right;
	width: 60%;
	text-align: right;
	padding: 14px 0 3px;
}
.contOfertas {
	background: url(../nImg/bg_offers_container.png) no-repeat;
	padding: 5px;
}
#listaOfertas ul {
	width: 340px;
}
#listaOfertas ul li {
	padding: 9px 0px 9px 9px;
	border-bottom: 1px dotted #CCC;
	width: 330px;
	cursor: pointer;
}
#listaOfertas ul li:hover {
	background-color:#efefef;
	cursor: pointer;
}
#listaOfertas ul li a {
	width: 330px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	display: block;
}
.textOferta, .textOferta2  {
	display: block;
}
.textOferta {
	margin-bottom: 3px;
}

/* ------------------------- INICIO BANNER DESTACADO IDEAS SOLMELIA -----------------------------------*/
#promoDestacada {
	border-bottom: 1px dotted #D1D0D0;
	margin-top: 0px;

}
#promoDestacada a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 5px 5px 5px;
    min-height: 258px;
    height: auto !important;
    height: 258px;
}
#promoDestacada a:hover {
	text-decoration:none;
	background-color:#efefef;
}
#promoDestacada img {
	border: 5px solid #e0e0e0;
	margin-bottom:  10px;
	display: block;
}
#promoDestacada span {
	margin: 0 10px;
}
/* ------------------------- FIN BANNER DESTACADO IDEAS SOLMELIA -----------------------------------*/
/* ------------------------- FIN MÓDULO DE IDEAS SOLMELIA -----------------------------------*/

/* ------------------------- INICIO MÓDULO LOGIN MAS ---------------------------------------- */
.contUsuarios {
	padding: 0 5px;
}
#contPassMas input {
	float: left;
	margin-right: 12px;
}
#botonMas {
	clear: none;
	float: left;
	margin: 2px 0 0;
}
.enlacesLoginMas {
	padding-bottom: 12px;
	border-bottom: 1px dotted #D1D0D0;
	margin: 10px 0;
}
.cerrarLogMas {
	border-top: 1px solid #D1D0D0;
	background-color: #EFEFEF;
	padding: 5px;
	margin-bottom: 5px;
}
.cerrarLogMas a {
	display: block;
	background: transparent url(../nImg/close_button.png) no-repeat scroll 100% -8px;
	text-align: right;
	padding-right: 15px;
	width: 315px;
}
.datosLogMas {
	border-bottom:1px dotted #D1D0D0;
	padding-bottom: 8px;
	margin-bottom:5px;
}
.datosLogMas p {
	margin-bottom: 2px;
}
.signinMas {
	border-bottom: 1px dotted #D1D0D0;
	padding-bottom: 12px;
	margin-top: 15px;
}
.signinMas a {
	 color: #0180FF;
	 font-weight: bold;
	 line-height: 18px;
	 margin: 0 3px;
}
.registroMas h3 {
	margin:12px 0 10px 0;
	font-size: 15px;
	font-weight: bold;
}
/* ------------------------- FIN MÓDULO LOGIN MAS ---------------------------------------- */

/* ----------------------------- INICIO MÓDULO OFERTAS Y NOVEDADES ---------------------------------- */
#newsletter fieldset {
	padding-bottom: 15px;
	border-bottom: 1px dotted #D1D0D0;
	margin-bottom: 10px;
}
#newsletter label {
	display: block;
	margin-bottom: 2px;
}
#newsletter .bordeInput {
	width: 200px;
}
#newsletter .errorForm, #newsletter .errorCanc {
	width: 200px;
}
#iconosCanales img {
	margin-top:-1px;
	vertical-align:middle;
	margin-left: 4px;
}

/* ----------------------------- FIN MÓDULO OFERTAS Y NOVEDADES ---------------------------------- */

/* Corrección margen izquiedo en los div que presentan los errores */
div.errorCanc {
	margin-left:0px;
}
/*******************************************************************/





