body{
text-align: left; /*alineación hor del texto*/ 
font-family: Tahoma, Arial, Geneva, sans-serif; /*tipo de fuente*/
color:#FFFFFF; /*color de fuente*/
background-color:#36A090;
padding-top 0;/
}

#cabecera{ 
width: 100%; /*ancho*/
height: 100px; /*alto*/
text-align: center; /*alineación hor del texto*/
/*margin-bottom: 0; /*margen externo inferior*/
background-color:#36A090; /*color de fondo*/
}

#navegacion{ 
width: 15%; 
height: 400px;
text-align: center;
font-style: italic;
/*padding: 3px;*/
margin-bottom: 0;
background:#2D8E7F;
float: left;
}

#navegacion2{ 
width: 15%; 
height: 400px;
text-align: center;
font-style: italic;
/*padding: 3px;*/
margin-bottom: 0; 
background:#2D8E7F;
float: right;
}

section{ 
width: 70%;
height: 400px;
text-align: center; 
margin-top: 0;
margin-bottom: 0;
margin-left:15%; 
background-color:#FFFFFF  ;
background: url("fondonegro.jpeg")no-repeat fixed;
background-size: 100%;
}

footer {
    position: relative;
    margin-top: 0px;
    height: 80px; 
    clear: both;
    background: #36A090;
    text-align: center;
    color: #fff;
}