*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
body{
   
    
}

.header{
  position: fixed;
  width: 100%; 
}
.logo{
    position: absolute;
    color: rgb(255, 128, 0);
    left: 0;
    padding-top:10px;
    padding-left: 10px;
}
.usuario{
    
    color: rgb(255, 128, 0);
    
    padding-top:10px;
    padding-left: 10px;
}
.usuario a{
    
    color: rgb(255, 128, 0);
    
}
.usuario >a :hover{
    
    color: rgb(8, 88, 41);
    
}

.cerrar-sesion>a:hover{
   color: rgb(0, 255, 26);
}

.datos00{
    display: none;
    
}

nav{
    
    max-width: 100%;
    margin: auto; 
    /* background-color: #333; */
    font-size: 16px;
    /* margin-top: 50px; */
     
}
.menu-horizontal{
    list-style: none;
    display:flex;
    /* justify-content: space-around; */
    /* justify-content: left; */
    
}
.menu-horizontal > li > a{
    display: block;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    /* background-color: aqua; */
}
.menu-horizontal > li:hover{
  background-color: rgb(93, 64, 64);  
}


.menu-vertical{
    position: absolute;
    display: none;
    list-style: none;
    width: 200px;
    background-color:white;
    border: 1px solid black;
    z-index: 300;
}
.menu-horizontal li:hover .menu-vertical{
    display: block;
}
.menu-vertical >li > a{
    display: block;
    color: black;
    padding: 15px 15px 15px 20px;
    text-decoration: none;
    font-weight: bold;
}
.menu-vertical >li:hover{
    background-color: rgba(0, 0, 0, 0.297);
}
.j-r{
    justify-content: right;
}
.bg-1{
    background-color: rgb(0, 5, 70);
}
.bg-2{
    background-color: rgb(255, 128, 0);
}

.w1{
    width: 29%;
}
.w2{
    width: 70%;
}



/* Colores de los botones */
.general{
    background-color: rgb(189, 185, 185);
    color: #000000;
    border: 1px solid #0000005a;
    
}
.general:hover{
    background-color:  rgb(255, 128, 0);
}  

.nuevo{
    background-color: rgb(34, 163, 44);
    color: #ffff;
    border-color: rgb(16, 86, 22);
}
.nuevo:hover{
    background-color:  rgba(17, 88, 23, 0.63);
} 
.consultar{
    background-color: rgb(16, 57, 243);
    color: #ffff;
    border-color: rgb(16, 57, 243);
}
.consultar:hover{
    background-color: rgb(16, 57, 243,.5);
}  
.salir{
    background-color: rgb(217, 26, 19);
    color: #ffff;
    border-color: rgb(217, 26, 19);
}
.salir:hover{
    background-color: rgba(217, 26, 19, 0.5);
}  

.guardar{
    background-color: rgb(0, 255, 255);
    color: #000000;
    border-color:  rgb(0, 255, 255);
}
.guardar:hover{
    background-color:  rgba(0, 255, 255, 0.5);
}   

.editar{
    /* position: absolute;
    left: 110px; */
    background-color: rgb(51, 172, 4);
    color: #ffff;
    border-color: gray;  
}
.editar:hover{
    background-color: rgb(51, 172, 4,.5);
}
.eliminar{
    /* position: absolute;
    right: 0; */
    background-color: rgb(249, 253, 7);
    border-color: rgb(229, 245, 5);
}
.eliminar:hover{
    background-color: rgba(111, 112, 22, 0.5);
}

/* Tamaños de elementos */
.w20{
    width: 20px;
}
.w30{
    width: 30px;
}
.w40{
    width: 40px;
}
.w50{
    width: 50px;
}
.w80{
    width: 80px;
}
.w100{
    width: 100px;
}
.w120{
    width: 150px;
}
.w130{
    width: 100px;
}
.w150{
    width: 150px;
}
.w180{
    width: 100px;
}
.w200{
    width: 150px;
}


.h20{
    height: 20px;
}
.h30{
    height: 30px;
}
.h20{
    height: 20px;
}
.h30{
    height: 30px;
}
.h40{
    height: 40px;
}
.h50{
    height: 50px;
}
.h60{
    height: 60px;
}
.h70{
    height: 70px;
}
.h80{
    height: 80px;
}
.h100{
    height: 100px;
}
.h150{
    height: 150px;
}
.h200{
    height: 200px;
}


