body{ 
text-align: left; /*alineación hor del texto*/ 
font-family: loved by the king 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:#00ffe1; /*color de fondo*/
float: top; /*ubicación relativa del bloque*/
}

#navegacion{ 
width: 15%; 
height: 400px;
float: left; 
text-align: center;
font-style: smythe;
/*padding: 3px;*/
margin-bottom: 0px;
background:#ff0090;
color:white;
float: left;
}

section{ 
width: 85%;
height: 400px;
text-align: center; 
margin-bottom: 0px; 
background-color:#ffccf2;
float: right;
}

footer {
    position: relative;
    margin-top: 0px;
    height: 80px; 
    clear: both;
    background: #00ffe1;
    text-align: center;
    color: #000000;
}