﻿body 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

#frmMain 
{
	padding: 0;
	margin: 0;
}

#tblMain
{
	width: 760px;
	border-spacing: 0;
	border-collapse: collapse;
}

#tblMain td
{
	padding: 0; 
}

div.wrapper 
{
	width: 100%; 
	height: 100%; 
	position: relative;
}

.dotSeparator
{
	height: 3px;
	background-image: url("/images/home/bluedot.gif");
	background-repeat: repeat-x;
}

/**
 * Estilos de la cabecera
 */
#header 
{
	margin-bottom: 2px;
}

#headerContent 
{
	background-position: 1px top;
	background-repeat: no-repeat;
	position: relative;
}

#headerLogoEscala 
{
	position: absolute;
	right: 96px;
	top: 8px;
}

#headerLinks /* TODO: Cambiar por enlaces reales cuando se tengan. */
{
	width: 375px; /*362px;*/
	height: 10px;
	cursor: pointer;
	position: absolute;
	top: 58px;
	right: 0px;
}

#headerFlag /* TODO: Cambiar por enlaces reales cuando se tengan. */
{
	width: 58px;
	height: 13px;
	cursor: pointer;
	position: absolute;
	top: 31px;
	right: 0px;
}

#headerBarLeft
{
	height: 8px;
	background-image: url("/images/header/headerLeft.jpg"); /* 24 x 8 */
	background-position: right top;
	background-repeat: no-repeat;
}

#headerBarRight
{
	height: 8px;
	background-image: url("/images/header/headerRight.jpg"); /* 24 x 8 */
	background-position: left top;
	background-repeat: no-repeat;
}

#headerBarCenter
{
	height: 7px;
	background-color: #013479;
	background-image: url("/images/header/efectoBarra.jpg"); /* 309 x 8 */
	background-position: right top;
	background-repeat: no-repeat;
}

#menuFull
{
	width: 698px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 75px;
}

div.menuTab
{
    width: 77px;
    height: 20px;
    background-image: url('/images/tab.gif');
    background-repeat: no-repeat;
  	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	color: #013479;
	float: left;	
	overflow: hidden;
	cursor: pointer;
}

div.menuTabON /* Usar :hover no va bien en IE */
{
    width: 77px;
    height: 20px;
    background-image: url('/images/tabon.gif');
    background-repeat: no-repeat;
  	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
    color: #FFFFFF;
	float: left;	
	overflow: hidden;
	cursor: pointer;
}

div.menuTabON a:visited 
{
    color:white;
    font-weight:bold;
    text-decoration:underline;
}

span.menuTab
{
    position: relative;
    top: 3px;
    left: 4px;
}


#menuMarker 
{
	width: 75px;
	height: 8px;
	position: absolute;
	top: 0;	
	overflow: hidden;
}

.menuMarker_tabPAE
{	
	left: 0px;
	background-color: #FBC553;
}

.menuMarker_tabALO
{	
	left: 77px;
	background-color: #FF6600;
}

.menuMarkerVE_tabPAE
{	
	left: 0px;
	background-color: #FBC553;
}

.menuMarkerVE_tabALO
{	
	left: 77px;
	background-color: #FF6600;
}

.menuMarkerVE_tabHoV
{	
	left: 154px;
	background-color: #CC3300;
}


.menuMarker_tabVUE
{	
	left: 154px;
	background-color: #0066FF;
}

.menuMarker_tabPAQ
{	
	left: 231px;
	background-color: #ff0000;
}

.menuMarker_tabCRU
{	
	left: 231px;
	background-color: #09BAC4;
}

.menuMarker_tabCAR
{	
	left: 308px;
	background-color: #A4A7Ac;
}
.menuMarker_tabSER, .menuMarker_tabTRA, .menuMarker_tabSEG
{	
	left: 385px;
	background-color: #77C402;
}
.menuMarker_tabTem
{	
	left: 462px;
	background-color: #FF6600;
}
.menuMarkerVE_tabVUE
{	
	left: 231px;
	background-color: #0066FF;
}

