.header{
    width: 100%;
    display: table; 
}
.hora{
    display: table;  
    width: 100%;
    float: right;  
    text-align:center;
    padding: 10px;
    display: block;
    visibility: visible;
    background: #1764AA;
    color: white;
    font-size: 14px;
}
.hora span{
    padding-right: 8px;

}
.hora img{
    padding-right: 2px;
    width: 24;
    vertical-align: middle;


}
.logo{
    display: table;
    width: 100%;
    float: left;
    text-align: center;

}
.logo img{
    width: 150px; 
}


.w{
    position: absolute; 
    z-index: 100;
    bottom: 8;
    right: 8;
    width: 50px;
    text-align: center;
}
.w img{
    width: auto;  
}
.menu_sup{
    width: 100%;
    display: table;
}
.menu_col1{
    text-align: center;
    width: 100%;
    display: table; 
    margin: 6px 0px;
}
.menu_col1 img{
    width: 90px;
}
.menu_col2{
    width: 100%;
    margin: 6px 0px;
    z-index: 1000;
    padding-bottom: 0px;
    display: table;
  
}

.menu_col3{
    width: 100%;
    display: table;
    font-size: 20px;
    text-align: center;
}
.menu_col3 img{
    width: 30px;
    vertical-align: middle;
}
@media(min-width:1024px){
.header{
}
    
.hora{
    font-family: Bahnschrift;
    width: 100%;
    text-align:center;
    padding: 8px;    
    display: table;
    visibility: visible;
    background: #0075C5;
    color: white;
    font-size: 18px;
    padding-left: 20px;
}
.hora span{
    padding-left: 15px;
    padding-right: 20px;
    float: left;
    letter-spacing: 1.5;
    margin-top: 2px;

}
.hora img{
    width: 30px;
    float: left;
    vertical-align: middle;

}
#Fecha_Reloj { 
    padding-left: 12px;
    margin-left: 12px;
    
}
.hora_derecha{
        display: table;
        font-family: Bahnschrift; 
        width: 430px;
        float: right;
        text-align: right;
        padding-left: 20px;
    font-size: 16;
    font-weight: bold;
    padding-top: 3px;

    



}

.redes_sup{
    margin-left: 50px;
    display: table;
        float: left;
       
    }
.redes_sup img{
    width: 34px;
    margin-right: 10px;
    margin-top:-3; 
    }
.w{
    position: absolute;
    right: 8;
    bottom: 8;
    width: 60px;
    z-index: 10000;
    display: block;
    visibility: visible;
}
.w img{
}
    #menu_sup{
        width: 100%;
        display: flex;

    }
    .menu_col1{
        width: 7%;
        float: left;
        vertical-align:middle;
    }
    .menu_col1 img{
        width: 70%
    }
    .menu_col2{
        width: 60%;
        float: left;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        height: auto;
        padding-bottom: 40px;


    }
    .menu_col3{
        width: 23%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 5px;
        font-weight: bold;
        text-align: center;
        color:#929497;
        font-size: 18px;

    }
}