/* Hoja de estilos */

@import "reset.css";
@import "tipografia.css";


/* Contenedores */

#todo {
	width: 960px;
	margin: 0 auto;
}

#cabecera {
	width: 960px;
	height: 130px;
	background-image: url(cabecera.png);
	background-repeat: no-repeat;
	position: relative;
}

#contenido { /* ancho total 720px */
	width: 450px;
	float: left;
	padding-left: 250px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}

#lateral { /* ancho total 240px */
	width: 240px;
	height: 770px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(fondo_lateral.png);
	background-repeat: no-repeat;
}

#pie { /* ancho total 960px */
	width: 690px;
	height: 120px;
	clear: left;
	padding-left: 250px;
	padding-right: 20px;
	padding-top: 10px;
	position: relative;
}


/* Cabecera */

h1 {
	display: none;
}

a.si {
	display: block;
	width: 92px;
	height: 130px;
	position: absolute;
	left: 740px;
	top: 0px;
	text-indent: -9999px;
}

/* Barra de navegación */

#nav {
	width: 440px;
	height: 130px;
	position: absolute;
	left: 215px;
	top: 0px;
}

#nav ul {
	list-style-type: none;
	padding: 0px;
}

#nav ul li {
	float: left;
	display: block;
	width: 110px;
	height: 130px;
	background-image: url(barranav.png);
	background-repeat: no-repeat;
}

#nav ul li#b_inicio {
	background-position: 0px 0px;
}

#nav ul li#b_agenda {
	background-position: -110px 0px;
}

#nav ul li#b_actividades {
	background-position: -220px 0px;
}

#nav ul li#b_ganadores {
	background-position: -330px 0px;
}

#inicio #nav ul li#b_inicio {
	background-position: 0px -130px;
}

#axenda #nav ul li#b_agenda {
	background-position: -110px -130px;
}

#actividades #nav ul li#b_actividades {
	background-position: -220px -130px;
}

#ganadores #nav ul li#b_ganadores {
	background-position: -330px -130px;
}

#nav ul li a {
	display: block;
	width: 72px;
	height: 130px;
	text-decoration: none;
	position: relative;
}

#nav ul li a span {
	display: none;
}

#nav ul li a img {
	position: absolute;
	left: 39px;
	top: 30px;
	width: 32px;
	height: 40px;
}


/* Contenido */

h2.tit_axenda {
	text-indent: -9999px;
	background-image: url(tit_axenda.png);
	background-repeat: no-repeat;
}

h2.tit_actividades {
	text-indent: -9999px;
	background-image: url(tit_actividades.png);
	background-repeat: no-repeat;
}

h2.tit_ganadores {
	text-indent: -9999px;
	background-image: url(tit_ganadores.png);
	background-repeat: no-repeat;
}

h3.tit_abril2010 {
	text-indent: -9999px;
	background-image: url(tit_abril2010.png);
	background-repeat: no-repeat;
}

h3.tit_marzo2010 {
	text-indent: -9999px;
	background-image: url(tit_marzo2010.png);
	background-repeat: no-repeat;
}

h3.tit_decembro2009 {
	text-indent: -9999px;
	background-image: url(tit_decembro2009.png);
	background-repeat: no-repeat;
}

h3.tit_outnovdec2009 {
	text-indent: -9999px;
	background-image: url(tit_outnovdec2009.png);
	background-repeat: no-repeat;
}

h3.tit_cat_carteis {
	text-indent: -9999px;
	background-image: url(tit_cat_carteis.png);
	background-repeat: no-repeat;
}

h3.tit_cat_anuncios {
	text-indent: -9999px;
	background-image: url(tit_cat_anuncios.png);
	background-repeat: no-repeat;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Lateral */

h2.tit_proximas_actividades {
	text-indent: -9999px;
	background-image: url(tit_proximas_actividades.png);
	background-repeat: no-repeat;
}

.cuadro {
	width: 200px;
	padding-left: 20px;
	padding-right: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/* Pie */

p.datos_si {
	width: 490px;
	float: left;
}