.menuMarkerVE_tabPAQ
{	
	left: 308px;
	background-color: #ff0000;
}

.menuMarkerVE_tabCRU
{	
	left: 231px;
	background-color: #09BAC4;
}

.menuMarkerVE_tabCAR
{	
	left: 385px;
	background-color: #A4A7Ac;
}
.menuMarkerVE_tabSER, .menuMarkerVE_tabTRA, .menuMarkerVE_tabSEG
{	
	left: 462px;
	background-color: #77C402;
}
.menuMarkerVE_tabFolleto,.menuMarkerVE_tabFolleto2, .menuMarkerVE_tabPrensa
{	
	left: 539px;
	background-color: #FF6600;
}
#footerBarLeft
{
	height: 8px;
	background-image: url("/images/footer/footerLeft.png"); /* 24 x 8 */
	background-position: right top;
	background-repeat: no-repeat;
}

#footerBarRight
{
	height: 8px;
	background-image: url("/images/footer/footerRight.png"); /* 24 x 8 */
	background-position: left top;
	background-repeat: no-repeat;
}

#footerBarCenter
{
	height: 8px;
	background-color: #E0E0E0;
	background-image: url("/images/footer/efectoBarra.png"); /* 395 x 8 */
	background-position: right top;
	background-repeat: no-repeat;
}

#footerBarCenter div
{
	overflow: hidden;
}

#footerContent 
{
	text-align: center;
}

#footerLogoEscala 
{
	position: absolute;
	left: -3px;
	top: 4px;
}

#footerSecured
{
    position: absolute;
    right: 0px;
    top: 22px;
}

#footerPowered a
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	font-weight: bold;
	color: #0073D0;
	position: absolute;
	right: 0px;
	top: 9px;
}

#footerCopyR
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	color: #494949;
	position: relative;
	top: 25px;
}

#footerLinks 
{
	width: 534px;
	height: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	left: 81px;
	top: 11px;
}

#footerLinks a
{
	font-family: Verdana, Arial;
	font-size:9px;
	color:#013479;
	font-weight:bold;
	}
/**
 * Formularios
 */
.titInput
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

.frmInput
{
	border: solid 1px #02357A;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

.frmBotonL, .frmBotonC, .frmBotonR 
{
	height: 19px;
	background-image: url("/images/bgBtnBuscar.gif");
	cursor: pointer;
	background-repeat: no-repeat;
} 

.frmBotonL
{
	width: 20px;
	background-position: left top;
}

.frmBotonR
{
	width: 20px;
	background-position: right top;
}

.frmBotonC
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	font-weight: bold;
	color: #013479;
	background-position: center top;
	text-align: center;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 3px;
}

/**
 * Estilos del home
 */

.menuMarker {} /* Definir en el propio de cada home */

.fondoColor {} /* Definir en el propio de cada home */

#buscador
{
	width: 304px;
	height: 229px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#espacioBanner1
{
	width: 452px;
}

#suscripcion 
{
	height: 70px;
	border: solid 2px #E0E0E0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #0073D0;
}
#suscripcion_default
{
	height: 45px;
	border: solid 2px #E0E0E0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #0073D0;
}
#suscripcion_default2
{
	height: 25px;
	border: solid 2px #E0E0E0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #0073D0;
}


#suscripcion input
{
	width: 156px;
	height: 17px;
	border: solid 1px #0174D0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	left: 105px;
	top: 42px;
}

#suscripcion p 
{
	margin: 0px;
	padding: 0px;
}

#titleSuscripcion 
{
	width: 208px;
	font-size: 11px;
	position: absolute;
	left: 47px;
	top: 10px;
}

#textSuscripcion 
{
	width: 208px;
	position: absolute;
	left: 47px;
	top: 45px;
}

#titleSuscripcionlist 
{
	width: 144px;
	font-size: 11px;
	position: absolute;
	left: 47px;
	top: 10px;
	color: #0073D0;
	
}

#textSuscripcionlist 
{
	width: 144px;
	position: absolute;
	left: 47px;
	top: 45px;
	color:#013479;
}

#btnSuscripcion
{
	position: absolute;
	left: 266px;
	top: 41px;
	cursor: pointer;
}

#icoSuscripcion
{
	position: absolute;
	left: 3px;
	top: 9px;
}

#espacioBanner2
{
	/*height: 302px;*/
	/*border: solid 2px #E0E0E0;*/
}

#espacioBanner2 .wrapper
{
    height:1%;
    }

#recomiendaHeader
{
	width: 281px;
	height: 40px;
	/*background-image: url("/images/homeAlo/bgRecomiendaAlo.png");*/ /* 281 x 40 */
	background-position: right top;
	background-repeat: no-repeat;
}

#recomienda p
{
	width: 145px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	color: #013479;
	position: relative;
	left: 6px;
	top: -1px;
}

#recomienda2 p
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	color: #013479;
	/*position: relative;*/
	left: 6px;
	top: -1px;
}

