﻿/******    FOOTER    ******/
/*color previo al 85 aniversario*/
/*.footerBody {
    background-color: #353535;
    color: #000;
    text-align: left;
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
}*/
.footerHeader {
    background-color: #000000;
}

.imagen-85-aniversario {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footerBody {
    background-color: #000000;
    color: #000;
    text-align: left;
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
}

    .footerBody ul li a {
        color: #b5b5b5;
        text-decoration: none;
    }

        .footerBody ul li a:hover {
            color: #b5b5b5;
        }
        
        .footerBody small {
            color: #b5b5b5;
           
        }

        .footerBody small a {
            color: #b5b5b5;
            text-decoration: none;
        }

        .footerBody small a:hover {
            color: #fff;
        }

        .footerBody .social-icon a {
            color: #b5b5b5;           
            padding: 20px; 
        }

        .footerBody .social-icon a:hover {
            color: #fff;
            padding: 20px; 
        }
        

    .footerBody .redes li {
        display: inline-block;
    }

        .footerBody .redes li a {
            color: #b5b5b5;
            font-weight: 700;
            font-size: 2em;
            padding: 10px;
        }

.center-block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-dark-85Aniversario {
    background-color: #000000;
}