/* CSS Document */


/* Estructura
-------------------------------------------------------- */
#col_izq{
	position: relative;
	float: left;
	width: 379px;
	border-right: 2px solid #FFF;
	}
	
	#buscador{
		position: relative;
		background-color: #EAE3CC;
		height: 252px;
	}
		#tit_buscador {
			background-color: #FF4242;
			text-align: center;
			font-size: 14px;
			color: #FFF;
			padding: 2px 0;
		}
		
		.entradilla {
			margin: 5px;
			padding: 3px;
			border: 1px solid #7C6A32;
			text-align: center;
			font-size: 9px;
		}
			
			.tit_bucador {
				font-size: 11px;
				font-weight: bold;
				padding-bottom: 5px;
			}
			.tit_combos {
				font-size: 10px;
				padding-bottom: 2px;
			}
			.boton {
				text-align: center;
				padding: 5px 0;
			}
			
		#b_fechas {
			position: relative;
			float: left;
			width: 168px;
			padding: 5px 10px;
		}
		#b_fechas:hover{
			background-color: #F6F1E1;
		}
		
		#b_fechas_amigos {
			position: relative;
			float: left;
			width: 168px;
			padding: 5px 10px;
		}
		#b_fechas_amigos:hover{
			background-color: #FEF7E9;
		}
			.dia_semana {
				padding-left: 8px;
				color: #666;
				font-size: 9px;
			}
			.calend {
				position: relative;
				top: -2px;
			}
			
		.atencion {
			position: relative;
			clear: both;
			padding: 5px 8px;
		}
		
		
	#ofertas{
		position: relative;
		margin-top: 2px;
		background-color: #D6F2F8;
		height: 148px;
	}	
		.tit_ofertas {
			font-size: 11px;
			font-weight: bold;
			padding: 3px 10px;
			border-bottom: 1px solid #FFF;
		}
		#ofertas ul	{
			margin-top: 8px;
			margin-left: 10px;
		}
		#ofertas li {
			background-image: url(http://www.solmelia.com/solNew/img/fle_gui/ho_flenegra_trans.gif);
			background-repeat: no-repeat;
			background-position: 0 0.3em;
			padding: 0px 0px 5px 10px;		
		}
		#ofertas h3 {
			font-size: 11px;
			font-weight: normal;
		}
		

#col_dcha{
	position: relative;
	float: left;
	width: 389px;
	}
		#b_389x160 {
			float: left;
			border-bottom: 2px solid #FFF;
		}
		#b_389x90 {
			float: left;
			border-bottom: 2px solid #FFF;
		}
		#b_135x148 {
			float: left;
			border-right: 2px solid #FFF;
		}
		#b_252x148 {
			float: left;
		}
		#suscripcion {
			border-top: 2px solid #FFF;
			width: 247px;
			height: 86px;
			padding-left: 5px;
			background-color: #FAF3D3;
			background-image: url(http://www.solmelia.com/solNew/img/piezas/of_susboletin.jpg);
			background-repeat: no-repeat;
			background-position: right;
		}
			.texto {
				margin: 20px 0px 10px 0px;
				width: 150px;
			}
			#suscripcion img {
				padding: 0.1em 0 0 0.5em;
				vertical-align: top;
			}
	

/* Clases Amigos
-------------------------------------------------------- */

#buscador.amigos{
	background-color: #FDEBC6;
}
		
#tit_buscador.amigos {
	background-color: #EF6300;
}

#b_destino_amigos {
	position: relative;
	float: left;
	width: 170px;
	border-right: 1px solid #7C6A32;
	padding: 5px 10px;
}
#b_destino_amigos:hover{
	background-color: #FEF7E9;
}	
		
#b_destino {
	position: relative;
	float: left;
	width: 170px;
	border-right: 1px solid #7C6A32;
	padding: 5px 10px;
}
#b_destino:hover{
	background-color: #F6F1E1;
}				


