header {
    display: block;
    width: 360px;
    height: 60px;
    background: rgba(0,72,132,1.0);
    color: #fff;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor {
    display: block;
    width: 98%;
    margin: auto;
}
.icono_logo {
    display: block;
    float: left;
    width: 90px;
    height: 60px;
    background-image: url(../img/menu_logo.png);
}

h1 {
    display: block;
    float: left;
    height: 45px;
    width: 155px;
    margin: 10px 0px 0px 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    font-style: italic bold;
    color:white;
}


header .contenedor {
    display: block;
    display: table;
}


.icono_menu {
    width: 60px;
    height: 60px;
    background-image: url(../img/menu_icono.png);
}
#menu-bar {
    display: none;
}

header label {
    float: right;
    font-size: 30px;
    margin:0px 0;
    cursor: pointer;
}

/************************MENU************************/
/************************MENU************************/
/************************MENU************************/
/************************MENU************************/
.menu {
    position: absolute;
    top:60px;
    left:0;
    width: 360px;
    height: 100vh;
    background: rgba(51,51,51,0.95); 
    transition: all .05s;
    transform: translateX(-100%);
}

.menu a {
    display: block;
    color: #fff;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background-image: url(../img/icon_boton_menu.png);
    background-repeat: no-repeat;
}

.menu a:hover {
    background: rgba(255,255,255,0.3);
}


#menu-bar:checked ~ .menu {
    transform: translateX(-0%);
}

#menu-bar:checked ~ .menu a {
    font-size: 17px;
    height: 50px;
    padding: 15px 0px 0px 70px;
}
/************************OTROS MENU***********************/
/************************OTROS MENU***********************/
/************************OTROS MENU***********************/
/************************ MENU2 ************************/
 /************************ MENU2 ************************/
/************************ MENU2 ************************/
.menu2 {
        display: none;
        width: 100%;
        height: 60px;
        background: rgba(0,72,132,1.0);
    border-bottom: 1px solid black;
    }
    .menu2_cont {
        display: block;
        width: 1200px;
        height: 60px;
    }
    .menu2_cont .icono_logo {
        margin: 0px 20px 0px 0px;
    }
    .menu2_cont a {
        width: 170px;
        height: 60px;
        padding: 16px 0px;
        margin: 0px 0px 0px 6px;
        float: left;
        font-size: 19px;
        text-align: center;
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .menu2_cont a:hover {
        background: rgba(91,98,104,1.0);
        color: white;
    }
    .acceso_clientes {
        float: left;
        margin: 10px 0px;
        width: 140px;
        height: 40px;
        transition: transform 1s;
    }
    .acceso_clientes:hover {
        transform: rotate(360deg);

    }
    .acceso_clientes a {
        float: left;
        width: 140px;
        height: 40px;
        padding: 8px 0px 0px 0px;
        font-family: Arial;
        font-size: 16px;
        color: white;
        text-align: center;
        border: 3px solid white;
        border-radius: 5px;
        background: rgba(150,150,150,1.0);
        cursor: pointer;
    }
    .acceso_clientes a:hover {
        border: 2px solid white;
        background: black;
        background: rgba(100,100,100,1.0);
    }

/*********************MENU PRINCIPAL**************************/
#menu_titulo {
    display: none;
    width: 100%;
    height: 100px;
    background: rgba(0,72,132,1.0);
}
.menu_titulo_principal {
    margin: auto;
    width: 1200px;
    height: 100px;
    }

.menu_logo {
    float: left;
    width: 224px;
    height: 100px;
    background-image: url(../img/Logo-Alcaldia_3.png);
    }
.menu_txt {
    float: right;
    width: 300px;
    padding: 15px 0px 0px 0px;
    text-align: right;
    font-size: 25px;
    color: white;
    }

/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/

@media (min-width:1024px) {
        
    header {
    display: none;
    width: 100%;
    height: 60px;
    background: rgba(84,121,163,1.0);
    color: #fff;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor {
    width: 98%;
    margin: auto;
}
.icono_logo {
    display: block;
    float: left;
    width: 120px;
    height: 60px;
    background-image: url(../img/menu_logo.png);
}

h1 {
    display: none;
    float: left;
    height: 45px;
    width: 155px;
    margin: 10px 0px 0px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-style: italic bold;
    color:rgba(38,59,73,1.0);
}


header .contenedor {
    display: table;
}


.icono_menu {
    width: 60px;
    height: 60px;
    background-image: url(../img/menu_icono.png);
}
#menu-bar {
    display: none;
}

header label {
    float: right;
    font-size: 30px;
    margin:0px 0;
    cursor: pointer;
}


/************************MENU************************/
/************************MENU************************/
/************************MENU************************/
/************************MENU************************/
.menu {
    top:60px;
    left:0;
    width: 100%;
    height: 100vh;
    background: rgba(51,51,51,0.95); 
    transition: all .05s;
    transform: translateX(-100%);
}

.menu a {
    display: block;
    color: #fff;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background-image: url(../img/icon_boton_menu.png);
    background-repeat: no-repeat;
}

.menu a:hover {
    background: rgba(255,255,255,1.0);
}


#menu-bar:checked ~ .menu {
    transform: translateX(-0%);
}

#menu-bar:checked ~ .menu a {
    font-size: 17px;
    height: 50px;
    padding: 15px 0px 0px 70px;
}

 /************************ MENU2 ************************/
 /************************ MENU2 ************************/
/************************ MENU2 ************************/
.menu2 {
    position:fixed;
        display: block;
        width: 100%;
        height: 60px;
        background: rgba(84,121,163,1.0);
    top:0px;
    z-index: 2;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
    }
    .menu2_cont {
        display: block;
        width: 1200px;
        height: 60px;
    }
    .menu2_cont .icono_logo {
        margin: 0px 20px 0px 0px;
    }
    .menu2_cont a {
        width: 160px;
        height: 60px;
        padding: 20px 0px;
        float: left;
        font-size: 17px;
        text-align: center;
        color: rgba(240,240,240,1.0);
        text-decoration: none;
        cursor: pointer;
    }
    .menu2_cont a:hover {
        background: rgba(255,255,255,0.2);
        color: black;   
    }
    .acceso_clientes {
        float: left;
        margin: 10px 0px;
        width: 140px;
        height: 40px;
        transition: transform 1s;
    }
    .acceso_clientes:hover {
        transform: rotate(360deg);

    }
    .acceso_clientes a {
        float: left;
        width: 140px;
        height: 40px;
        padding: 9px 0px 0px 0px;
        font-family: Arial;
        font-size: 16px;
        color: white;
        text-align: center;
        border: 3px solid white;
        border-radius: 5px;
        background: rgba(150,150,150,1.0);
        cursor: pointer;
    }
    .acceso_clientes a:hover {
        color: white;
        background: rgba(5,53,170,1.0);
    }


/*********************MENU PRINCIPAL**************************/
#menu_titulo {
    display: block;
    width: 100%;
    height: 100px;
    background: rgba(0,72,132,1.0);
}
.menu_titulo_principal {
    margin: auto;
    width: 1200px;
    height: 100px;
    }
}
.menu_logo {
    float: left;
    width: 224px;
    height: 100px;
    background-image: url(../img/Logo-Alcaldia_3.png);
    }
.menu_txt {
    float: right;
    width: 300px;
    padding: 15px 0px 0px 0px;
    text-align: right;
    font-size: 25px;
    color: white;
    }






}