﻿body 
{
	background-color:#F7FCFD;
	margin: 0;
	padding: 0;
	background-image:url("/images/fondo_web.jpg");
	background-repeat:repeat-y;
	background-position:center;
}

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
 */
 #contenidopagina
 {
 	background-color:#FFF;
 }
#header 
{
	margin-bottom: 2px;
}

#headerContent 
{
	background-position: 1px top;
	background-repeat: no-repeat;
	position: relative;
	background-color:#FFF;
	background-image:url(/images/homePae/cabecera.jpg);
	height:82px;
	width:787px;
}

#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;*/
}
#headerLinks a
{
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	padding-top:3px;
}
#headerFlag /* TODO: Cambiar por enlaces reales cuando se tengan. */
{
	width: 58px;
	height: 13px;
	cursor: pointer;
	position: absolute;
	top: 31px;
	right: 0px;
}
#headerFlag a
{
	text-decoration:none;
}
#headerBarLeft
{
	height: 8px;
	background-position: right top;
	background-repeat: no-repeat;
}

#headerBarRight
{
	height: 8px;
	background-position: left top;
	background-repeat: no-repeat;
}

#headerBarCenter
{
	height: 8px;
}

#menuFull
{
	/*width: 698px;*/
	height: 20px;
	cursor: pointer;
	position: absolute;
	left: 14px;
}

div.menuTab
{
    width: 84px;
    height: 22px;
    background-image: url('/images/fondo_menu.jpg');
    background-repeat:repeat-x ;
  	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #013479;
	float: left;	
	overflow: hidden;
	cursor: pointer;
	text-decoration:none;
}

div.menuTabON /* Usar :hover no va bien en IE */
{
    width: 84px;
    height: 22px;
    background-image: url('/images/fondo_menu.jpg');
    background-repeat:repeat-x ;
  	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #013479;
	float: left;	
	overflow: hidden;
	cursor: pointer;
	text-decoration:none;
}

span.menuTab
{
    position: relative;
    top: 3px;
    left: 4px;
}
#footerBarLeft
{
	height: 8px;
	background-position: right top;
	background-repeat: no-repeat;
}

#footerBarRight
{
	height: 8px;
	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;
	background-color:#FFF;
}

#footerLogoEscala 
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#footerSecured
{
    position: absolute;
    right: 0px;
    top: 22px;
}

#footerPowered a
{
	font-family:Arial,Verdana, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color: #0073D0;
	position: absolute;
	right: 0px;
	top: 9px;
}
#footerCopyR {
	color:#666666;
	font-family:Arial,Verdana,Helvetica;
	font-size:10px;
	left:158px;
	position:absolute;
	text-align:left;
	top:28px;
	width:79%;
}
#footerCopyR a
{
	color: #666666;
	text-decoration:none;
}

#footerLinks 
{
	width: 534px;
	height: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	left: 130px;
	top: 11px;
}

#footerLinks a
{
	font-family:Arial, Verdana;
	font-size:9px;
	color:#013479;
	font-weight:bold;
	text-decoration:none;
	}
#footerLinks a:hover
{
	font-family:Arial, Verdana;
	font-size:9px;
	color:#013479;
	font-weight:bold;
	text-decoration:underline;
	}
/**
 * Formularios
 */
.titInput
{
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #013479;
}

.frmInput
{
	border: solid 1px #02357A;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #123887;
}

.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: Arial,Verdana, Helvetica;
	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 
{
	
	width:292px;
	height:88px; 
	background-repeat:no-repeat; 
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #123889;
}
#suscripcion_default
{
	height: 45px;
	border: solid 2px #E0E0E0;
	font-family: Arial,Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #0073D0;
}
#suscripcion_default2
{
	height: 25px;
	border: solid 2px #E0E0E0;
	font-family: Arial,Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #0073D0;
}


#suscripcion input
{
	/*width: 156px;*/
	height: 17px;
	border: solid 1px #0174D0;
	font-family: Arial,Verdana, Helvetica;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	/*left: 105px;*/
	top: 55px;
}

#suscripcion p 
{
	margin: 0px;
	padding: 0px;
}

