body{ 
text-align: left; /*alineación hor del texto*/ 
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; /*tipo de fuente*/
color:#black; /*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:#000000  ; /*color de fondo*/
float: top; /*ubicación relativa del bloque*/
color:#FF0000
}

#navegacion{ 
width: 10%; 
height: 500px;
float: left; 
text-align: center;
font-style: italic;
/*padding: 3px;*/
margin-bottom: 0px;
background-color:#ecc6d0;
float: left;
}

section{ 
width: 90%;
height: 500px;
text-align: center; 
margin-bottom: 0px; 
background-color:#f1d1d9;
float: right;
}

footer {
    position: relative;
    margin-top: 0px;
    height: 70px; 
    clear: both;
    background: #bce7dc;
    text-align: center;
    color: #fff;
}