body{ 
text-align: left; /*alineación hor del texto*/ 
font-family: Tahoma, Arial, Geneva, sans-serif; /*tipo de fuente*/
color: black;
}

#cabecera{ 
width: 100%; /*ancho*/
height: 100px; /*alto*/
text-align: center; /*alineación hor del texto*/
font-style: italic;
margin-bottom: 0px; /*margen externo inferior*/
background-color: #82E0AA; /*color de fondo*/
float: top; /*ubicación relativa del bloque*/
}

#navegacion{ 
width: 15%; 
height: 1720px;
float: left; 
text-align: center;
font-style: italic;
/*padding: 3px;*/
margin-bottom: 0px;
background-color:#82E0AA;
float: right;;
background-image: url("fondo2.png")
}

section{ 
width: 85%;
height: 1720px;
text-align: center; 
margin-bottom: 0px; 
background-color:#abebc6;
float: right;
}

footer {
    position: relative;
    margin-top: 0px;
    height: 80px; 
    clear: both;
    background: #82E0AA;
    text-align: center;
    color: #black;
}
