/**  GENERICAS  **/
.clear{
	clear:both;
}

/**  ESTRUCTURA  **/
.contenido{
	width: 990px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  margin-left: 0;
  margin-top: 0;
}

/**  LATERAL   **/

.submit {
  background: url("../img/button.png") no-repeat scroll 0 0 transparent;
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 26px;
  padding-top: 6px;
  text-align: center;
  width: 127px;
}

.separador{
	height: 5px;
}

.lateral{
	float: left;
	display: inline;
	margin-right: 10px;
}

.lateral select{
	float: right;
	width: 220px;
	margin-right: 10px;
}

.lateral label{
	margin-left: 10px;
	font-size: 0.8em;
}

.lateral .submit{
	float: right;
	margin-right: 22px;
	margin-top: 10px;
}

.lateral .submit:hover{
	color: white;
}

.lateral fieldset{
	border: none;
	padding: 0;
}

/** FILTRO **/
#precio_filtro{
	left: 185px;
	position: relative;
	top: -5px;
	width: 60px;
}

#precio_min{
	float: left;	
}

#precio_max{
	float: right;
}

#tirador{
	width:20px;
	height:30px;
}

#tirador img{
	margin-left: -5px;
	margin-top: -5px;
	width: 20px;
}

#barra{
	width:200px;
	height:30px;
	margin-left: 15px;
}

.content-bar{
	margin-left:10px;
	margin-top: -22px;
	width: 185px;
	padding: 10px;
}

.full_bar{
	background: url('../img/full_bar.png') repeat-x;
    height: 10px;
    float: left;
    width: 180px;
    
}

.empty_bar{
	background: white;
    float: left;
    height: 10px;
    width: 0px;
    
}

.opcion_noches{
	list-style:none;
	font-size: 14px;
}

.opcion_etiqueta{
	list-style:none;
	font-size: 14px;
}

.filtro_precio{
	display: block;
	font-size: 14px;
	margin-left: 20px;
	text-align: center;
	width: 180px;
}

.filtro_noches ul{
	margin-top: 0px;
	margin-left: 15px;
	padding: 0;
}

.filtro_etiquetas ul{
	margin-top: 0px;
	margin-left: 15px;
	padding: 0;
}

/**  BUSCADOR  **/
.titulo_buscador{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 236px;
	text-align: center;
	color: white;
}

.submit_buscador{
	background: url("../img/buscador_submit.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	float: right;
	height: 34px;
	margin-right: 7px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	width: 101px;
}

.cuerpo_buscador{
    width: 236px;
    background: url('../img/box_center.png') repeat-y;
}

.cuerpo_buscador .form_field{
	height: 38px;
}

.cabecera_buscador{
	width: 236px;
	height: 40px;
	background: url('../img/box_top.png') no-repeat;
}

.pie_buscador{
	width: 236px;
	height: 7px;
	background: url('../img/box_bottom.png') no-repeat;
}

.opcion_indice{
	font-weight: bold;
	background: gray;
}

.opcion_regular{
	/*color: #CC6600;
        padding-left: 15px;*/
}

/**  FILTRO  **/
.titulo_filtro{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 236px;
	text-align: center;
	color: white;
}

.cuerpo_filtro{
    width: 236px;
    background: url('../img/box_center.png') repeat-y;
    padding-top: 10px;
}

.cuerpo_filtro .form_field{
	height: 38px;
}

.filter_field{
	margin-top: 10px;
}

#total_encontrados{
	background: none repeat scroll 0 0 white;
	border: 1px solid #999999;
	font-size: 16px;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 135px;
}

.campo_filtro{
	margin-left: 10px;
	font-size: 0.8em;
}


/** CAJA PAISES **/
.cabecera_caja_paises{
	background: url("../img/box_alternate_1_top.png") no-repeat scroll 0 0 transparent;
	color: white;
	font-weight: bold;
	height: 59px;
	margin-left: -1px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	width: 237px;
	z-index: 100;
}

.cuerpo_caja_paises{
	background: url("../img/box_alternate_center.png") repeat-y scroll 0 0 transparent;
	margin-top: -36px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 36px;
	position: relative;
	width: 231px;
	z-index: 10;
}