#recomienda2 a, #recomienda2 a:visited, #recomienda2 a:active, #recomienda2 a:hover, #recomienda2 a:link, #recomienda2 a:focus
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	text-decoration: underline;
	color: #013479;
}


#recomienda a, #recomienda a:visited, #recomienda a:active, #recomienda a:hover, #recomienda a:link, #recomienda a:focus
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	text-decoration: underline;
	color: #013479;
}

#promocion p
{
	width: 155px;
	margin: 0px;
	padding: 0px;
}

#promocion a, #promocion a:visited, #promocion a:active, #promocion a:hover, #promocion a:link, #promocion a:focus
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	color: #0073D0;
}

#promocion p span
{
	color: #013479;
}

#promocionHeader
{
	width: 165px;
	height: 40px;
	/*background-image: url("/images/homeAlo/bgPromocionAlo.png");*/ /* 165 x 40 */
	background-position: right top;
	background-repeat: no-repeat;
}

.resultadosBusqueda
{
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color:#013479;
	padding-top:10px;
	text-align:left;
	
}

.descripcion_seleccionvuelo
{
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	color:#0077c7;
	text-align:center;
	padding-top:15px;
}

.titulo_listado
{
	background-color: #013479;
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}

.titulo_listado2Light
{
	color: #013479;
	font-family: Verdana;
	font-size: 11px;	
}

.titulo_listado2
{
	color: #013479;
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;	
}

.descripcion_listado2
{
	font-family: Verdana;
	font-size: 10px;
	color:#013479;
}
.titulodescripcion_listado2
{
	font-family: Verdana;
	font-size: 10px;
	color:#013479;
	font-weight:bold;
}

.descripcion_listado
{
	font-family: Verdana;
	font-size: 10px;
	color: #4e4e4e;
}

.link_descripcion
{
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	color:#0077c7;
}

.buscador_titulo
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	font-weight: bold;
	color: #013479;
	text-align:left;
}

.buscador_tituloLight
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	color: #013479;
}
.buscador_input
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;	
	color: #4e4e4e;
}
.ReservaFont
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	color: #333333;
	}
.ReservaFont1
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #333333;
	}
.ReservaFont2
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	color: #333333;
	}
	
.TablaReservaFont
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	color: #013479;
	}
	
.LinkReserva 
	{
		 color:#000000;
		 
		}
		
.SubTitListado
{
	font-family:Verdana;
	font-size:11px;
	color:#013479;
	}
	.SubTitListado1
{
	font-family:Verdana;
	font-size:12px;
	color:#013479;
	}
	
.campo_form
{
	border: solid 1px #02357A;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	font-size: 9px;
}
		
		
td.bookingSubTitle
{
	height: 20px;
	background-color: #C3DEF4;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #013479;	
}
.linkRojo
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #990000;	
	font-weight:bold;
}

