/* General */
*{
    padding: 0;
    margin-top: 0;
    font-family: 'Work Sans',sans-serif;
}

@media only screen and (min-width: 300px) {
main {
    padding-top: 5rem;
     text-align: center; 
}
}
@media only screen and (min-width: 510px) {
  main {
      padding-top: 3rem;
       text-align: center; 
  }
  }
h3 {
 font-family: 'Work Sans',sans-serif;
 font-weight: 100;
  
}
 button[type="submit"] {
   padding: 10px;
   color: #fff;
   background: #0098cb;
   width: auto;
   margin: 15px 0px 15px 15px;
   border: 0;
   border-radius: 5px;
   cursor: pointer;
   float: right;

   background-image: linear-gradient(to top left,
                                  rgba(0, 0, 0, .2),
                                  rgba(0, 0, 0, .2) 30%,
                                  rgba(0, 0, 0, 0));
   box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
            inset -2px -2px 3px rgba(0, 0, 0, .6);

  }

button[type="submit"]:hover {
   background-color: #00b8eb;
  }

.centrar-imagen {
    width: 70%; /* Siempre que la resolución de pantalla sea inferior que el ancho de la imagen, ocupará el 100% */
    max-width: 450px; /* Definimos el ancho máximo; el ancho de la imagen original, para evitar que siga ampliándose cuando la resolución de pantalla sea superior a éste */
    height: auto; /* Dejamos que el navegador muestre automáticamente el alto siempre proporcional al ancho de la imagen */
    cursor: pointer;
}

/* Input Forms de Logeos*/
 .Logeos input[type="text"], input[type="password"], input[type="email"]{
  outline:none;
  padding: 15px;
  display: block;
  width: 300px;
  border-radius: 6px;
  border: 1px solid #6e7f80; /*#eee;*/
  margin: auto;
}

 .Logeos input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid #00b8eb;
}

 .Logeos input[type="submit"] {
  padding: 12px;
  color: #fff;
  /* background: #0098cb; */
  width: 300px;
  margin: 20px auto;
  margin-top: 0;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  text-align-last: center;
}
 .Logeos input[type="submit"]:hover {
  background-color: #00b8eb;
}


/* FORMULARIO FILTROS */

.frmFiltro {
  display: flex;
  /* float:inherit; */
  height: 0px;
  display:inline-block;
  justify-content: space-between;
}
.frmFiltro div{
  height: 0;
  display:inline-block;
  justify-content: space-between;
  /* align-items: center; */
  line-height: 0;
}
.frmFiltro label {
  font-weight: bold;
}
  .frmFiltro input[type="text"]{
   outline:none;
   padding: 8px;
   width: 120px;
   border-radius: 5px;
   border: 1px solid #6e7f80;
   margin: 10px auto;
  }

  .frmFiltro input[type="search"]{
   outline:none;
   padding: 8px;
   width: 150px;
   border-radius: 99px;
   border: 1px solid #6e7f80;
   margin: 10px auto;
  }

  .frmFiltro input[type="number"]{
   outline:none;
   padding: 8px;
   width: 105px;
   border-radius: 5px;
   border: 1px solid #6e7f80;
   margin: 10px auto;
  }

  .frmFiltro input[type="date"]{
   outline:none;
   padding: 6px;
   width: 162px;
   border-radius: 5px;
   border: 1px solid #6e7f80;
   margin: 10px auto;
  }

  .frmFiltro input[type="text"]:focus, input[type="date"]:focus, input[type="number"]:focus, input[type="search"]:focus {
   border: 1px solid #00b8eb;
  }

  .frmFiltro input[type="submit"] {
   padding: 8px;
   color: #fff;
   background: #0098cb;
   /*width: 100px;*/
   margin: 15px 0px 15px 15px;
   border: 0;
   border-radius: 5px;
   cursor: pointer;
   float: right;
   text-align-last: center;
/*   background-color: rgba(220, 0, 0, 1);*/
   background-image: linear-gradient(to top left,
                                  rgba(0, 0, 0, .2),
                                  rgba(0, 0, 0, .2) 30%,
                                  rgba(0, 0, 0, 0));
   box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
            inset -2px -2px 3px rgba(0, 0, 0, .6);

  }

 .frmFiltro button[type="submit"] {
   padding: 8px;
   color: #fff;
   background: #0098cb;
   width: auto;
   margin: 15px 0px 15px 15px;
   border: 0;
   border-radius: 5px;
   cursor: pointer;
   float: right;

   background-image: linear-gradient(to top left,
                                  rgba(0, 0, 0, .2),
                                  rgba(0, 0, 0, .2) 30%,
                                  rgba(0, 0, 0, 0));
   box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
            inset -2px -2px 3px rgba(0, 0, 0, .6);

  }

  .frmFiltro input[type="submit"]:hover, button[type="submit"]:hover {
   background-color: #00b8eb;
  }

main.ok {
  text-align: center;
  width: 100%;
  padding: 12px;
  background-color: #1e6;
  color: #fff
}
main.nok{
  text-align: center;
  width: 100%;
  padding: 12px;
  background-color: #a22;
  color: #fff
}

div.prebusqueda, div.formedicion {
  border-style: outset;
    background-color: rgb(240,240,240);
}

