.DivPreguntasTop
{
    background-image: url(../img/Top-Preguntas.png);
    background-repeat: no-repeat;
    height: 40px;
}

.DivPreguntasContainer
{
    background-color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    color: #444444;
}

.DivPreguntasContainer h1
{
    font-size: 22px;
    padding-bottom: 12px;
    line-height: 28px;
    font-weight: normal;
}


.DivPreguntasContainer h4
{
    font-size: 11px;
    line-height: 14px;
    color: #444;
    font-weight: bold;
    margin: 5px;
}

.DivPreguntasContainer p
{
    
    line-height: 14px;
    color: #444;
    margin-left: 20px;
    margin-bottom: 10px;
}

.DivPreguntasBottom
{
    background-image: url(../img/Pie-Borde.png);
    background-repeat: no-repeat;
    height: 15px;
}