﻿/**
 * Home
 *
 **/


/* [Comunes] */

body,
h1, h2, h3, ul, ol, li, a, a:visited, a:hover {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #003667
}

h1 {
	font-family: Corbel, Arial, Verdana;
}

p {
	margin: 5px 0;
}

a:hover {
	text-decoration: underline;
}

body {
	background: url('../images/fondo.jpg') repeat-x #fff;
	height: 100%;
}

div#divTodo {
	overflow: auto;
	width: 780px;
	margin: 0 auto 15px auto;
}

div#wrapper {
	overflow: hidden;
	height: 1%;
	background-color: #eeeff1;
}

div#lateral {
	width: 200px;
	padding: 20px 10px;
	float: left;
}

div#contenidos {
	padding: 20px 10px;
	float: left;
	width: 540px;
	height: 1%;
	overflow: hidden;
	background-color: #fff;
}

div#pie {
	/*background: url('../images/pie/tarjetas.jpg') no-repeat #666 700px;*/
	background: url("../images/pie/pielogos.jpg") no-repeat scroll 490px 50% #666666;
	color: #fff;
	padding: 5px 5px 5px 10px;
}

h2, h2 a {
	color: #003667;
	text-decoration: none;
}

fieldset {
	border: none;
}

input,
select {
	font-size: 11px;
}

.oculto {
	display: none;
}

.visible {
	display: block;
}

h2.tituloazul {
	background-color: #85add6;
	margin-bottom: 5px;
	padding: 5px 10px;
	color: #fff;
	overflow: hidden;
	text-transform: capitalize;
}


h2.titulorojo {
	background: url("../images/resultados/fondoresult.jpg") repeat-y #fff;
	height: 25px;
	line-height: 25px;
	border-left: 5px solid #c85656;
	padding-left: 10px;
	font-size: 13px;
	color: #cc3333;
	font-weight: bold;
}

h2.tituloblanco {
	border-left: 5px solid #6e9fcf;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0;
	border-bottom: dashed 1px #ccc;
}

.gris {
	color: #666;
}

.rojo {
	color: #c33939;
}


/* Flotante sesion */

div.divFlotante {
	position: absolute;
	left: 30%;
	top: 30%;
	z-index: 2000;
	width: 500px;
	background-color: #fff;
	vertical-align: middle;
	padding: 10px;
	border: solid 5px #555;
}

div#fondoFlotante {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #ccc;
	filter: alpha(opacity=85); /*IE*/
	-moz-opacity: 0.85; /*Gecko*/
	opacity: 0.85; /*CSS3*/
	filter: alpha(opacity=85); /*IE*/
	z-index: 1000;
}

/* Botones */

input.btnazul,
input.btnrojo,
input.btnblanco,
input.btnazulclaro,
input.btnazulclarores,
input.btnazulres {
	color: #fff;
	border: none;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}

input.btnazul {
	width: 85px;
	height: 18px;
	line-height: 18px;
	background: url('../images/botones/botonazul.png') no-repeat transparent;
}

input.btnrojo {
	width: 87px;
	height: 28px;
	font-weight: bold;
	background: url('../images/botones/botonrojo.png') no-repeat transparent;
}

input.btnblanco {
	background: url('../images/botones/botonblanco.jpg') no-repeat;
	color: #777;
	width: 120px;
	height: 30px;
	font-weight: bold;
}

input.btnazulclaro {
	background: url('../images/botones/botonazulclaro.jpg') no-repeat;
	font-weight: bold;
	width: 82px;
	height: 28px;
}

input.btnazulclarores,
input.btnazulres {
	width: 133px;
	height: 26px;
	font-weight: bold;
	line-height: 26px;
}

input.btnazulclarores {
	background: url('../images/botones/botonazulclarores.jpg') no-repeat;
}

input.btnazulres {
	background: url('../images/botones/botonazulres.jpg') no-repeat;
}

/* Altos mínimos */

* html #contenidos,
* html #lateral {
	height: 530px;
}

div#contenidos,
div#lateral {
	min-height: 530px;
}

/* [Cabecera] */

h1#cabecera {
	background: url('../images/cabecera/fondocabecera.jpg') repeat-x #ccc;
	height: 117px;
	text-indent: -10000px;
	overflow: hidden;
	border-bottom: 2px solid #4e89c4;
}

span#logo a,
span#telefono {
	display: block;
	font-size: 72px;
}

span#logo a {
	background: url('../images/cabecera/logo.jpg') no-repeat 30px 20px;
	width: 300px;
	float: left;
}

