* {
    margin: 0;
    padding: 0;
    border: o none;
    position: relative;
}
#menu_gral {
    font-family: verdana, sans sherif;
    color: white;
    width: 100%;
    height: 100%
    margin: 1.5rem auto;
}
#menu_gral ul {
    list-style-type: none;  /*retiramos la viñeta que tiene por defecto*/
    text-align: center;
    width: 100%;
    font-size: 0;/*evitar el espacio de separación entre los li (por su display).*/
}
#menu_gral > ul li {
    display: inline-block;  /*menu horizontal*/
    width: 20%;
    position: relative;
    background: #433f3e;
}



#menu_gral li a {
    display: block;
    text-decoration: none;
    font-size: 1rem;
    line-height: 2.5rem;
    color: white;
}
#menu_gral li:hover a, 
#menu_gral li a:focus {
    background: #e95c27;
    color: white;
}


#menu_gral li ul { /*ocultar si no se necesitan*/
    position: absolute;
    width: 0;
    overflow: hidden;
}
#menu_gral li:hover ul, #menu_gral li:focus ul {
    width: 100%;
   /* margin: 0 -4rem -4rem -4rem;
    padding: 0 4rem 4rem 4rem;*/
    background:  #e95c27;
    z-index: 5;
}
#menu_gral li li {
    display: block;
    width: 100%;
}
#menu_gral li:hover li a, #menu_gral li:focus li a {
    font-family: verdana, sans sherif;
    color: white;
    font-size: .9rem;
    line-height: 1.7rem;
    border-top: 1px solid #e5e5e5;
    background: #e95c27;
}
#menu_gral li li a:hover, #menu_gral li li a:focus {
    background: #e95c27; 
}


fieldset {
  float: CENTER;
  border: 3px solid #e95c27;
  background: #e7e8e7;    
  width:40%; 
    
}

/*Resaltar el campo seleccionado*/
input:focus {
  border: 2px solid #000;
  background: #F3F3F3;
}

input[type="text"] {
    width:  100%;
}
textarea
{
    width:  100%;
}


input[type=submit]:focus {
    border-color:#433f3e;
}

input[type=submit] {
    padding:2px 6px;
    background:#e95c27; 
    border:0 none;
    cursor:pointer;
    border-radius: 5px; 
    display:inline-block;
	color:#433f3e;
	font-family:verdana;
	font-size:15px;
	padding:2px 6px;
    text-decoration:none;
    
    font-weight: bold;
}


input[type=button]:focus {
    border-color:#433f3e;
}

input[type=button] {
    padding:2px 6px;
    background:#e95c27; 
    border:0 none;
    cursor:pointer;
    border-radius: 5px; 
    display:inline-block;
	color:#433f3e;
	font-family:verdana;
	font-size:15px;
	padding:2px 6px;
    text-decoration:none;
   
   
    
}



.espacio{
	height:2px;
}

table { 
   border-spacing: 2px 5px;
    border-collapse: separate;
   
}
.bordered { 
    border: solid #433f3e 1px; 
    -moz-border-radius: 20px; 
    -webkit-border-radius: 20px; 
    border-radius: 20px; 
    -webkit-box-shadow: 0 3px #433f3e; 
    -moz-box-shadow: 0 3px #433f3e; 
    box-shadow: 0 3px #433f3e; 
   
}
 


input:invalid:focus {
  background-image: linear-gradient(white,#e95c27, white);
}


.excel-button {
    border: none;
    background: none;
    padding: 0;
}





/*menu hamburguesa*/
#menu-toggle {
  position: absolute;
  right: 10px;
  background-color: #e95c27;
  color: white;
  font-size: 4rem;
  border: none;
  cursor: pointer;
  display: none;
  padding: 6px 10px;
  border-radius: 4px;
}

/* --- Estilo del menú general --- */
#menu_gral_taxista ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #433f3e;
  color: white;
}
#menu_gral_taxista ul li a {
  /*padding-right: 30px;*/

}




#menu_gral_taxista ul li {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 10px 0;

}


#menu_gral_taxista ul li:hover {
  
  background-color: #e95c27;
  color: #433f3e;
}


#menu_gral_taxista li.activo {
  background-color: #e95c27;
}

#menu_gral_taxista li.activo a {
  color: white;
}


#menu_gral_taxista ul li:last-child {
  border-right: none;
}

#menu_gral_taxista ul li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  color: white;
}

#menu_gral_taxista ul li {
    position: relative;
}

#menu_gral_taxista ul li a {
    display: block;
    width: 100%;
    height: 100%;
    /*padding: 10px;*//* agrega espaciado */
    text-decoration: none;
    color: inherit;
}


/* --- Responsive: móviles --- */
/*@media (max-width: 750px) {*/
@media (max-width: 1120px) {
  #menu-toggle {
    display: block;
  }
  
  #menu_gral_taxista ul li a {
  font-size: 2rem;
  right: 20px;
}


  #menu_gral_taxista ul {
    flex-direction: column;
    display: none;
  }

  #menu_gral_taxista.show ul {
    display: flex;
  }

  #menu_gral_taxista ul li {
    border-right: none;
    border-bottom: 1px solid #ccc;
     text-align: right;
    width: 100%;
  }


}

/*titulo*/

.header-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding: 10px;
  background-color: #e7e8e7;
}

.logo-small, .logo-text, .logo-icon {
  max-width: 100%;
  height: auto;
}

.logo-small {
  width: 180px;
}
.logo-text {
  width: 220px;
}
.logo-icon {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .logo-small {
    width: 80px;
  }
  .logo-text {
    width: 140px;
  }
  .logo-icon {
    width: 40px;
  }
}

@media screen and (max-width: 424px) {
  .logo-small {
    width: 60px;
  }
  .logo-text {
    width: 100px;
  }
  .logo-icon {
    width: 30px;
  }
}





