body {
    background-color: #22AB74;
}
#cabecera {
    width: 100%;
    height: 80px;
    background-color: #0e442e ;
}
#cabecera2 {
    width: 900px;
    height: 80px;
    background-color: #0e442e ;
    margin-left: auto;
    margin-right: auto;
}
#cuerporef {
    width: 900px;
    height: 850px;
    background-color: #0e442e ;
    margin-left: auto;
    margin-right: auto;
}
#pata {
    width: 100%;
    height: 100px;
    background-color: black ;
}
#pata2 {
    width: 900px;
    height: 100px;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
}
#caja1 {
    width: 500px;
    height: 250px;
    background-color: #22AB74 ;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}
#caja2 {
    width: 350px;
    height: 400px;
    background-color: #22AB74  ;
    margin-right: 20px;
    margin-top: 10px;
    float: right;
}
#caja3 {
    width: 500px;
    height: 450px;
    background-color: #22AB74  ;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}
#caja4 {
    width: 350px;
    height: 400px;
    background-color: #22AB74 ;
    margin-right: 20px;
    margin-top: 10px;
    float: right;
}
.estilotexto {
    color: white;
    font-size: 25px;
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
}
.titulo {
    text-align: center;
    font-style: oblique;
    margin-top: 0px;
    color: white;
    font-size: 50px;
}
.centrar {
    margin-left: 50px;
    margin-top: 10px;
}
.titulolista1 {
    color: white;
    font-size: 30px;
    text-align: justify;
    margin-left: 20px;
    background-color: #0e442e ;
    width: 300px;
}
.titulolista2 {
    color: white;
    font-size: 30px;
    text-align: justify;
    margin-left: 20px;
    background-color: #0e442e ;
    width: 300px;
}
.margenizquierdo {
    margin-left: 190px;
}
.textopie {
    color: white;
    margin-left: 5px;
}
.logoecen {
    float: right;
    margin-right: 8px;
    margin-top: 8px;
}