* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#busquedafecha{display:none;}
#busquedaavanzada{display:none;}
#menu{display:none;}
#volver{display:none;}
#ajustes{display:none;}

body {
  font-family: Montserrat;
}

label, input,select {
  width: 100%;
  display: block;
  font-size: 14px;
}

input, select {
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 20px;
}

textarea {
  border-radius: 5px;
  margin-bottom: 20px;
  width: 100%;
  height: 70px;
  font-size: 16px;

}

.form-encabezado {
  width: 50px;
  height: 100%;
  background: #2f2470;
  color: white;
  float: left;
  font-size: 30px;

}

.form-encabezadobitacora {
  background: #0A0C3E;
  width: 100%;
  height: 80px;
  color: white;
}

.form-encabezado1bitacora {
  background: #2f2470;
  width: 100%;
  height: 50px;
  color: white;
  float: left;
}

.form-encabezado2bitacora {
  background: #9F9Da9;
  width: 100%;
  height: 50px;
  color: white;
  float: left;

}

.flotante {
  font-size: 30px;
  padding: 20px 30px;
}

.flotante1 {
  font-size: 30px;
  padding: 0px 10px;

}

.tabla_cabecera {
  text-align: left;
  table-layout: fixed;
  word-wrap: break-word;
  border-bottom: 2px solid #f7dc6b;
  width: 100%;
}

.tabla_item {
  table-layout: fixed;
  word-wrap: break-word;
  text-align: left;
  width: 100%;
 font-size: 12px;
 font-weight: 500;
}

.botonflotantederecho {
  background: #f7dc6b;
  color:black;
  display: inline-block;
  font-size:12px;
  margin: 10px;
  padding: 5px 0px ;
  text-align: center;
  width: 200px;
  text-decoration: none;
  box-shadow: 0px 3px 0px #373c3c;
  float: right;
  border-radius: 20px;
}

.botonflotantederecho span {
    margin-right: 20px;
 } 
 
 .nuevoboton {
  background: #f7dc6b;
  color:black;
  text-decoration: none;
  box-shadow: 0px 3px 0px #373c3c;
  text-align: center;
  border-radius: 20px;
  font-size:12px;
  width: 200px;
  height:30px;
}

.nuevoboton span {
    margin:auto;
    padding: 8px 0px ;
    margin-right: 20px;
 }

.form-botones {
  width: 100%;
  height: 40px;
  background: #0A0C3E;
  color: white;

}

.form-registro {
  width: 400px;
  height: 500px;
  background:#2f2470 ;
  margin: auto;
  margin-top: 100px;
  padding: 20px 30px;
  border-top: 4px ;
  color: white;
  border-radius: 20px;
}

.form-registro h5 {
  margin: 0;
  text-align: center;
  height: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}

.controls {
  width: 100%;
  border: 1px ;
  margin-bottom: 20px;
  padding: 11px 10px;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
}

.controlsregistro {
  width: 100%;
  background: #FFFFFF;
  font-size: 14px;
  border-radius: 20px;
}


.buttons {
  width: 50%;
  height: 40px;
  background: #f7dc6b;
  color: #000000;
  border: 1px ;
  margin-left: 25% ;
  margin-bottom: 16px;
}

.buttons1 {
  width: 200px;
  height: 30px;
  background: #f7dc6b;
  border: 1px ;
  margin-top: 5px ;
  border-radius: 20px;
  margin-right: 10px ;
  color:black;
  font-size:14px;
}

.buttons2 {
  width: 200px;
  height: 30px;
  background: white;
  border: 1px ;
  margin-top: 5px ;
  border-radius: 20px;
  margin-right: 10px ;
  font-family: Montserrat;
  color:black;
  font-size:14px;
  
}

.form-login {
  width: 400px;
  height: 350px;
  background: #2f2470;
  margin: auto;
  margin-top: 10px;
  padding: 20px 30px;
  border-top: 4px ;
  color: white;
  border-radius: 20px;
}

.form-login c {
  text-align: center;
  color: white;
  font-size: 10px;

}

.form-login h5 {
  margin: 0;
  text-align: center;
  height: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}

.form-login p{
  text-align: bottom;
  text-decoration: underline;
}

.form-login a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.fechainput {
  width: 150px;
  height: 30px;
  background: white;
  border: 1px ;
  margin-top: 5px ;
  border-radius: 20px;
  margin-right: 10px ;
  color:black;
  font-size: 14px;
  text-align: center;
}


.icono {
  width: 28px;
  height: 28px;
  margin-top: 10px;
}

.Media {
  color: Orange;
}

.Alta {
  color: Red;
}

.Baja {
  color: black;
}

.Normal {
  color: green;
}

nav {
  width: 100%;
  display: inline-block;
 background-color:#f7dc6b;
}

#menu ul li {
  background-color:#f7dc6b;
}

#menu ul {
  list-style:none;
  margin:0;
  padding:0;

}

#menu ul a {
  display:inline-block;
  color:black;
  text-decoration:none;
  font-weight:400;
  font-size:15px;
  padding:10px;
  font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
}

#menu ul li {
  position:relative;
  float:left;
  margin:0;
  padding:0;
}

#menu ul li:hover {
  background:#F4D03F;
}

#menu ul ul {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  padding:0;
}

#menu ul ul li {
  float:none;
  width:150px
}

#menu ul ul a {
  line-height:120%;
  padding:10px 15px;
}

#menu ul li:hover > ul {
  display:block;
}

table tbody tr:nth-child(odd) {
  background: white;
  height: 20px;

}
table tbody tr:nth-child(even) {
  background: #F2F4F4;
  
}
table thead {
  text-align: left;
  background: #f7dc6b;
  color: black;
  font-size: 14px;
  font-weight: normal;
  height: 30px;

}
table {
  border-collapse: collapse;
  width: 100%;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111111bd;
    display: flex;
}

.close {
    position: absolute;
    top: 15%;
    right: 500px;
    text-decoration: none;
}





