.modal {
    overflow: auto;
    display: none;
    position: fixed; 
    padding-top: 50px;
    left: 0; 
    top: 0;
    width: 100%;
    height: 100%; 
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .modal-content {
    position: relative; 
    background-color: white;
    margin: auto; 
    width: 50%; 
    
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
      padding: 5px;
      background: #c7e9f1;
      border-radius:5px 5px 20px 20px;
  }
  .Cargarflotante {
    position: absolute;
    top: 20%; /* Buscamos el centro horizontal (relativo) del navegador */
    left: 40%; /* Buscamos el centro vertical (relativo) del navegador */
    z-index:1;
  }
  .close-btn {
    background-image: url('../images/ico/cerrar.png');
    background-size: 70%;
    background-repeat: no-repeat;
      line-height: 25px;
      position: absolute;
      right: 1px;
      text-align: center;
      top: 1px;
      width: 44px;
      height:44px;
      padding:0px;
      text-decoration: none;
      font-weight: bold;
      border-radius:3px;
      font-size:20px;
      cursor: pointer;
  }
  .close-btn:hover {
    background-image: url('../images/ico/cerrarred.png');
  }
  .titulomodal {
   background:#fffbc6;
   height:45px;
   margin-top: 0;
   padding:0px;color:#302f2f;
   text-align:center;
  }
  .piemodal {
   background:#f7a3a3;
   height:45px; 
   padding:10px; 
   color:#535353;
   text-align:center;
   border-radius:0px 0px 20px 20px;
  }
  
  .modal input[type="date"], .modal input[type="email"],
  .modal input[type="number"],
  .modal input[type="password"],
  .modal input[type="search"],
  .modal input[type="tel"],
  .modal input[type="text"],
  .modal input[type="url"],
  .modal select, .modal textarea{
    padding:10px;
    outline:none;
    margin:5px;
    font-size:13px;
    border-width:1px;
    border-style:solid;
    border-radius:2px;
    box-sizing:border-box;
    -webkit-appearance:none;
  }
  
  .modal label{
    display:block;
    margin-bottom:5px;
    font-weight:700
  }

  .btnlogin{
    border-top: 2px solid #eeff07;
    border-left: 2px solid #0261fa; 
    border-right: 2px solid #0261fa; 
    border-bottom: 2px solid #fd1605; 
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    background-color:#ffffff;
    opacity: 0.75;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    border-radius: 8px;
  }

  /* Position the "next button" to the right */
.nextTap {
    right: 0px;
    left: 60%;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prevTap:hover, .nextTap:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  .bbotonbasi{
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  a:hover {
    color: orange;
    text-decoration: none;
    border-color: orange;
  }
  .btnfot{
      border: none;
      box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
        background-color:#562C2C;
      padding: 15px 15px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 12px;
        border-radius: 1px;
        color:#FFF;
  }
  .botones{
    text-align:center;
    padding-left:0%;
  }

  @media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}}
  @media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}