@import url(estaciones.css);



/* -------- AREA SUPERIOR */

#area_superior {		/* OJO GAEL era #box_superior_home pero lo he unificado con el #area_superior de zonas y estacion */
	width: 535px;		/* sobreescribiendo aquí la imagen de fondo y el margen, que es lo único que cambia */
	margin: 0;
	padding: 0;
	background: #d1d1d3 url(../imagenes/winter07/estaciones/fondo_ult_foto_fauxcols.jpg) bottom right no-repeat;
}



/* -------- ACCESO ZONAS */

#acceso_zonas_home {
	float: left;
	width: 257px;
	margin: 0;
	padding: 8px 0 20px 10px;
	background-color: #eceef3;
}


#acceso_zonas_home h2 {
	margin-left: 3px;
	margin-bottom: 12px;
}


ul.lista_acceso_zonas { margin-right: 9px; }



/* -------- ÚLTIMA FOTO */

#ultima_foto_home {
	float: left;
	width: 234px;
	margin: 0;
	padding: 8px 17px 0 17px;
	font-size: 10px;
	color: #484a4b;
}

#ultima_foto_home h2 {
	color: #e60303;
	margin-bottom: 14px;
	margin-left: 1px;
}

#ultima_foto_home div { /* centra la foto */
	text-align: center;
	margin-bottom: 8px;
}

#ultima_foto_home img {
	margin: 0 auto;
	border: 1px solid #3e3e3e;
}

#ultima_foto_home .masfotos {
	display: block;
	text-align: center;
	margin-top: 9px;
}




/* -------- AREA PRINCIPAL (ÚLTIMOS COMENTARIOS) */

#area_principal {
	padding-top: 10px;
	background: transparent url(../imagenes/winter07/estaciones/fondo_sombra_zonas.gif) top left no-repeat;
}


