/* ESTILOS PORTADA --------------------------------------------------------------------- */
/* LAYOUT --------------------------------------------------------------------- */
:focus {
outline: 0;
}

#Principal{
	float:left;
	width:620px;
}
#ProximaFiesta{
	float:left;
	width:617px;
}
#UltimaNoticia{
	float:left;
	margin-top:15px;
	width:300px;
}
#FotoMasVotada{
	float:left;
	margin-left:15px;
	margin-top:15px;
	width:300px;
}
#Secundario{
	float:left;
	margin-left:20px;
	width:240px;
}
#Registro{
	float:right;
	width:238px;
}
#TopCharts, #Foros, #PLocalizacion{
	float:right;
	margin-top:14px;
}
/* TITULOS SECCION --------------------------------------------------------------------- */
h1.Imagen{
	background-image:url(/modelos/10/images/misc/headings.gif);
	background-repeat:no-repeat;
	height:28px;
	margin:7px 0px 0px 11px;
	padding:0px;
	text-indent:-9999px;
	width:200px;
	float:left;	
}
#HProximaFiesta{
	background-position:0px 0px;
	width:180px;	
}
#HUltimaNoticia{
	background-position:0px -28px;
	width:160px;	
}
#HFotoMasVotada{
	background-position:0px -56px;
	width:245px;
}
#HRegistro{
	background-position:0px -84px;
	width:120px;	
}
/* REGISTRO --------------------------------------------------------- */
#BotonRegistro{
	background-image:url(/modelos/10/images/buttons/btn-registro.gif);
	background-repeat:no-repeat;
	display:block;
	height:22px;
	margin:10px -5px -9px -9px;
	text-indent:-9999px;
	width:224px;
	outline: 0;
}
#BotonCerrarSesion{
	background-image:url(/sectorizadas/modelos/10/images/buttons/btn-cerrar.gif);
	background-repeat:no-repeat;
	display:block;
	height:22px;
	margin:10px -5px -9px -9px;
	text-indent:-9999px;
	width:224px;
}

/* BANNERS ---------------------------------------------------- */
#BannerTopCharts, #BannerForos, #BannerLocalizacion{
	background-repeat:no-repeat;
	display:block;
	height:120px;
	text-indent:-9999px;
	width:240px;
}
#BannerTopCharts{
	background-image:url(/modelos/10/images/banners/top-charts.gif);
}
#BannerTopCharts:hover{
	background-position:0px -120px;
}
#BannerForos{
	background-image:url(/modelos/10/images/banners/foros.gif);
}
#BannerForos:hover{
	background-position:0px -120px;
}
#BannerLocalizacion{
	background-image:url(/modelos/10/images/banners/localizacion.gif);
}
#BannerLocalizacion:hover{
	background-position:0px -120px;
}
