body{ 
text-align: center; /*alineaci�n hor del texto*/ 
font-family: p {
    font-family: "Homer Simpson", cursive, x-large;
  }
  ; /*tipo de fuente*/
color:#black; /*color de fuente*/
}

#cabecera{ 
width: 100%; /*ancho*/
height: 150px; /*alto*/
text-align: bottom; /*alineaci�n hor del texto*/
margin-bottom: 0px; /*margen externo inferior*/
background-image: url("estreptocococabecera1.jpg");/*color de fondo*/
float: top; /*ubicaci�n relativa del bloque*/
}

#navegacion{ 
width: 100%; 
height: 20px;
float: left; 
text-align: center;
font-style: bold;
/*padding: 3px;*/
margin: 0px;
background-color:rgb(206, 100, 248);
float: left;
}

section{ 
width: 100%;
height: 900px;
text-align: center; 
margin: 0px; 
background-color:rgb(215, 191, 235);
float: right;
}

footer {
    position: relative;
    margin-top: 10px;
    height: 50px; 
    clear: both;
    background: rgb(165, 57, 214) ;
    text-align: center;
    color: #82E0AA;
}
