body{ 
text-align:center; /*alineación hor del texto*/ 
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; /*tipo de fuente*/
color:#grey; /*color de fuente*/
background-color:#FFFBDC;
}

H1{
text-align: center
}

header{ 
width: 100%; /*ancho*/
height: 120px; /*alto*/
font-family: Trebuchet MS, sans-serif;
text-align: left; /*alineación hor del texto*/
margin-bottom: 0px; /*margen externo inferior*/
background-color:#C889FF ;/*color de fondo*/
float: top; /*ubicación relativa del bloque*/
}

nav{
font-family: Comic Sans MS, cursive, sans-serif;
width: 10%; 
height: 900px;
float: left;
text-align: left;
/*padding: 3px;*/
margin-bottom: 0px;
background-color:#FFC089;
}

section{ 
width: 85%;
height:900px;
text-align: center;
margin-bottom: 0px; 
background-color:#FFFBDC;
float: right;
}

footer {
    position: relative;
	font-family: Trebuchet MS, sans-serif; 
    margin-top: 0px;
    height: 80px;
    clear: both;
    background: #8A0000;
    text-align: center;
    background-color:#C889FF;
}