@charset "utf-8";
/* CSS Document */
html, body {
    margin:0;
    padding:0;
}
body {
    background-color:#8e8a79;
}
div#derechosbody div.derechos{
    font-family:Verdana,Helvetica, Arial,  sans-serif, "Century Gothic";
    text-align:left;
    font-size:12px;
    display:block;
    padding:20px;
    background-color:#8e8a79;
}
div#derechosbody{
    width:500px;
    height:400px;
    background-color:#8e8a79;
    overflow:auto;
}
div#derechosbody div.derechos{
    position:relative;
    float:left;
    width:200px;
    height:290px;
    font-family:Verdana,Helvetica, Arial,  sans-serif, "Century Gothic";
    text-align:center;
    font-size:12px;
    display:block;
    padding:20px;
    background-color:#8e8a79;
}
div#derechosbody div.oscuro{
    background-color:#626050;
}

/********************************************************/
/********************************************************/
/********************************************************/
div#derechosbody2 div.derechos{
    font-family:Verdana,Helvetica, Arial,  sans-serif, "Century Gothic";
    text-align:left;
    font-size:12px;
    display:block;
    padding:20px;
    background-color:#8e8a79;
}
div#derechosbody2{
    width:100%;
    height:100%;
    background-color:#8e8a79;
    overflow:auto;
}
div#derechosbody2 div.derechos{
    position:relative;
    float:left;
    width:200px;
    height:290px;
    font-family:Verdana,Helvetica, Arial,  sans-serif, "Century Gothic";
    text-align:center;
    font-size:12px;
    display:block;
    padding:20px;
    background-color:#8e8a79;
}
div#derechosbody2 div.oscuro{
    background-color:#626050;
}
