
html{
    background-color: #ffffff;
    margin: 0;
    height: 100%;
  }
  
  body{
      margin: 0;
      padding: 0;
      height: 100%;
      width:100%
  }


.div_verde {
    background-color: #034e00;
    width:100%
}

.div_negro {
    background-color: #000000;
    width:100%
}

.element_contacto {
    width: 150px;
  height: 75px;
  border-color: rgb(255, 166, 0);
  border-width: 2px 2px 5px;
  border-style: solid;
    border-radius: 5px;  
}
.element_pago {
    width: 1000px;
  height: 150px;
  border-color: rgb(0, 0, 0);
  border-width: 2px 2px 5px;
  border-style: solid;
    border-radius: 5px;  
}
.element_pago_mini {
  width: 900px;
height: 150px;
border-color: rgb(0, 0, 0);
border-width: 2px 2px 5px;
border-style: solid;
  border-radius: 5px;  
}
.div_rojo {
    background-color: #962a00;
    width:100%
}
.text-center {
    text-align: center;
    font-family: 'Roboto Medium', sans-serif;
font-size: 10px;
}

.text-center-20 {
    text-align: center;
    font-family: 'Roboto Medium', sans-serif;
font-size: 20px;
}
.text-center-40 {
  text-align: center;
  font-family: 'Roboto Medium', sans-serif;
font-size: 40px;
}

.text-center-red40 {
  text-align: center;
  font-family: 'Roboto Medium', sans-serif;
  color: rgb(255, 0, 0);
font-size: 40px;
}


.my-button {
    padding: 10px 20px;
    background-color:  rgb(255, 166, 0);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .my-button-admin {
    padding: 10px 20px;
    background-color:  rgb(255, 72, 0);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .my-button:hover {
    background-color:  rgb(255, 145, 2);
  }
  .my-button:active {
    background-color: rgb(255, 124, 1);
  }
  .my-button-seleccionado {
    background-color: rgb(192, 2, 2);
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

.text-center-big {
    text-align: center;
    font-family: 'Roboto Medium', sans-serif;
font-size: 20px;
}

.div_center{
  width: 259px;
  margin-left: auto;
  margin-right: auto;
  }
  .div_center2{
  width: 300px;
  margin-left: auto;
  margin-right: auto;
   display: flex;     
   align-items:center;
   padding: 70px 0;
  }

  .div_center2 label {
       font-family: 'Roboto Medium', sans-serif;
        font-size: 14px;
        color: #000;
        font-weight: 500;
        order: 1;
        margin-right:10px;
          }
  .div_center2 input {
        font-family: 'Roboto Medium', sans-serif;
        font-size: 14px;
        color: #000;
        font-weight: 500;
        order: 2;
        width:300px;
          }
            .text-center {
              text-align: center;
              font-family: 'Roboto Medium', sans-serif;
        font-size: 10px;
          }
          
  .div_center3{
  width: 400px;
  margin-left: auto;
  margin-right: auto;
   display: flex;    
   align-items:center; 
  }

  .div_center3 label {
       font-family: 'Roboto Medium', sans-serif;
        font-size: 12px;
        color: red;
        font-weight: 500;
        order: 1;
        margin-right:10px;
          }
    footer {
        background-color: black;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 25px;
        color: white;
    }
     
  .ocultar {
      display: none;
  }
   
  .mostrar {
      display: block;
  }

  
nav{
    background-color: white;
    width: 100%;
}

.nonav{
    display: flex;
    height: 100%;
}

.lateral{
    background-color: #f2f2f2;
    border-right: 2px solid white;
    height: 100%;
    max-width: 150px;

}

.central{
    background-color: #f2f2f2;
    flex: 90%;
    font: 500 0.65em/1 'Raleway', sans-serif;
    color: black;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
}



.logobar{
    height: 56px;
    margin: auto;
    display: flex;
}

.lateral a {
    background-color: #f2f2f2;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
    border-bottom: 2px solid white;
    text-align: center;

    font: 500 0.65em/1 'Raleway', sans-serif;
    color: rgba(0,0,0,.5);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
        font-size: 12px;
     color: black;
}
.lateral label {
    background-color: #f2f2f2;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
    border-bottom: 2px solid white;
    text-align: center;

    font: 500 0.65em/1 'Raleway', sans-serif;
    color: rgba(0,0,0,.5);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
        font-size: 12px;
     color: black;
}

.lateral a:last-child{
    bottom: 0px;
    left: 0px;
    position: fixed;
}

.lateral a.active{
    background-color: #4a81f8;
    color:#fff;
}

.lateral a.disabled {
    pointer-events: none;
    cursor: default;
    color:hsl(0, 0%, 73%);
  }
table.table1 tr:nth-child(odd) td{
           background:#f53636;
            color: #fff;
}
table.table1 tr:nth-child(even) td{
            background:#fff;
}

table.table2 tr:nth-child(odd) td{
           background:#f2f2f2;
            color: #fff;
}
table.table2 tr:nth-child(even) td{
            background:#fff;
}
.lateral a:hover{
    background-color: lightgray;
}
    .div_center2 label {
     font-family: 'Roboto Medium', sans-serif;
      font-size: 12px;
      color: #000;
      font-weight: 500;
      order: 1;
      margin-left:10px;
        }
        
        label {
     font-family: 'Roboto Medium', sans-serif;
      font-size: 12px;
      font-weight: 500;
      order: 1;
      margin-left:10px;
        }

      .tama label {
  display: inline-block;
  width: 130px;
   text-align: left;
   left: 0px;
        }
        
         .tama input {
 font-family: 'Roboto Medium', sans-serif;
      font-size: 12px;
       text-transform: uppercase;
    letter-spacing: .05em;
        }
        
        .tama{
    background-color: #f2f2f2;
    flex: 90%;
    font: 500 0.65em/1 'Raleway', sans-serif;
    color: black;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
    flex: 90%;
    font: 500 0.65em/1 'Raleway', sans-serif;
    color: black;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
      


   