span#telefono {
	background: url('../images/cabecera/telefono.gif') no-repeat transparent;
	margin: 25px 15px 0 0;
	width: 220px;
	float: right;
	height:40px;
}

span#telefonoEN {
	background: url('../images/cabecera/telefonoEN.gif') no-repeat transparent;
	margin: 25px 15px 0 0;
	width: 220px;
	float: right;
	height: 40px;
}

/* [Pie] */

div#pie a {
	text-decoration: none;
	color: #fff;
}

div#pie a:hover {
	text-decoration: underline;
}

div#pie div#superior {
	margin-bottom: 2px;
}

div#pie div#superior a {
	margin-right: 5px;
}

div#pie div#inferior a {
	color: #ccc;
}

/**
 * Modulos lateral
 *
 **/

div#lateral div {
	margin-bottom: 10px;
}

/* [Acceso agencias] */

div#login,
div#logout {
	min-height: 130px;
}

div#login input,
div#logout input {
	font-size: 14px;
}

div#login h2 {
	margin-bottom: 3px;
}

div#login p {
	margin: 0 0 7px 10px;
}

.link2
{
    float:left;
    width: 60px;
    height: 34px;
    margin-left: 53px;  
    margin-top:4px;
    cursor:pointer;
}
.nolink
{
    float:left;
}
div#login h2,
div#logout h2 {
	background: url('../images/home/bulletlogin.gif') no-repeat top left;
	padding-left: 10px;
	line-height: 12px;
}

div#login,
div#temas,
div#logout {
	background: url('../images/home/fondocurva.jpg') no-repeat;
	padding: 10px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}

div#login fieldset {
	width: 150px;
	font-size: 11px;
	margin-left: 10px;
}

div#login label {
	display: block;
	margin-top: 3px;
}

div#login input {
	border: 0;
}

div#login input.btnazul {
	margin: 10px 0 0 60px;
}

div#logout div {
	height: 27px;
	padding-left: 40px;
	margin: 20px 5px;
}

div#logout div#hoteles {
	background: url('../images/home/cama.jpg') left no-repeat;
} 
div#logout div#hotelesSemSanta {
	background: url('../images/home/cama.jpg') left no-repeat;
} 

div#logout div#hotelesVerano {
	background: url('../images/home/cama.jpg') left no-repeat;
} 
div#logout div#paquetes {
	background: url('../images/home/maleta.jpg') left no-repeat;
} 
div#logout div a {
	text-decoration: underline;
	font-weight: bold;
}

/* [Temas] */

div#temas {
	list-style-image: url('../images/home/bullettemas.gif');
	font-weight: bold;
	margin: 0;
}

div#temas li {
	margin-bottom: 5px;
	margin-left: 10px;
}

div#temas h2,
div#newsletter h2 {
	margin-bottom: 10px;	
	font-size: 17px;
	font-family: Corbel, Arial, Verdana;	
}

div#temas li a {
	color: #003667;
	text-decoration: none;
}

/* [Ofertas] */

a#ofertas {
	text-indent: -10000px;
	display: block;
	margin-bottom: 10px;
	background: url('../images/home/ofertas.png') no-repeat transparent;
	width: 198px;
	height: 103px;
}

a#ofeEN {
	text-indent: -10000px;
	display: block;
	margin-bottom: 10px;
	background: url('../images/home/ofertasEN.png') no-repeat transparent;
	width: 198px;
	height: 103px;
}

/* [Newsletter] */

div#newsletter {
	background: url('../images/home/newsletter.jpg') no-repeat;
	width: 200px;
	height: 102px;
	color: #fff;
}

div#newsletter h2 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0 0 8px;
	margin: 0 0 5px 0;
}

div#newsletter label {
	display: block;
	margin-left: 10px;
}

div#newsletter input {
	display: block;
	width: 160px;
	height: 13px;
}

div#newsletter input.btnazul {
	margin: 10px 5px 5px 5px;
	float: right;
	width: 85px;
	height: 18px;
}

/* [Dpto. Receptivo] */

div#Este {
	width: 200px;
	height: 184px;
}

div#RestoMundo {
	width: 200px;
	height: 184px;
}


/* [Bicibus] */

a#bicibus {
	background: url('../images/home/bicibus.jpg');
	text-indent: -20000px;
	display: block;
	width: 200px;
	height: 100px;
}

a#biciEN {
	background: url('../images/home/biciEN.jpg');
	text-indent: -20000px;
	display: block;
	width: 200px;
	height: 100px;
}

div#banner {
	height: 250px;
	/*line-height: 160px;*/
	/*text-align: center;*/
	font-size: 110%;
	border: solid 3px;
	padding: 5px;
}

