#contenedor{
    background-color: #F4ABF2;
    border: 2px solid #2f2f2f;
}
#cabezera{
    background-color: #E5BCFA;
    height: 20%;
}
#menu{
    height: 10%;
    background-color: #C8CACC;
}
#izquierda{
    height: 50%;
    background-color: #BDD2EF;
    float: left;
    width: 50%;
}
#derecha1{
    height: 25%;
    background-color: #DAF7E2;
    float: right;
    width: 50%;
}
#derecha2{
    height: 25%;
    background-color: #9d70c1;
    float: right;
    width: 50%;
}
#pie{
    height: 20%;
    background-color: #D3D1C1;
    clear: both;
}
