body{ 
text-align: left; /*alineaci�n hor del texto*/ 
font-family:"Times"; /*tipo d fuente*/
color:#ffffff; /*color de fuente*/
}

#cabecera{ 
width: 100%; /*ancho*/
height: 80px; /*alto*/
text-align: center; /*alineaci�n hor del texto*/
margin-bottom: 0px; /*margen externo inferior*/
background-color:#dd1212  ;o*/
float: top; /*ubicaci�n relativa del bloque*/
}

#navegacion{ 
width: 15%; 
height: 900px;
float: left; 
text-align: center;
font-style: inherit;
/*padding: 3px;*/
margin-bottom: 0px;
background-color:#F1F0D8;
float: left;
color: #ffffff;
}

section{ 
width: 85%;
height: 900px;
text-align: center; 
margin-bottom: 0px; 
background-image:url(fondo1.gif);
font-style: italic;
float: right;
color: white;

}

footer {
    position: relative;
    margin-top: 0px;
    height: 55px; 
    clear: both;
    background: #dd1212;
    text-align: center;
    color: #fff;
}