#titleSuscripcion 
{
	width: 129px;
	font-size: 11px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#titleSuscripcion1 {
	font-size:11px;
	left:10px;
	position:absolute;
	top:10px;
	width:165px;
}
#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;
	right: 6px;
	top: 11px;
}
#icoSuscripcion1 {
	position:absolute;
	right:85px;
	top:16px;
}
#recomiendaHeader
{
	width: 281px;
	height: 40px;
	/*background-image: url("/images/homeAlo/bgRecomiendaAlo.png");*/ /* 281 x 40 */
	background-position: right top;
	background-repeat: no-repeat;
}

#recomienda .traslados p
{
	width: auto;
	margin: 0 30px 0 0;
	padding: 0px;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	color: #123888;
	position: relative;
	left: 6px;
	top: -1px;
	text-align:justify;
}

#recomienda p
{
	width: 315px;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	color: #123888;
	position: relative;
	left: 6px;
	top: -1px;
	text-align:justify;
}

#recomienda2 p
{
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana, Helvetica;
	font-size: 9px;
	color: #013479;
	position: relative;
	top: -1px;
	width:250px;
}

#recomienda2 a, #recomienda2 a:visited, #recomienda2 a:active, #recomienda2 a:hover, #recomienda2 a:link, #recomienda2 a:focus
{
	font-family:Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	color: #009FC5;
}


#recomienda a, #recomienda a:visited, #recomienda a:active, #recomienda a:hover, #recomienda a:link, #recomienda a:focus
{
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	text-decoration: underline;
	color: #009FC5;
	font-weight:bold;
}

#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: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #009FC5;
}

#promocion p span
{
	color: #003379;
}

#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:Arial,Verdana;
	font-size:16px;
	font-weight:bold;
	color:#013479;
	padding-top:10px;
	padding-right:10px;
	text-align:left;
}

.descripcion_seleccionvuelo
{
	font-family:Arial,Verdana;
	font-size:9px;
	font-weight:bold;
	color:#0077c7;
	text-align:center;
	padding-top:15px;
}

.titulo_listado
{
	/*background-color: #013479;*/
	font-family: Arial,Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}

.titulo_listado2Light
{
	color: #013479;
	font-family: Arial,Verdana;
	font-size: 11px;	
}

.titulo_listado2
{
	color: #013479;
	font-family:Arial, Verdana;
	font-size: 11px;
	font-weight:bold;	
}

.descripcion_listado2
{
	font-family:Arial, Verdana;
	font-size: 10px;
	color:#013479;
}
.titulodescripcion_listado2
{
	font-family:Arial, Verdana;
	font-size: 10px;
	color:#013479;
	font-weight:bold;
}
.titulonewagency
{
	font-family:Arial, Verdana;
	font-size: 11px;
	color:#FFF;
	font-weight:bold;
	background-color:#0475A4;
}
.descripcion_listado
{
	font-family:Arial, Verdana;
	font-size: 11px;
	color: #013479;
	float:left;
	clear:both;
}

.link_descripcion
{
	font-family:Arial,Verdana;
	font-size:9px;
	font-weight:bold;
	color:#0077c7;
}

.buscador_titulo
{
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #013479;
}

.buscador_tituloLight
{
	font-family: Arial,Verdana, Helvetica;
	font-size: 9px;
	color: #013479;
}
.buscador_input
{
	color:#013479;
	font-family:Arial,Verdana,Helvetica;
	font-size:11px;
}

.bordeRojo .ReservaFont
{
    border-left:0;
    }

.TablaSinBorde
{
    border-collapse:collapse;
    border:none;
    }

.ReservaFont
{
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	color: #013479;
	}
	
.ReservaFont input {
	border:1px solid #013479;
	color:#013479;
	font-family:Arial,Verdana,Helvetica,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	height:auto;
}

.ReservaFont .divPreBaby, .ReservaFont .divPreAddi
{
    padding-right:10px;
    }

.ReservaFont1
{
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	color: #333333;
	}
.ReservaFont2
{
	font-family:Arial, Verdana, Helvetica;
	font-size: 13px;
	color: #333333;
	}
	
.TablaReservaFont
{
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	color: #013479;

	}
	
.LinkReserva 
	{
		 color:#000000;
		 
		}
		
