div#divCargando{
	position:absolute;
	width:270px !important;
	width:290px;
	height:450px !important;
	height:468px;
	text-align:center;
	display:none;
}	
div#divCargandoBG{
	position:absolute;
	z-index:5;	
	width:270px !important;
	width:290px;
	height:450px !important;
	height:468px;
	left:0;
	top:0;
	filter: alpha(opacity=70);
	opacity: .7;
	background-color:#000000;
}
div#divCargandoAnimacion{
	position:absolute;
	z-index:10;
	background:url('../imagenes/barraCargando.gif') 50% 60% no-repeat;
	width:270px !important;
	width:290px;
	height:450px !important;
	height:468px;
	left:0;
	top:0;
}
div#divCargandoTexto{
	width:250px;
	top:160px;
	left:25px;
	text-align:left;
	position:absolute;
	z-index:10;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
}

table.ofertasGeneral,div.ofertasGeneral{
	background-color:#FBF1DC;
	border:1px solid rgb(204,204,204);
}


/* ESTILOS DE LAS OFERTAS */
td.plantillaSeccionesDatosTitle a{
	font-size:11px;
	font-weight:bold;
	color:#6C1B1B;
}
td.plantillaSeccionesDatosPrecio{
	font-size:12px;
	font-weight:bold;
	color:#6C1B1B;
}
	
td.plantillaSeccionesDatosSubapartado a{
	font-size:10px;
	color:#a16d5b;
}

table.ofertaDestacada{
	background-color:#ff4b1c;
	border-bottom:1px solid #95c1bb;
	border-left:1px solid #95c1bb;
	border-right:1px solid #95c1bb;
	margin:0;
	padding:0;
	width:200px;
}
table.ofertaDestacada td.plantillaSeccionesDatosTitle a{
	font-size:11px;
	font-weight:bold;
	/*color:#6C1B1B;*/
	color:#ffffff;
}
table.ofertaDestacada td.plantillaSeccionesDatosPrecio{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
table.ofertaDestacada td.plantillaSeccionesDatosSubapartado a{
	font-size:10px;
	font-weight:bold;
	/*color:#FF9900;*/
	color:#4D5B81;
}
/********************************************************/
/* Estilos de la informacion de paquetes y alojamientos */
.paquete-nombre-mostrar{
	/*color: #F7B500;*/
	/*color:#3300CC;*/
	color: #6A0000;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tempus Sans ITC;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	
}
.paquete-fechas-mostrar { 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, Tempus Sans ITC;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
.paquete-descripcion-mostrar{
	font-family: Arial,Verdana, Helvetica, sans-serif;	
}

table.tablaPaquete{
	background-image:url(../imagenes/fondo_detalles_paq.gif);
	background-repeat:repeat-x;
	background-position:top;
}
div.descripcionHotelPaquete img{
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}

table.fondoPreReserva{
	background-color:#F2ECBE;
	/*background-color:#E3D0A7;*/
}
table.fondoPreReserva2{
	background-color:#FBF1DC;
}

select.selectorTipoHabitacion{
	font-size:9px;
	color:#385390;
	/*background-color:#F3F0D7;*/
}
