﻿.navbar-inverse {
    background-color: #0632ad;
}

.navbar-brand {
    margin-top: -1px;
    padding-top: 0;
    background: url(../Images/logo_150x65.png) no-repeat 15px center;
    width: 165px;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #0632ad;
}

header > .banner > .banner-center {
    display: none;
}

.color-fondo {
    background-color: #0632ad;
}

#pie {
}

    #pie img#logoPie {
        padding-top: 0;
        width: 70px;
        float: left;
    }
    #pie p {
        color: rgba(255, 255, 255, 0.95);
        margin-bottom: 0;
    }

    #pie a {
        color: rgba(255, 255, 255, 0.85);
    }

        #pie a:hover {
            text-decoration: underline;
            color: rgba(255, 255, 255, 1);
        }

    #pie span.blue {
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
    }

    ul#rSociales {
    float: right;
    margin-top: 15px;
    margin: 0;
    padding: 0;
    padding-top: 3px;
}

#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: #0632ad;
}

footer p {
    color: rgba(255, 255, 255, 0.95);
}

#hrPie {
    width: 75%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#aVersion {
    color: #0632ad;
}

#quitarPolitica {
    display: none;
}