body{ 
text-align: left; /*alineación hor del texto*/ 
font-family: Times New Roman, sans-serif; /*tipo de fuente*/
color:#black; /*color de fuente*/
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
*{
border: 0;
margin: 0;
padding: 0;
}

#cabecera{ 
width: 100%; /*ancho*/
height: 200px; /*alto*/
text-align: center; /*alineación hor del texto*/
background-color:#5d2240; /*color de fondo*/
float: top; /*ubicación relativa del bloque*/
color:#fff;
}

#navegacion{ 
width: 15%; 
height: 650px;
float: left; 
text-align: center;
font-style: italic;
background-color:#9fa86b;
float: left;
}

section{ 
width: 85%;
height: 650px;
text-align: center; 
background-color: #f8ecf2;
float: right;
}

footer {
    position: relative;
    height: 120px; 
    clear: both;
    background: #5d2240;
    text-align: center;
    color: #fff;
}
