.contenido {
    margin-top: 50px;
}

.logo{
    padding-top: 2%;
}

.justificado {
    text-align: justify;
}

.iconos {
    width: 16px;
    height: 16px;
}

.footer {
    background-image: url('../img/bg-footer.jpg');
    background-repeat: repeat-x; 
    background-size: auto;
    text-align: center;
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
    padding-top: 20px;
    /*padding-bottom: 5px;/*/
    border-radius: 0 0 10px 10px; 
}

.footer a {
    text-decoration: none;
    color: #346768;
}

a {
    text-decoration: none;
}

.footer-mobile {
    background-color: #cbcbcc;
    padding: 10px 0;
    font-size: 14px;
}

.footer-mobile a {
    text-decoration: none;
    color: #346768;
}

.footer-mobile img {
    margin-right: 5px;
}

.footer-desktop {
    background-image: url('../img/bg-footer.jpg');
    background-repeat: repeat-x; 
    background-size: auto;
    text-align: center;
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
    padding-top: 20px;
    /*padding-bottom: 5px;/*/
    border-radius: 0 0 10px 10px; 
}
