.boxultmin {
    background-color: #F2F2F2;
    background-image: url("/sltwww/st/img/ofertas_ultimo_minuto/sombreado_superior_largo.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-top: 15px;
    position: static;
    width: 961px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    float: left;
}
#contenedorTituloUlt {
    background-image: url("/sltwww/st/img/ofertas_ultimo_minuto/flecha_blanca_grande2.png");
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    height: 108px;
    max-width: 451px;
    min-width: 422px;
}
#contenedorTituloUlt .tituloUlt{
    background: url("/sltwww/st/img/ofertas_ultimo_minuto/reloj_ultimo_minuto.png") no-repeat scroll right 8px transparent;
    color: #1F0C4A;
    float: left;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    margin-left: 20px;
    padding-bottom: 10px;
    padding-right: 75px;
    padding-top: 24px;
}
#contenedorTituloUlt .textoUlt{
    clear: both;
    color: #666666;
    font-size: 17px;
    font-style: normal;
    margin: 0 0 0 20px;
    padding: 0 40px 0 0;
    text-align: left;
}
#formularioBusquedaUlt {
    float: right;
    margin-right: 33px;
    padding-top: 0;
    width: 460px;
}
#formularioBusquedaUlt label{
	color: #666666;
    display: block;
    font-size: 13px;
    padding-bottom: 5px;
}
#cajetin_origen{
	display:block;
}
.selectOrigenUlt{
	float: left;
	background: -moz-linear-gradient(#FFFFFF, #E4E4E4) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    font-weight: bold;
    padding: 5px;
    text-align: left;
    width: 230px;
    color: #333333;
    margin: 0;
}
.botonUlt{
	float: left;
}
.btnRojo{
	display: block; 
	background-color: #DF1F03; 
	color: #FFFFFF; 
	float: left; 
	margin-left: 20px; 
	height: 30px; 
	line-height: 30px; 
	width: 210px; 
	text-align: center; 
	font-weight: bold; 
	font-size: 13px;
}
#cuadroResultadoUlt{
    background-image: url("/sltwww/st/img/ofertas_ultimo_minuto/sombreado_superior_corto.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
}
#leyendaOfertasUlt {
    background-color: #FFFFFF;
    float: right;
    margin-left: 0;
    margin-right: 13px;
    margin-top: 14px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 470px;
}
.textoleyenda{
	color: #868686;
    float: left;
    font-size: 11px;
    line-height: 24px;
    margin-right: 20px;
    vertical-align: middle;
}
#cuerpoUltMin{
	height: auto; 
	margin: 10px auto; 
	display: block; 
	width: 934px;	
}
.destinosOfertasUlt{
	margin-top: 20px;
	margin-left: 23px; 
	text-align: left; 
	float: left; 
	clear: both;
}
.tituloAzulOfeUlt{
	font-size: 20px;
	color: #1F0C4A;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

/*********** Scroller *************/
.box-scroller{
    background-image: url("/sltwww/st/img/ofertas_ultimo_minuto/borde_sombreado_inferior_mediano.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
    margin-top: 10px;
    width: 934px;
    clear: both;
    padding-bottom: 25px;
}
.box-scroller a.prev,
.box-scroller a.next{
	float: left;
	margin-top: 150px;
	cursor: pointer;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #1F0C4A;
	width: 23px;
	height: 47px;
}
.box-scroller a.prev{
	/*margin-left: 10px;*/
	background-image: url("/sltwww/st/img/ofertas_ultimo_minuto/prev_scroll.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
}
.box-scroller a.next{
	/*margin-right: 10px;*/
	background-image: url("/sltwww/st/img/ofertas_ultimo_minuto/next_scroll.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
}
.box-scroller a.prev.disabled,
.box-scroller a.next.disabled{
	cursor: default;
	color: #AAAAAA;
	background-image: none;
}
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 888px;
	/*height: 279px;*/ /*--> se calcula dinámicamente */
	
	/* no-required settings */
    background: url("/sltwww/st/img/ofertas_ultimo_minuto/sombreado_superior_mediano.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    padding-bottom: 0px;
    padding-top: 25px;
    float: left;
}
/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accommodate scrollable
items.  it's enough that you set width and height for the root element
and not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:2000em;
	position:absolute;
	left: 0;
}
 
/*
a single item. must be floated in horizontal scrolling.  typically,
this element is the one that *you* will style the most.
*/
.scrollable .items div.boxOfertaUlt {
	float:left;
	display: inline;
	width: 171px;
	padding: 25px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 13px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: 1px dotted #888888;
	cursor: pointer;
}
.scrollable .items div.boxOfertaUlt.primero {
	border-left: 1px dotted #FFFFFF;
}
div.boxOfertaUlt .fotoOfeUlt{
	float:left;
	width: 171px;
	height: 121px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	background-color: transparent;
	background-size: 171px 121px;
}

div.boxOfertaUlt div.destinoOfeUlt{
	float: left;
	clear: both;
	padding-top: 7px;
	width: 100%;
}
div.boxOfertaUlt div.nochesOfeUlt{
	float: left;
	clear: both;
	color: #444444;
	font-weight: bold;
	width: 100%;
}
div.boxOfertaUlt div.salidasOfeUlt{
	float: left;
	clear: both;
	color: #666666;
	width: 100%;
}
div.boxOfertaUlt div.iconDescOfeUlt{
	float: left;
	clear: both;
	width: 100%;
	margin-top: -10px;
}
div.boxOfertaUlt div.iconDescOfeUlt div.iconosOfeUlt{
	float: left;
	clear: both;
	padding-top: 22px;
	width: 110px;
}
span.iconos_img{
    float: left;
	margin:0;
	padding:0;
	background-image: url("../img/resultados_busqueda/iconos-info-negros.png");
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    height: 24px;
    width: 23px;
    vertical-align: top;
    margin-right: 10px;
}
span.iconos_img.leyenda{
	vertical-align: middle; 
	align:left;
	margin-right: 7px;
	margin-top: 0px;
}
span.iconos_img.ico-recomendado {
	background-position: 0px 0px;
}
span.iconos_img.ico-especial {
   background-position: -23px 0px;
}
span.iconos_img.ico-ninos {
   background-position: -46px 0px;
}
span.iconos_img.ico-pinero {
   background-position: -69px 0px;
}
span.iconos_img.ico-bahia {
   background-position: -92px 0px;
}
span.iconos_img.ico-vuelos {
   background-position: -116px 0px;
}
span.iconos_img.ico-regimen {
   background-position: -142px 0px;
}
span.iconos_img.ico-ultmin {
   background-position: -166px 0px;
}
span.iconos_img.ico-familia {
   background-position: -237px 0px;
}
span.iconos_img.ico-info {
   background-image: url("../img/ofertas_ultimo_minuto/ico_info.png");
   background-position: 0 0;
}
div.boxOfertaUlt div.iconDescOfeUlt div.descuentoOfeUlt{
	background-image: url("/sltwww/st/img/comun/descuento.png"); 
	height: 53px; 
	width: 53px; 
	float: right; 
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #FFFFFF;
    font-weight: bold;
}
div.desde-oferta div.iconDescOfeUlt div.descuentoOfeUlt{
	background-image: url("/sltwww/st/img/comun/descuento.png"); 
	height: 53px; 
	width: 53px; 
	float: right; 
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #FFFFFF;
    font-weight: bold;
}
div.ofertaLanding{
	cursor: pointer;
}
div.desde-oferta div.iconDescOfeUlt div.descuentoOfeUlt span.dosXUno,
div.desde-oferta div.iconDescOfeUlt div.descuentoOfeUlt span.porcentual,
div.desde-oferta div.iconDescOfeUlt div.descuentoOfeUlt span.circular,
div.boxOfertaUlt div.iconDescOfeUlt div.descuentoOfeUlt span.dosXUno,
div.boxOfertaUlt div.iconDescOfeUlt div.descuentoOfeUlt span.porcentual,
div.boxOfertaUlt div.iconDescOfeUlt div.descuentoOfeUlt span.circular{
	line-height: 53px;
	display: block;
	width: 100%;
	text-align: center;
}
div.boxOfertaUlt div.iconDescOfeUlt div.descuentoOfeUlt span.circular{
	font-size: 13px;
}
div.boxOfertaUlt div.iconDescOfeUlt div.descuentoOfeUlt span.porcentaje{
	/*font-size: 9px;*/
}
div.boxOfertaUlt div.precioOfeUlt{
	background-color: #888888;
    clear: both;
    color: #FFFFFF;
    float: left;
    height: 32px;
    margin-top: 8px;
    text-align: left;
    width: 100%;
}
div.boxOfertaUlt div.precioOfeUlt div.textoDesde{
	float: left;
	margin: 5px;
	margin-left: 10px;
	text-transform: lowercase;
}
div.boxOfertaUlt div.precioOfeUlt div.valorPrecio{
	float: right;
	margin: 5px;
	margin-right: 10px;
	font-size: 20px;
	font-weight: bold;
}
div.boxOfertaUlt div.precioOfeUlt div.valorPrecio span.fmtDecimales{
	font-size: 17px;
	padding-right: 5px;
}
p.disclaimerUlt{
	background: url("/sltwww/st/img/ofertas_ultimo_minuto/sombreado_inferior_largo.png") no-repeat scroll center bottom transparent;
    clear: both;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0 30px;
    text-align: center;
    width: 100%;
}
/** Loading **/
#cuadroInfoUlt{
    background-image: url("/sltwww/st/img/ofertas_ultimo_minuto/sombreado_superior_corto.png");
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;
    margin: 0 auto;
    padding-top: 30px;
    width: 100%;
}
#loadingDiv{
	clear: both; 
	padding-top: 30px; 
	padding-bottom: 15px;
	margin-left: auto; 
	margin-right: auto; 
	width: 893px; 
	background: url("/sltwww/st/img/ofertas_ultimo_minuto/sombreado_superior_mediano.png") no-repeat scroll center top #FFFFFF; 
}
#pieLoadingDiv{
	background: url("/sltwww/st/img/ofertas_ultimo_minuto/borde_sombreado_inferior_mediano.png") no-repeat scroll center bottom #FFFFFF; 
	height: 15px; 
	width: 893px; 
	margin-left: auto; 
	margin-right: auto; 
}
#loadingDiv p.elementos{
    clear: both;
    display: block;
    margin: 0;
    padding: 4px;
    text-align: center;
    width: 100%;
}
#loadingDiv p.mensaje1 {
    color: #1F0C4A;
    font-size: 17px;
    font-weight: bold;
}
#loadingDiv p.mensaje2 {
    color: #333333;
    font-size: 15px;
}
/** No resultados **/
p.sin-resultados{
	color: #1F0C4A;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}