#contenedor { 
    width:432px;
	position:absolute; 
	margin-left: 0px; 
	margin-top: 0px;	
	height:432px;
	background-image:url(images/bg_menu_cabecera.jpg);
	
}
#premios { 
    width:560px;
	position:absolute; 
	margin-left: 0px; 
	margin-top: 0px;	
	background-image:url(images/contenido.jpg);
	background-repeat:no-repeat;
	background-color:#cc0000;
	
}
#noticias { 
    width:560px;
	position:absolute; 
	margin-left: 0px; 
	margin-top: 0px;	
	background-image:url(images/contenido.jpg);
	background-repeat:no-repeat;
	background-color:#cc0000;
}
#galeria { 
    width:560px;
	position:absolute; 
	margin-left: 0px; 
	margin-top: 0px;	
	background-image:url(images/contenido.jpg);
	background-repeat:no-repeat;
	background-color:#cc0000;
	
}


* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	background-color:#000;
	font: 62.5% Arial,Georgia, serif;
	background: url(images/background_3.jpg) repeat 50% 5%;
}
ul{margin-bottom: 35px;}
ul li { list-style-type: square; text-transform:uppercase; color:#FFCCCC; margin-left: 35px; font-size: 1.2em; line-height:3em;}
p { font-size: 2em; line-height: 1.2em;}
a { outline: none; color:#FFF;}

a img { border: none; }

h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; font-weight: normal; font-style: italic;}
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#about {
	top: 0; left: 0;
	padding: 20px;
	position: absolute;
	z-index: 997;
	background: white;
	-moz-opacity:0.5;
	opacity: 0.5;
	width: 250px;
}
#midground {
	background: url(images/midground.png) repeat 20% 20%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 998;
}
#foreground {
	background: url(images/foreground.png) repeat 90% 110%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 999;
}

#pie-warning {
	display: none;
}
/* END STRUCTURE */