#principal{
    width:  800px;
    min-height: 745px;
    background-color: c;
    text-align: center;
    margin-right: auto;/*margen derecha*/
    margin-left: auto;/*margen izq*/
    margin-top: 30px;/*margen de arriba*/
    
    
}
#body{


    background-image: url(IMAGENES/fondo2.jpg);
    }

#encabezado{
    width:  800px;
    height: 110px;
    background-color: orange;
    float: left;
    
    
}
h2{
    font-size: 20px;
    text-align: center;
    color: aqua;
    
}
#b_nosotros{
    
width: 800px;
height: 100px;
  }
#cuerpo{
    width:  800px;
    margin-top: 10px;
    min-height: 505px;/*el cuerpo no es estatico puede crecer*/
    background-color: white;
    float: left;
    font-family: Comic Sans MS;
    font-size: 30px;
    text-align: left;
    margin-left: 10px;
    
    
}

#pie{
    width:  100%;
    height: 110px;
    background-color: gainsboro;
    float: left;
    margin-top: 10px;
    background:green ;
    
}
#INFO{
    margin: 10px;
    width:  540px;
    height: 90px;
    float: left;
    color: white;
    font-size: 10px;
    line-height: 10px;
    
}
#INFOCOP{
    margin-top: 10px;
    width:  230px;
    height: 90px;
    float: left;
    color: white;
    font-size: 10px;
    text-align: center;
    
}