.nav-azul{
    background: linear-gradient(#19649B, #2D74B5, #19649B) repeat scroll 0% 0% transparent!important;
    background-color: #19649B !important;
}
.slogan{
    float: right!important;
        margin-top: 6%!important;
}
.fuente{
        font-size: 70%!important;
}
.sidebar-categorias{
    list-style: none!important;
    margin-left: -5%!important;
}
.equipos{
    
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: red}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}	
.dropdown:hover>.dropdown-menu {
  display: block;
}

.lista_navegacion:hover{
    background: linear-gradient(#19649B, #2D74B5, #19649B) repeat scroll 0% 0% transparent!important;
    color: white!important;
}
.texto_negro{
    color: black;
}
.texto_negro:hover{
 color: white;
}
.texto_blanco{
    color: white;
    font-weight: 700;
}
.icono-color{
    color: white;
}
.icono-color:hover{
    color: gray;
}