.SubTitListado
{
	color:#013479;
    float:left;
    font-family:Arial,Verdana;
    font-size:11px;
    width:auto;
}
	
	.SubTitListado1
{
	font-family:Arial,Verdana;
	font-size:12px;
	color:#013479;
}
.SubTitListado2
{
	font-family:Arial,Verdana;
	font-size:11px;
	color:#00A0C6;
	font-weight:bold;
}	
	
.campo_form
{
	border: solid 1px #009DC3;
	font-family: Arial,Verdana, Helvetica;
	font-weight: normal;
	font-size: 9px;
}
		
		
td.bookingSubTitle
{
	height: 20px;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #013479;	
}
.linkRojo
{
	font-family:Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #990000;	
	font-weight:bold;
}

input.botonbusc
{
	width: 144px;
	height: 21px;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #123889;
	background-image: url("/images/homeAlo/btn_medio.jpg"); /* 144 x 21 */
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer;
	border:0px;
	
	}
input.botonReserva
	{
		font-family: Arial,Verdana, Helvetica, Sans-Serif;
		font-size:11px;
		color:#123887;
		cursor: pointer;
		width:160px;
		height:21px;
		font-weight:bold;
		background: url("/images/btn_largo.jpg");
		background-repeat: no-repeat;
		border:0px;
		text-align:center;
		}	
		
input.botonConf
	{
		font-family: Arial,Verdana, Helvetica, Sans-Serif;
		font-size:11px;
		color:#123887;
		cursor: pointer;
		width: 201px;
		height:19px;
		font-weight:bold;
		background: url("/images/BotonReserva.gif") repeat scroll 0 0 transparent;
		background-repeat: no-repeat;
		border:0px;
		text-align:center;
		}	
		
input.botonCesta
	{
		font-family: Arial,Verdana, Helvetica, Sans-Serif;
		font-size:11px;
		color:#123887;
		cursor: pointer;
		width:160px;
		height:21px;
		font-weight:bold;
		background: url("/images/btn_cesta.jpg");
		background-repeat:no-repeat;
		border:0px;
		text-align:center;
		}	