input.botonbusc
{
	width: 139px;
	height: 21px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	font-weight: bold;
	color: #013479;
	background: url("/images/buscCars/botonbuscador.gif");
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer;
	border:0px;
	
	}
input.botonReserva
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size:9px;
		color:#013479;
		cursor: pointer;
		width:201px;
		height:19px;
		font-weight:bold;
		background: url("/images/BotonReserva.gif");
		background-repeat: repeat;
		border:0px;
		text-align:center;
		}	
	
	.buscador_tit
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	color: #013479;
}

.linkListado a
	{
		font-family: Verdana, Helvetica, Arial;
		font-size: 9px;
		font-weight: bold;
		color: #003379;
		}
		
.linkListado1 a
	{
		font-family: Verdana, Helvetica, Arial;
		font-size: 11px;
		font-weight: bold;
		color: #003379;
		}
		
.SubTitCar
	{	
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #013479;
	padding-bottom:11px;
	}
	.SubTitZona
	{	
	font-family: Verdana, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #013479;
	padding-bottom:11px;
	}
	.menuCar
{	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color:#013479;
	height:20px;
	}
	.linkListAlo a
	{
		font-family:Verdana,Helvetica,Arial;
		font-size:9px;
		text-decoration: underline;
		color:#0077C7;
		}
		.linkListAlo a:hover
	{
		text-decoration:none;
		}
	.botonNaranja
	{
		 font-family:Arial, Verdana;
		 font-size:12px;
		 color:#ffffff;
		 background-image:url("/images/homealo/botonNaranja.gif");
		}
	.botonNaranja1
	{
		 font-family:Arial, Verdana;
		 font-size:12px;
		 color:#ffffff;
		 background-image:url("/images/homealo/botonNaranja1.gif");
		}
	.precioReservar
	{
		font-family:Verdana,Arial;
		font-size:10px;
		color:#013479;
		font-weight:bold;
		background-color:#C3DEF4;
		 
		}
		
/* Cesta Home */
a.cestaPeq, a.cestaPeq:visited, a.cestaPeq:active, a.cestaPeq:hover, a.cestaPeq:link, a.cestaPeq:focus
{
	font-family:Verdana,Arial;
	font-size:9px;
	color:#013479;
	font-weight:bold;
	text-decoration: underline;
	position: relative;
	top: -5px;
}

table.cestaPeq
{
    background-color: #CCE1FE;
}		

span.cestaPeqTitle
{
	font-family:Arial, Verdana;
	font-size:12px;
	color:#013479;
	font-weight:bold;
}

.cestaPeqLinea
{
	font-family:Arial, Verdana;
	font-size:11px;
    color: #0D3E81;
}

.cestaPeqTotal
{
	font-family:Arial, Verdana;
	font-size:13px;
    color: #013479;
	font-weight:bold;
}

.cestaPaqSeparador 
{
    width: 100%;
    height: 1px;
    background-image: url('/images/chdots.gif'); 
    background-repeat: repeat-x;
    overflow: hidden;   
}

/**
 * Ficha
 */
.btnFichaOn, .btnFichaOff
{
	width: 120px;
	height: 17px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	font-weight:bold;
	text-align: left;
	padding-left: 3px;
	padding-top: 2px;
	cursor: pointer;
}

.btnFichaOn
{
	color: #FFFFFF;
	background-color: #0077C7;
}

.btnFichaOff
{
	color: #0077C7;
	background-color: #DEE4F8;
}

.linkHeader a, .linkHeader a:link, .linkHeader a:visited
{
	 font-family:Verdana;
	 font-size:9px;
	 color:#0077C7;
	 font-weight:bold;
	 text-decoration: none;
	}
.linkHeader a:hover
{
    text-decoration: underline;
}
.cabPolitica
{
	text-decoration:underline;
	color:#013479;
	font-weight:bold;
}

#bienvenida 
{
	height: 70px;
	border: solid 2px #E0E0E0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0073D0;
}

.titleBienvenidalist 
{
	font-size: 11px;
	font-weight:bold;
	color: #0073D0;
}