body{ 
text-align: center; /*alineación hor del texto*/ 
font-family: Tahoma, Arial, Geneva, sans-serif; /*tipo de fuente*/
color: red; /*color de fuente*/
}

#cabecera{ 
width: 100%; /*ancho*/
height: 100px; /*alto*/
text-align: center; /*alineación hor del texto*/
margin-bottom: 0px; /*margen externo inferior*/
background-color:black;/*color de fondo*/
float: top; /*ubicación relativa del bloque*/
}

#navegacion{ 
width: 15%; 
height: 525px;
float: left; 
text-align: center;
font-style: italic;
/*padding: 3px;*/
margin-bottom: 0px;
background-color:red;
float: left;
}

section{ 
width: 85%;
height: 525px;
text-align: center;
vertical-align: middle; 
margin-bottom: 0px; 
background-color:black;
float: right;
}

