body{ 
text-align: left; /*alineación hor del texto*/ 
font-family: Tahoma, Arial, Geneva, sans-serif; /*tipo de fuente*/
color:#FFFFFF; /*color de fuente*/
}

#cabecera{ 
width: 100%; /*ancho*/
height: 100px; /*alto*/
text-align: left; /*alineación hor del texto*/
margin-bottom: 0px; /*margen externo inferior*/
background-color:#010000; /*color de fondo*/
float: top; <img src="like.png" alt="" /> /*ubicación relativa del bloque*/
color:#FFFFFF; /*color de fuente*/
}

#navegacion{ 
width: 15%; 
height: 950px;
float: left;
text-align: center;
font-style: italic;
/*padding: 3px;*/
margin-bottom: 0px;
background-color:#F8E0F1;
float: left;
}

section{ 
width: 85%;
height: 950px;
text-align: center; 
margin-bottom: 0px; 
background-color:#DF01A5;
float: right;
color:#010000;
}

footer{
	width: 100%;
	height: 100px;
	float: left;
	text-align: center;
	font-style: italic;
	background-color: #FFFFFF;
	}