﻿.navbar-inverse {
    background-color: #222;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #222;
}

.navbar-brand {
    margin-top: -1px;
    padding-top: 0;
    background: url(../Images/logo_176x65.png) no-repeat 15px center;
    width: 191px;
}

header > .banner > .banner-center {
    display: none;
}

.color-fondo{
    background-color: #222;
}

#pie {
}

    #pie img {
        margin: 0 auto;
    }

    #pie p {
        color: rgba(255, 255, 255, 0.65);
        margin-bottom: 0;
    }

    #pie a {
        color: rgba(255, 255, 255, 0.8);
    }

        #pie a:hover {
            text-decoration: underline;
            color: rgba(255, 255, 255, 0.95);
        }

    #pie span.blue {
        color: #fff;
        font-weight: bold;
    }

ul#rSociales {
    float: right;
    margin-top: 15px;
    margin: 0;
    padding: 0;
    padding-top: 0;
}

#redes li {
    display: inline-block;
    margin: 5px;
}

.redes-hover {
    width: 40px;
}

    .redes-hover:hover {
        animation-name: redes-hover;
        -webkit-animation-name: redes-hover;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-timing-function: cubic-bezier();
        -webkit-animation-timing-function: cubic-bezier();
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

@-webkit-keyframes redes-hover {
    25% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }

    75% {
        transform: scale(1px);
        -webkit-transform: scale(1px);
    }
}

footer {
    background-color: #222;
}

footer p {
    color: rgba(255, 255, 255, 0.65);
}

hr#hrPie {
    width: 75%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#aVersion {
    color: #222;
}

#quitarPolitica {
    display: none;
}