div input{
    background-color: #e8e0e0;
} 

.card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
    padding: 20px;
    margin: auto;
    text-align: center;
}

.card h2 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #4a90e2;
}

.card p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.card .label {
    font-weight: bold;
    color: #666;
}

.card .value {
    font-weight: normal;
    color: #333;
}



.stats {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
    .stats {
      display: block;
    }
  }

.stats div {
    text-align: center;
    flex: 1;
}

.stats div:not(:last-child) {
    margin-right: 10px;
}

.stats .icon {
    font-size: 24px;
    color: #4a90e2;
    margin-bottom: 5px;
}

.stats .label {
    font-size: 14px;
    color: #666;
}

.stats .value {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

tr.no_disponible td {
    color: red; 
}

.fijoabajo{
  position:fixed;
  bottom:0;
  right:0;
  z-index: 150;
}
.resaltado{
    font-size: 24pt;
}
.izquierda{
    text-align: left;
}
.derecha{
    text-align: right;
}
.centrado{
    text-align: center;
}

.sinpadding{
    padding: 0px;
}
