/* GENERAL */

body{
	background-color:#A8A8A8; 
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat;
	background-position:center top;
	}

.noseve{display:none;}
#retodo{width:1082px; margin-left:auto; margin-right:auto;}

#todo{width:850px; float:left;}

#bannerooscars2009{width:212px; height:857px; float:right; margin:0; padding:0;}
/* SUPERIOR */
	
#superior{
	width:100%;
	height:50px;
	}
	
#barrasuperior{
	width:100%;
	height:10px;
	background-image:url(../images/bg_barrasuperior.gif);
	background-repeat:repeat-x;
	position: fixed;
    _position: absolute;
	top: 0em;
	background-position:bottom;
	}
		
#menusuperior{
	margin-right: auto;
	margin-left:auto;
	width:850px;
	height:50px;
	}	



/* CENTRAL */

#central{
	background-color:#E3E3E3;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	}



/* INFERIOR */
	
#inferior{
	width:100%;
	height:10px;
	background-image:url(../images/bg_barrainferior.gif);
	background-repeat:repeat-x;
	position: fixed;
    _position: absolute;
	bottom: 0em;
	}
	
.textocentrado{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-top:5px;
	 padding-bottom:5px;
	}