td {
  text-align: left;
  background-color: rgb(250,250,250);
}
tr {
 background-color: rgb(250,250,250);
}

 div.formedicion {
  display: block;
 }

 .formedicion input[type="submit"] {
  padding: 10px;
  color: #fff;
  background: #0098cb;
  width: 120px;
  margin: 20px auto;
  margin-top: 0;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  text-align-last: center;
}
 .formedicion input[type="submit"]:hover {
  background-color: #00b8eb;
}

.formedicion input, select {
  /*outline:none;*/
  padding: 10px;
  /*display: block;*/
  /*width: 300px;*/
  border-radius: 6px;
  border: 1px solid #6e7f80; /*#eee;*/
  margin: 5px 10px 0px 10px;
}

.formedicion img {
  border: 3px outset;
  background-repeat: no-repeat;
  background-position: 4px left;
  background-size: 20px;
  align-items: left;
  object-fit: cover;
  display: block;
}

form {
  /*background-color: rgb(100,100,100);*/
  /*text-align-last: left;*/
  display: inline-block;
}

body button.btn {
  padding: 10px;
  color: #fff;
  background: #0098cb;
  width: 100px;
  margin: 20px auto;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  text-align-last: center;
  float: none; /*Lo pongo para anular otro float*/
}

img.btnpng {
  color: #fff;
  margin: 5px;
  margin-top: 0;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-align-last: center;
  height: 40px;
  width: 40px;
}

.frmFiltro div.input-icono {
  background-image: url('/cc/Imagenes/lupa.png');
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 22px;
  display: flex;
  align-items: center;
  width: 300px;
  padding-left: 28px;
  height: 42px;
  border: 1.5px solid rgba(110, 110, 110, 0.5);
  border-radius: 99px;
  margin: 25px auto;
  box-shadow: 2px 2px 2px #d5cdcd;
}
.frmFiltro div.input-icono input {
  width: 99%;
  font-size: 1em;
  border: none;
}
.frmFiltro div.input-icono input:focus {
  outline: none;
}

.tblEditar {
  border-collapse: separate;
  /*background-color: #d6d4d4;*/
  width: 95%;
}

input[type=file] {
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -9999;
}

label.descripsion{
  color: gray;
  font-size: larger;
  display: block;
  text-align: center;
}
div.elije {
  padding: 30px;
  width: 90%;
  text-align: center;
}
.tblElije {
  border-width: 1;
  border-style: solid;
  border-color: gray;
  display: inline-block;
}

div.lafoto {
  padding: 30px;
  width: 99%;
  text-align: center;
}

.frmVertical {
  display: flex;
  /* float:inherit; */
  height: 0px;
  display:inline-block;
  justify-content: space-between;
}

.frmVertical div{
  height: 0;
  display:inline-block;
  justify-content: space-between;
  /* align-items: center; */
  line-height: 0;
}

.frmVertical label {
  font-weight: bold;
}

  .frmVertical input[type="text"]{
   outline:none;
   padding: 8px;
   width: 120px;
   border-radius: 5px;
   border: 1px solid #6e7f80;
   margin: 20px auto;
  }

  .frmVertical input[type="search"]{
   outline:none;
   padding: 8px;
   width: 150px;
   border-radius: 99px;
   border: 1px solid #6e7f80;
   margin: 20px auto;
  }

  .frmVertical input[type="number"]{
   outline:none;
   padding: 8px;
   width: 105px;
   border-radius: 5px;
   border: 1px solid #6e7f80;
   margin: 20px auto;
  }

  .frmVertical input[type="date"]{
   outline:none;
   padding: 6px;
   width: 162px;
   border-radius: 5px;
   border: 1px solid #6e7f80;
   margin: 20px auto;
  }

  .frmVertical input[type="text"]:focus, input[type="date"]:focus, input[type="number"]:focus, input[type="search"]:focus {
   border: 1px solid #00b8eb;
  }

  .frmVertical input[type="submit"] {
   padding: 10px;
   color: #fff;
   background: #0098cb;
   width: 100px;
   margin: 15px 0px 15px 15px;
   border: 0;
   border-radius: 5px;
   cursor: pointer;
   float: right;
   text-align-last: center;
/*   background-color: rgba(220, 0, 0, 1);*/
   background-image: linear-gradient(to top left,
                                  rgba(0, 0, 0, .2),
                                  rgba(0, 0, 0, .2) 30%,
                                  rgba(0, 0, 0, 0));
   box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
            inset -2px -2px 3px rgba(0, 0, 0, .6);

  }

 .frmVertical button[type="submit"] {
   padding: 10px;
   color: #fff;
   background: #0098cb;
   width: auto;
   margin: 15px 0px 15px 15px;
   border: 0;
   border-radius: 5px;
   cursor: pointer;
   float: right;

   background-image: linear-gradient(to top left,
                                  rgba(0, 0, 0, .2),
                                  rgba(0, 0, 0, .2) 30%,
                                  rgba(0, 0, 0, 0));
   box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
            inset -2px -2px 3px rgba(0, 0, 0, .6);

  }

  .frmVertical input[type="submit"]:hover, button[type="submit"]:hover {
   background-color: #00b8eb;
  }
  
  .loader {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: url('/cc/Imagenes/Spinner-5.gif') 50% 50% no-repeat rgb(255, 255, 255);
      opacity: .8;
  }
