div#btn_2{
width: 30px; height: 30px;
background-color: none;
text-align: center; color: #FFF;
font-size: 16px;
padding: 10px 0px 10px 0px;

margin-left: 10px;
margin-top: 1px;
-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;
user-select: none;

}

div#btn_1{
width: 30px; height: 30px;
background-image: url('../img/iconos.png');
background-color: none;
top: 10px;
position: absolute;
left: 10px;
}


*{
margin: 0;
padding: 0;
font-family: Arial, Helvetica;
text-decoration:none;
}

header{
width:100%;
background: #000;
position: relative;
margin-top: 0px;
max-width: 986px;
margin-left: auto;
margin-right: auto;
font-size: 16px;
font-weight: bold;

}


#btn_menu{
display:none;
background: #000;
}

header label{
display: none;
width: 50px;
min-width: 30px;
height: 50px;
padding: 0px;
border-right: 1px solid #000;
background: #000;
margin-top: 5px;
position: absolute;
right: 10px;
top: 5px;
background: rgba(0,0,0,0.4);
border-radius: 15px;
}

header label:hover{
cursor: pointer;
background: rgba(0,0,0,0.3);
}

.menu{
transition: none;
}

.menu ul{
margin: 0;
list-style: none;
padding: 0;
display: flex;
flex-direction: row;
}

.menu li{
border-right: 0px solid #FFF;

}

.menu li:hover{
background: rgba(0,0,0,0.3);
}

.menu li div{
display: block;
padding: 3px 20px;
color: #FFF;
text-decoration: none;
cursor:pointer;
white-space: nowrap;
overflow: hidden;
}

.separador_menu{ height: 0px; }

/* white-space: pre; */


@media (max-width:768px){
header label{ display:block;  }

header{
background: none;
position: fixed;
margin-left: 0px;
margin-top: 0px;
top:0px;
background: rgba(6,77,133,0.4);
height: 78px;
}

.menu{
position: absolute;
background: #000;
width:80%;
margin-left: -80%;
transition: all 0.2s;
margin-top: 79px;
background: rgba(0,0,0,1);
}

.menu ul{ flex-direction: column; margin-top: 0px; }
.menu li{ border-top: 1px solid #FFF; background: rgba(0,0,0,1); }

.menu li div{
transition: all 0.5s;
display: block;
padding: 10px 20px;
color: #FFF;
text-decoration: none;
cursor:pointer;
height: 20px;
font-size: 16px;
background: rgba(0,0,0,0.6);
}
#btn_menu:checked ~ .menu{ margin: 0; margin-top: 79px; }

.separador_menu{ height: 80px; }

}

