
.stema{
    margin: auto;
    width: 70%;
    border-radius: 25px;
    border: 2px solid #4caf50 ;
    padding: 20px; 
    height: auto;
    text-align: center;
}
.stema1{
    position: absolute;
    left:50%!important;
    top:30%!important;
    width: 20% !important;
    border-radius: 25px;
    border: 2px solid #4caf50 ;
    padding: 20px; 
    height: auto;
    text-align: center;
    display: none;
}
.scartel{
    background-color: #01579b;
    color:white;
    font-size:120%;
    margin: auto;
    width: 30%;
    border-radius: 25px;
    padding: 20px; 
    height: auto;
    text-align: center;
}
.scartel1{
    position: absolute;
    background-color: #01579b;
    color:white;
    left:50%!important;
    top:20%!important;
    font-size:120%;
    width: 20%!important;
    border-radius: 25px;
    padding: 20px; 
    height: auto;
    text-align: center;
    display: none;
}
.actualizar{
    position: absolute;
    left:50% !important;
    top:10% !important;
    width:40% !important;
    display: none;
}

.filtro{
    position: absolute;
    left:50%!important;
    top:30%!important;
    width:40%!important;
    display: none;
}

.manolo{
    font-family:verdana ;
    font-size:100% ;
    color:#FFFFFF ;
    height: auto;
    margin: 3%;
    direction: inline-block ;
    background-color:#01579b ;
    text-align: center ;
    width: 100% ;
    padding:4px ;
    border-radius: 10px ;
}

.mitabla {
    width: 80%;
    height: 350px;
    overflow-y:auto;
}
.mitabla th{
    position: sticky !important ;
    top: 0 !important ;
}

table, td,th {
  border: 1px solid black !important ;
  height:5px !important  ;
  padding:2px !important ;
  
} 
table {
  border-collapse: collapse ;
  background: #DBECE8;
}
th {
 font-family:verdana;
 color:#ffffff;
 text-align: center !important ;
 background-color:#0066ff ;
}
td:first-child {
text-align: center ;
font-weight: bold ;
}
tr:nth-child(even) {background-color:#F5BE22 ;}
.selector{
  display: flex;
  flex-direction: row;
  width: 70%;
  margin:2px%;
  height:30px;
  justify-content:space-around;
}

.chkb {
background-color: #F7E03A;
color:white;
position: relative;
width: 12%;
margin:0.5%;
font-size: 120%;
height: auto;
left:20px
}