/* [Filtro Resultados Hotel */

div#lateral div#filtroHotel {
	border: 1px solid #ccc;
	padding: 10px;
	background: url('../images/resultados/fondoresult.jpg') repeat-y #fff;
}

div#filtroHotel h3 {
	background-color: #fff;
	color: #cc3333;
	border-left: 5px solid #cc3333;
	padding-left: 15px;
	font-size: 13px;
	margin-bottom: 15px;
}

/**
 * Buscadores
 *
 **/

/* [Hoteles] */

div#buscador {
	background: url('../images/buscadores/fondobus.jpg') repeat-x #fff;
	overflow: hidden;
}

div#buscador h2,
#_ctl0_Derecha_Todo_buscador h2 {
	font-size: 18px;
	color: #fff;
	background: url('../images/buscadores/cabecera.jpg') repeat-x;
	padding: 10px 20px;
	font-weight: normal;
	border-top: solid 1px #b2cae2;
}

div#buscador #form {
	padding: 10px 20px;
	border-bottom: 1px solid #6e9dca;
	overflow: hidden;
	margin: 10px 0;
}

div#buscador label {
	float: left;
	margin: 26px 20px 0pt 0pt;
}

div#buscador label,
div#buscador input,
div#buscador select,
div#buscador img {
	display: block;
	float: left;
}

div#buscador #zona label,
div#buscador #zona input,
div#buscador #zona select {
	display: inline;
	float: none;
	margin: 0;
}

div#buscador #zona input,
div#buscador #zona select {
	margin-right: 15px;
}

div#buscador input.btnrojo {
	float: none;
	margin-left: 410px;
}

div#buscador #habitaciones {
	clear: both;
}

/* [Paquetes] */

#habitaciones {
	clear: both;
}





/* [Listados Recomendados + Best Deals] */

div#hotrec,
div#hottop {
	float: left;	
}

div#paqrec,
div#destop {
	float: right;	
}

div#recomendados,
div#tops {
	margin-top: 5px;
	overflow: hidden;
}

div#hotrec div,
div#paqrec div,
div#tops div,
div#bicirec div {
	width: 265px;
}

div#recomendados h3 a {
	color: #be3030;
	text-decoration: none;
}

div#recomendados p {
	margin: 0;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

div#recomendados span {
	display: block;
	color: #666;
	font-weight: bold;
}

div#hotrec h2,
div#paqrec h2,
div#bicirec h2 {
	color: #fff;
	font-size: 16px;
	width: 265px;
	height: 52px;
	line-height: 70px;
	padding-left: 5px;
	margin-bottom: 15px;
}

div#hotrec div,
div#paqrec div,
div#bicirec div {
	margin-bottom: 15px;
	overflow: hidden;
	height: auto !important;
}

div#hotrec img,
div#paqrec img,
div#bicirec img {
	border: 4px solid #e2e3e7;
	width: 90px;
	height: 63px;
	float: left;
}

div#hotrec h2 {
	background: url("../images/home/hotelrec.jpg") no-repeat transparent;
}

div#paqrec h2 {
	background: url("../images/home/paqrec.jpg") no-repeat transparent;
}

div#recomendados div.datos {
	float: left;
	width: 150px;
	margin-left: 10px;
}

div#tops {
	clear: both;
}

div#tops a {
	text-decoration: none;
}

div#tops li {
	padding: 5px 5px 5px 0px;
	margin: 0;
	overflow: visible;
	clear: both;
}

div#tops ol{
	padding-left: 30px;
	background-color: #eeeff1;
	overflow: hidden;
}

div#tops h2 {
	background-color: #bd2f2f;
	color: #fff;
	font-weight: normal;
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}

div#bicirec div {
	float: left;
}

div#bicirec h2 {
	width: 100%;
	background: url("../images/home/bicirec.jpg") no-repeat transparent;
	padding-left: 15px;
}

/**
 * Listado Hoteles
 *
 **/

h2.titulorojo span {
	color: #666;
}

div#ListadoAlojamientos p {
	margin: 0;
}

table.listadias td {
	background-color: #f2f3f4;
	border: 1px solid #fff;
}

table td.DiasSemana_hotel_listado {
	border-bottom: dashed 1px #ccc;
	text-align: center;
	color: #666;
	height: 30px;
}

table td.Titulo_hotel_listado {
	background-color: #fff;
}

span.Precio_hotel_listado {
	color: #555;
	font-weight: bold;
}

input#txtNombreHotel {
	width: 100%;
}

