#wrapper {
  width: 602px;
  margin: 0px auto;
  overflow: auto;
  border: solid 1px #a1a1a1;
  font-family: tahoma;
  padding-bottom: 50px;
}
#main_inicio {
  text-align: center;
  border-top: solid 2px #005980;
 
  padding-top: 10px;
}
#main_inicio li {
  margin-top: 10px;
}
.ocultar {
  display: none;
}
.mostrar {
  display: block;
}
.campo {
  padding: 5px;
  font-size: 18px;
  width: 90%;
  text-align: center;
}
.campo2 {
  padding: 5px;
  font-size: 16px;
  width: 90%;
}
.centrar {
  display: block;
  margin: auto;
}
.correcto {
  color: green;

  border: solid 1px green;
  border-radius: 10px;
}
#aviso {
  padding: 20px;
  width: 80%;
  margin: auto;
}
.button2 {
  font-size: 16px;
  padding: 8px;
  color: white;
  background: #3d4d6a;
  width: 100px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.button2:hover {
  color: black;
  background: #ccc;
  cursor: pointer;
}
#nproductos {
  color: red;
  border: solid 1px grey;
  padding: 3px;
  border-radius: 14px;
  font-size: 20px;
}
#modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 100px;
}
#modal-contenido {
  background: white;
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
  border: 1px solid black;
  overflow: auto;
  padding: 10px;
}

#modal2 {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 100px;
}
#modal-contenido2 {
  background: white;
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
  border: 1px solid black;
  overflow: auto;
  padding: 10px;
}

#botonCerrar {
  position: absolute;
  top: 0;
  right: 0;
}

.sobre:hover {
  cursor: pointer;
}

.paquete:hover {
  cursor: pointer;
}

.aprobado {
  color: white !important;
  background-color: green !important;
  border-radius: 30px !important;
}

.total_carrito {
  font-size: 20px;
  font-weight: bold;
}

.tablaxojeda {
  /*table-layout: fixed;
  word-wrap: break-word;*/
  font-size: 14px;
}

#email:hover {
  cursor: pointer;
  background-color: white;
  color: #001137;
}
#btnincidencia:hover {
  cursor: pointer;
  background-color: white;
  color: #001137;
}
.cabecerafija {
  position: sticky;
  top: 0;
  background-color: white;
}
.cabecera {
  color: white;
}
.cabecera a {
  text-decoration: none;
  color: white;
}

.rojo {
  color: red;
}

.actualizar_carrito:hover {
  background-color: green;
}
.denegar {
  background-color: red;
  color: white;
}
.denegar:hover {
  background-color: white;
  color: red;
}

#aprobar {
  float: left;
  margin-right: 20px;
}

.aprobar {
  background-color: green;
  color: white;
}
.aprobar:hover {
  background-color: white;
  color: green;
}
.boton-cerrar {
  float: right;
}
.boton_borrar:hover {
  cursor: pointer;
}
#boton-cerrar {
  background-color: white;
  border: none;
  position: fixed;
}
#boton-cerrar img {
  width: 40px;
}
#boton-cerrar2 {
  background-color: white;
  border: none;
  position: fixed;
}

#boton-cerrar2 img {
  width: 50px;
}
.cerrar-ventana {
  width: 96%;
}
.centrar {
  text-align: center;
}
.detalle-pedido {
  padding-right: 10px;
  padding-left: 10px;
}

.icocarrito:hover {
  cursor: pointer;
}

.icono {
  cursor: pointer;
  width: 22px;
}

.boton-buscar {
  width: 100px;
}
.boton-buscar2 {
  width: 161px;
  margin-left: 20px;
  background-color: red;
  font-size: 14px;
}

#dato a {
  font-size: 18px;
}

.boton-buscar2:hover {
  cursor: pointer;
  background-color: white;
  color: red;
}
.busqueda {
  width: 300px;
  margin-right: 10px;
}
#formulario {
  margin-bottom: 10px;
}
.float-izquierda {
  float: left;
}
.ventana {
  margin: 10px;
}

.aprobado2 {
  padding: 20px !important;
}
.ocultar {
  display: none;
}
.mostrar {
  display: block;
}

.lds-spinner {
  color: official;

  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: rgb(53, 50, 50);
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media all and (max-width: 1190px) {
  #boton-cerrar2 {
    position: static;
  }
}