.botonlogin
{
	background-image:url(/images/btn_corto.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	width:93px;
	height:21px;
	font-size:11px;
	text-align:center;
	line-height:20px;
	text-decoration:none;
	border:0px;
	color:#003379;
	font-size:11px;
	font-weight:bold;
}			
	.buscador_tit
{
	font-family: Arial,Verdana, Helvetica;
	font-size: 9px;
	color: #013479;
}

.linkListado a
	{
		font-family: Arial,Verdana, Helvetica;
		font-size: 9px;
		font-weight: bold;
		color: #003379;
		}
		
.linkListado1 a
	{
		font-family: Arial,Verdana, Helvetica;
		font-size: 11px;
		font-weight: bold;
		color: #003379;
		}
		
.SubTitCar
	{	
	font-family: Arial,Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #013479;
	padding-bottom:11px;
	}
	.SubTitZona
	{	
	font-family: Arial,Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #013479;
	padding-bottom:11px;
	}
	.menuCar
{	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-image: url("/images/Titulohotelescentro.jpg");
	background-repeat:repeat-x;
	height:29px
	}
	.menuCar1
{	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-image: url("/images/Titulohotelescentro.jpg");
	background-repeat:repeat-x;
	height:29px;
	color:#013479;
	}
	.linkListAlo a
	{
		font-family:Arial,Verdana,Helvetica;
		font-size:11px;
		text-decoration: underline;
		color:#0077C7;
		font-weight:normal;
		}
		.linkListAlo a:hover
		{
	
		}
	.botonNaranja
	{
		 font-family:Arial, Verdana;
		 font-size:12px;
		 color:#ffffff;
		 background-image:url("/images/btn_consulte_abrir.jpg");
		 background-repeat:no-repeat;
		 width:110px;
		 height:19px;
		 padding-left:5px;
		}
	.botonNaranja1
	{
		 font-family:Arial, Verdana;
		 font-size:12px;
		 color:#ffffff;
		 background-image:url("/images/btn_consulte_cerrar.jpg");
		 background-repeat:no-repeat;
		 width:110px;
		 height:19px;
		 padding-left:5px;
		}
	.precioReservar
	{
		font-family:Arial,Verdana;
		font-size:13px;
		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:Arial,Verdana;
	font-size:11px;
	color:#013479;
	font-weight:bold;
	text-decoration: underline;
	position: relative;
	top: -5px;
}

table.cestaPeq
{
    background: url(/images/fondobuscadorhorizontal.jpg) repeat-x;
}		

span.cestaPeqTitle
{
	font-family:Arial, Verdana;
	font-size:12px;
	color:#013479;
	font-weight:bold;
}

.cestaPeqLinea
{
	font-family:Arial, Verdana;
	font-size:11px;
    color: #013479;
    padding:3px 0;
}

.cestaPeqTotal
{
	font-family:Arial, Verdana;
	font-size:13px;
    color: #013479;
	font-weight:bold;
}

.cestaPaqSeparador 
{
    width: 100%;
    height: 1px;
    background-image: url(/images/separacion.jpg); 
    background-repeat: repeat-x;
    overflow: hidden;   
}

/**
 * Ficha
 */
.btnFichaOn, .btnFichaOff
{
	width: 120px;
	height: 17px;
	font-family: Arial,Verdana, Helvetica;
	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
{
	 font-family:Arial,Verdana;
	 font-size:9px;
	 color:#0077C7;
	 font-weight:bold;	 
	}
.cabPolitica
{
	text-decoration:underline;
	color:#013479;
	font-weight:bold;
}
#bienvenida1 
{
	
	width:292px;
	height:88px; 
	background-repeat:no-repeat; 
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #123889;
}
#bienvenida 
{
	height: 70px;
	font-family: Arial,Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #013479;
}
.tablebienvenida1{
	background-color: transparent; 
	background-image: url(/images/fondo_boletin.jpg); 
	background-attachment: scroll; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	background-position:top right;
	font-size:11px; 
}
.tablebienvenida{
	background-color: transparent; 
	background-image: url(/images/fondo_boletin.jpg); 
	background-attachment: scroll; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	background-position:top right;
	margin-left:16px;
	font-size:11px; 
}
.titleBienvenidalist 
{
	font-size: 12px;
	font-weight:bold;
	color: #013479;
}
.fondoblanco
{
	background-color:#FFF;
}
input.subsEmail
{
	left:10px; 
	width:140px;
	height:18px;
	border:solid 1px #019CC3;
	color:#013479;
}
input.subsEmail1
{
	left:10px; 
	width:207px;
	height:18px;
	border:solid 1px #019CC3;
	color:#013479;
}
span.oksuscripcion {
	left:165px;
	position:absolute;
	top:55px;
	z-index:1000;
	cursor:pointer;
}
.fondocajarecomendados
{
	background-image:url(/images/fondo_cada_recomendacion.jpg); 
	background-repeat:repeat-x;
	width:322px;
}
a.nuevabusqueda {
	color: #434D67;
	font-size:12px;
	padding:1px 4px 1px 0px;
	background: url('/images/btn_medio.jpg') no-repeat;
	background-position: 4px 2px;
	text-decoration:none;
	float:right;
	margin-right:4px;
	width:144px;
	height:21px;
	line-height:23px;
	text-align:center;		
}
.Finalizareserva
{
	color:#003379;
	font-size:16px;
	font-weight:bold;
}
.fondototal
{
	background-color:#0475A4;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	height:16px;
}
.total_cesta
{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
.borderselect
{
	border:solid 1px #009DC3;
}
/** Menu Fichas **/
.titulopasos
{
	background-image:url("/images/fondo_menuizq.jpg");
	background-repeat:no-repeat;
	color:#013479;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	width:192px;
	height:169px;
	text-align:center;
}
.pasos
{
	width:178px;
	/*margin-bottom:15px;*/
	margin-top:10px;
	margin-left:1px;
	font-weight:normal;
	padding-top:10px;
	cursor:pointer;
}
.selected {
	color:#013479;
	background-repeat:no-repeat;
	background-position: 98% 50%;
	background-color:#D3EFF5;
	font-weight:bold;
	width:178px;
}
div.pasos  {

	padding:  4px 0px 8px 12px ;
	text-align: left;
	color:#013479;
	border-bottom:solid 1px #91C7E4;
	font-size:13px;
}
 /**** Images Scroll ****/
 
#fotoProducto 
{
	background-color:#E5F5F9;
	float:left;
	height:396px;
	width:396px;
	padding:9px 0 0;
	margin-right:4px;
}
#fotoProducto img
{
	max-width:390px;
	max-height:390px;
	margin:auto;
}

#galeria 
{
	background-color:#E5F5F9;
	float:right;
	height:373px;
/*	margin-left:10px;*/
	padding-left:0;
	width:90px;
	margin-right:3px;
}

#galeriaLarga
{
	background-color:#E5F5F9;
	float:left;
	height:401px;
	/*margin-left:10px;*/
	padding-left:0;
	width:90px;
	padding-top:4px;
}

#listadoFotos 
{
	heighT:450px;
	margin-top:0px;
	background-color:#E5F5F9;
}

#galeria .listadoFotos img,#galeriaLarga .listadoFotos img 
{
	height:64px;
	width:73px;
	border-style:none;	
}


#btnGaleria_up 
{
	background: #E5F5F9 url(/images/btn_galeriatop.jpg) no-repeat center center;
	.background: #E5F5F9 url(/images/btn_galeriatop.jpg) no-repeat center center;
	cursor: pointer;
	border: 0px;
	width: 24px;
	height: 16px;
	margin:0 0 0 5px;
	
}
#btnGaleria_down
{
	background: #E5F5F9 url(/images/btn_galeriabottom.jpg) no-repeat center center;
	.background: #E5F5F9 url(/images/btn_galeriabottom.jpg) no-repeat center center;
	cursor: pointer;
	border: 0px;
	width: 24px;
	height: 16px;
	margin:0 0 0 5px;
}

.FotosGaleriaderecha
{
	/*float:right;
	background:#D9D9D9;*/
}


.btnGaleria_up
{
	 background-color:#E5F5F9; float:left; margin-right: 0 ; width: 90px; text-align:center; clear:both;
}

.btnGaleria_down
{
	background-color: #E5F5F9; float:right; margin-right:3px;  width:90px; text-align:center;
}

.galeria
{
	overflow:hidden; height: 396px; float:right; margin-right: 0;
}
.rojo{color: #CC0000}
.cestahome
{
	background:url(/images/cesta/cesta_largo.jpg) no-repeat center center;
	width:290px;
	height:33px;
}
.cestapequeña
{
	background:url(/images/cesta/cesta_corto.jpg) no-repeat center center;
	width:192px;
	height:33px;
	text-align:center;
}
.menuCarbook
{
	font-family: Arial,Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	background-image: url("/images/Titulohotelescentro.jpg");
	background-repeat:repeat-x;
	height:29px;
	color:#123889;
}
.tabla_precioscomi
{
	border-collapse:collapse;
}
.tabla_precioscomi td
{
	border:solid 1px #009dc3;	
}

#divAbrirComi, #divCerrarComi
{
    float:left;
    }

#divComi .tabla_precios
{
    clear:both;
    float:left;
    width:200px;
    }

/*** No utilizados ***/
/*.menuMarkerVE_tabHoV
{	
	left: 154px;
	background-color: #CC3300;
}
.menuMarker_tabVUE
{	
	left: 154px;
	background-color: #0066FF;
}
.menuMarkerVE_tabVUE
{	
	left: 231px;
	background-color: #0066FF;
}
.menuMarker_tabCRU
{	
	left: 231px;
	background-color: #09BAC4;
}
.menuMarkerVE_tabCRU
{	
	left: 231px;
	background-color: #09BAC4;
}
.menuMarkerVE_tabFolleto2, .menuMarkerVE_tabPrensa
.menuMarkerVE_tabFolleto
{	
	left: 539px;
	background-color: #FF6600;
}
.menuMarkerVE_tabPAE
{	
	left: 0px;
	background-color: #FBC553;
}

.menuMarkerVE_tabALO
{	
	left: 77px;
	background-color: #FF6600;
}
.menuMarkerVE_tabPAQ
{	
	left: 308px;
	background-color: #ff0000;
}

.menuMarkerVE_tabCAR
{	
	left: 385px;
	background-color: #A4A7Ac;
}
.menuMarkerVE_tabSER, .menuMarkerVE_tabTRA, .menuMarkerVE_tabSEG
{	
	left: 462px;
	background-color: #77C402;
}
#espacioBanner2
{
	height: 302px;
	border: solid 2px #E0E0E0;
}*/

