.DivTerminosTop
{
    background-image: url(../img/Top-Preguntas.png);
    background-repeat: no-repeat;
    height: 40px;
}

.DivTerminosContainer
{
    background-color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    color: #444444;
}

.DivTerminosContainer h1
{
    font-size: 22px;
    padding: 12px;
    line-height: 28px;
    font-weight: normal;
}

.DivTerminosContainer h2
{
    font-size: 17px;
    line-height: 14px;
    color: #444;
    font-weight: bold;
    margin: 10px;
}

.DivTerminosContainer p
{
    
    line-height: 14px;
    color: #444;
    margin-left: 30px;
}

.DivTerminosContainer ul
{
    
    line-height: 14px;
    color: #444;
    margin-left: 20px;
    list-style-type: disc;
}

.DivTerminosContainer li
{
        margin-left: 20px;
}



.DivTerminosBottom
{
    background-image: url(../img/Pie-Borde.png);
    background-repeat: no-repeat;
    height: 15px;
}