@charset "utf-8";
.contenedor {
    background-color: #2120B5;
    height: 700px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.titular {
    background-color: #DFDFE1;
    height: 225px;
    width: 1200px;
    text-align: right;
}
.valor1 {
    background-color: #2333E9;
    height: 475px;
    width: 400px;
    float: left;
}
.valor2 {
    background-color: #1D1CA7;
    height: 475px;
    width: 400px;
    float: left;
}
.valor3 {
    background-color: #2333E9;
    height: 475px;
    width: 400px;
    float: left;
}


.margeninferior {
    background-color: #130C6F;
    height: 300px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: x-large;
}
