body{ 
text-align: left; /*alineación hor del texto*/ 
font-family: Tahoma, Arial, Geneva, sans-serif; /*tipo de fuente*/
color:#black; /*color de fuente*/
background-color:#F8E0E0;
background-image: url("http://wpc.72c72.betacdn.net/8072C72/vos-images/sites/default/files/styles/landscape_1020_560/public/nota_periodistica/Don_Osvaldo.jpg");

}

#cabecera{ 
width: 100%; /*ancho*/
height: 100px; /*alto*/
text-align: center; /*alineación hor del texto*/
margin-bottom: 0px; /*margen externo inferior*/
background-color:#000000; /*color de fondo*/
float: top; /*ubicación relativa del bloque*/
color:#ffffff;
}

#navegacion{ 
width: 15%; 
height: 600px;
float: left; 
text-align: center;
font-style: italic;
/*padding: 3px;*/
margin-bottom: 0px;
background-color:#000000;
float: left;
}

section{
width: 85%;
height: 600px;
text-align: center; 
margin-bottom: 0px; 
background-color:#FAFAFA;
float: right;
color:#000000;
opacity: 0.5;
}

footer {
    position: relative;
    margin-top: 0px;
    height: 80px; 
    clear: both;
    background: #000000;
    text-align: center;
    color:#ffffff;
}