.cuerpo_caja_paises ul{
  font-size: 12px;
  list-style: none outside none;
  margin: 0 auto;
  padding-left: 6px;
}

.pie_caja_paises{
	background: url("../img/box_alternate_bottom.png") no-repeat scroll 0 0 transparent;
	height: 4px;
}

/** CAJA CONTINENTES **/
.cabecera_caja_continentes{
	background: url("../img/box_alternate_2_top.png") no-repeat scroll 0 0 transparent;
	color: white;
	font-weight: bold;
	height: 59px;
	margin-left: -1px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	width: 237px;
	z-index: 100;
}

.cuerpo_caja_continentes{
	background: url("../img/box_alternate_center.png") repeat-y scroll 0 0 transparent;
	margin-top: -36px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 36px;
	position: relative;
	width: 231px;
	z-index: 10;
}

.cuerpo_caja_continentes ul{
  font-size: 12px;
  list-style: none outside none;
  margin: 0 auto;
  padding-left: 6px;
}

.pie_caja_continentes{
	background: url("../img/box_alternate_bottom.png") no-repeat scroll 0 0 transparent;
	height: 4px;
}


/**  LISTADO  **/

#listado h1{
	border-bottom: 4px solid #e91529;
	color: #e91529;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-size: 26px;
}

#listado{
	width: 730px;
	margin-left: 10px;
	float: left;
}

.paginacion_enlaces{
	padding:5px 10px;
	display:inline;
	cursor: pointer;
}

.paginacion_seleccionada{
	background: gray;
}

.producto_lateral{
	float: left;
}

.producto .submit{
	float: right;
	margin-right: 40px;
}

.producto_titulo{
	cursor: pointer;
	font-size: 18px;
	min-height: 22px;
	text-decoration: underline;
	color: #CC6600;
	text-transform: uppercase;
}

.producto_foto{
	cursor: pointer;
	margin: 5px;
	width: 200px;
	height: 140px;
	overflow: hidden;
}

.producto_foto img{
	height: 166px;
	margin-left: -20px;
	margin-top: -13px;
	width: 240px;
}

.cabecera_producto{
	background: url("../img/elemento_listado_top.png") no-repeat scroll right center transparent;
	height: 86px;
	margin-bottom: -60px;
}

.producto{
	background: url("../img/elemento_listado_center.png") repeat-y scroll right center transparent;
	position: relative;
	
}

.pie_producto{
	background: url("../img/elemento_listado_bottom.png") no-repeat scroll right center transparent;
	height: 86px;
	margin-top: -60px;
	position: relative;
	z-index: 100;
}

.producto_descripcion{
	border-right: 1px solid #666666;
	float: left;
	font-size: 13px;
	padding-right: 5px;
	margin-right: 10px;
	margin-top: 10px;
	width: 340px;
	min-height: 95px;
}

.producto_precio{
	float: left;
	cursor: pointer;
}

.producto_precio .cantidad{
	color: #E91529;
	font-size: 36px;
}

.producto_precio .euro{
	color: #E91529;
	font-size: 26px;
}

.producto_precio .desde{
	color: #7D7C7C;
	display: block;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: -5px;
	width: 130px;
}

.por_noche{
	color: #E91529;
	font-size: 12px;
}

.producto_noches{
	float: left;
	margin-top: 10px;	
	color: #7D7C7C;
	font-size: 18px;
	width: 145px;
}

.producto_noches .num_noches{
	font-size: 30px;
	color: #555555;
}

.etiqueta{
	float: left;
	max-width: 80px;
	max-height: 40px;
	text-align: center;
	color: #444;
}

.etiqueta img{
	max-width: 80px;
	max-height: 40px;
}

#loading{
	display: inline;
	float: left;
	margin-left: 14px;
	padding-bottom: 30px;
	padding-top: 100px;
	text-align: center;
	width: 100%;
}

#loading .texto_cargando {
  font-size: 11px;
  padding-bottom: 5px;
}

/** INDEX **/
option.opcion_regular{
	color: #CC6600;
	padding-left: 15px;
}

#buscador_mes option.opcion_regular{
	/*color: inherit;
	padding-left: 3px;*/
        color: #CC6600;
	padding-left: 15px;
}

option.opcion_especial{
	
}
