.fondo{
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fondo01, .fondo02, fondo03, .fondo04, .fondo05, .fondo06, .fondo07, .fondo08, .fondo09{
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.fondo01{
     background-image: url("../img/fondo01.jpg") !important;}

.fondo02{
    background: url("../img/fondo02.jpg")!important;
}

.fondo03{
    background-image: url("../img/fondo03.jpg")!important;
}

.fondo04{
    background: url("../img/fondo04.jpg")!important;
}

.fondo05{
    background: url("../img/fondo05.jpg")!important;
}

.fondo06{
    background: url("../img/fondo06.jpg")!important;
}

.fondo07{
    background: url("../img/fondo07.jpg")!important;
}

.fondo08{
    background: url("../img/fondo08.jpg")!important;
}

.fondo09{
    background: url("../img/fondo09.jpg")!important;
}

.cuerpo-interna{
    padding: 18px;
    text-align: justify;
}