body{ 
text-align: left; /*alineación hor del texto*/ 
font-family:Homer Simson, cursive; /*tipo de fuente*/
color: BROWN; /*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:#0000FF;/*color de fondo*/
float: top; /*ubicación relativa del bloque*/
}

#navegacion{ 
width: 15%; 
height: 800px;
float: left; 
text-align: center;
font-style: italic;
/*padding: 3px;*/
margin-bottom: 0px;
background-color:fuchsia;
float: left;
}

section{ 
width: 85%;
height: 800px;
text-align: center;
vertical-align: middle; 
margin-bottom: 0px; 
background-color:white;
float: right;
}