div#MensajeSinResultados {
	color: #cc3333;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	border: 3px solid #ccc;
	text-align: center;
	margin-top: 25px;
}

div#ListadoAlojamientos h2.tituloazul {
	margin-top: 10px;
}

div#ListadoAlojamientos div.suple, div.suple{
	color: #B73434;
	background: url(../images/resultados/etiqueta.jpg) no-repeat center left;
	height: 25px;
	/*line-height: 25px;*/
	padding-bottom:25px;
	padding-left: 20px;
	margin: 5px 0 0 5px;
}

/**
 * Mas info hotel
 *
 **/

div#masinfo a {
	background-color: #85add6;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 1px;
	padding: 15px;
	height: 5px;
}

div#masinfo div {
	border: 1px solid #c4c4c4;
	padding: 2px;
}

div#masinfo a.activo {
	background: url('../images/fichas/fondoactivo.jpg') repeat-y;
}

div#listafotos {
	margin: 10px 0 0 0;
	width: 350px;
	padding: 5px;
	background-color: #f2f3f4;
}

p.descripcion{
	width: 350px;
	color: #000;
}

div.servicios {
	float: right;
	width: 165px;
}

div.servicios ul {
	list-style: none;
	border-top: dashed 1px #ccc;
	padding-top: 5px;
}

div.servicios ul li {
	padding: 5px 10px;
}

div.servicios h2 {
	border-left: solid 5px #6e9fcf;
	padding-left: 5px;
}

#_ctl0_Derecha_Todo_info {
	display: block;
	overflow: hidden;
}

/**
 * Nueva Agencia
 *
 **/

#_ctl0_Derecha_Todo_pGeneral input {
	font-size: 10px;
}

/**
 * Booking
 *
 **/

div#pasos div {
	color: #999;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 35px;
}

div#paso1 {
	background: url('../images/booking/paso1.jpg') no-repeat left;
}

div#paso2 {
	background: url('../images/booking/paso2.jpg') no-repeat left;
}

div#paso3 {
	background: url('../images/booking/paso3.jpg') no-repeat left;
}

div#paso1.activo {
	background: url('../images/booking/paso1a.jpg') no-repeat left;
}

div#paso2.activo {
	background: url('../images/booking/paso2a.jpg') no-repeat left;
}

div#paso3.activo {
	background: url('../images/booking/paso3a.jpg') no-repeat left;
}

table.inforeserva,
table.inforeservapay {
	background-color: #f2f3f4; 
	width: 100%;
}

table.inforeserva td,
table.total td {
	padding: 5px;
}

table.total {
	background-color: #e9eaeb;
	margin-top: 3px;
	width: 100%;
}

ul.PolCnxAlojaExt {
	list-style: none;
}

/** 
 * Cesta Compra 
 *
 **/

a.politica_cancelacion_cesta_compra {
	color: #666;
	display: block;
}

/**
 * Listado Paquetes 
 *
 **/


div.paquete {
	overflow: hidden;	
	margin-bottom: 10px;
}

div.paquete a {
	color: #335980;
}

div.paquete img {
	float: left;
}

div.paquete img.foto {
	border: solid 4px #e2e3e7;
	margin-right: 5px;
	height:63px;
}

div.paquete p {
	width: 525px;
	margin: 0;
	color: #333;
	min-height: 40px;
}

div.paquete span.fechas {
	color: #335980;
}

div.paquete a.otherdates {
	background: url('../images/resultados/lupi.jpg') transparent no-repeat left;
	padding-left: 25px;
	height: 20px;
	line-height: 20px;
	display: block;
}

div.paquete table.habitaciones {
	margin: 10px 0;
	
}

div.paquete table.habitaciones td,
div.paquete table.habitaciones th {
	padding: 0 5px;
	background: #f2f3f4;
	height: 25px;
}

div.paquete table.habitaciones th {
	border-bottom: 1px dashed;
	text-align: left;
	color: #666666;
	font-weight: normal;
}

div.paquete table.habitaciones th.habitaciones {
	width: 200px;
}

#info{
	border: 1px solid #c4c4c4;
	padding: 2px;
}


/*
*   Icono Promociones
*/

.texto_cruceros .listadias .ofertas {
    background-color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: 3px 8px;
    text-align: right;
}

.texto_cruceros .listadias .ofertas span {
    border: 1px solid #000000;
    color: #000000;
    cursor: default;
    /*display: block;*/
    font-size: 15px;
    height: 17px;
    line-height: 17px;
    margin: auto;
    text-align: center;
    /*width: 17px;*/
}
