body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    width: 100%;
    height: 50vh;
    /*background-image: linear-radial-gradient(circle, white 50%, #f9a51c 50%);*/
    height: 100vh;
}

.top-bar {
  background-color: white;
  height: 140px; /* Ajusta la altura según tus necesidades */
  width: 100%; /* Opcional, para que la banda ocupe todo el ancho */
  display: flex;
  justify-content: center; /* Centra el contenido horizontalmente */
  align-items: center; /* Centra el contenido verticalmente */
  border-bottom: 8px solid #c51500;
}

.top-button {
            position: absolute;
            top: 100;
            right: 0;
            margin: 10px;
        }
.top-user {
            position: absolute;
            top: 0;
            right: 0;
            margin: 10px;
        }


.container {
    text-align: center;
    margin-top: 50px;
    justify-content: center;

}

avisos {
    text-align: center;
    margin-top: 50px;
    justify-content: center;
    margin: 0 auto;
}

img {
    width: 400px;
    height: 120px;
}

h1 {
    margin-top: 20px;
    font-size: 24px;
}

h2 {
    margin-top: 20px;
    font-size: 15px;
}

.buttons {
    margin-top: 30px;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}


.button_red {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    background-color: #c51500;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.button-dark {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    background-color:  #000000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.button-green {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    background-color:  #2ee11f;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}


.button:hover {
    background-color: #0056b3;
}

.button_red:hover{
    background-color: #a11200;
}

tbody {
    text-align: center;
    margin-top: 50px;
    justify-content: center;
}

table {
    text-align: center;
    margin-top: 50px;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid black;
    border-collapse: collapse;
    width: 1000px
}

.avisos {
    text-align: center;
    margin-top: 50px;
    justify-content: center;
    margin: 0 auto;
    border-collapse: collapse;
    width: 1000px;
    border: none;
}

td {
    text-align: center;
    margin-top: 50px;
    justify-content: center;
    margin: 10 auto;
    border: 1px solid black;
    border-collapse: collapse;
    margin-left: 10px;

}

tr.facturado {
    background-color: #f2dede;
}

tr.no_activo {
    background-color: #c51500 ;
}


th {
    text-align: center;
    margin-top: 50px;
    justify-content: center;
    margin: 10 auto;
    border: 1px solid black;
    border-collapse: collapse;
    background-color: #c51500;
}

.banda-roja {
    background-color: #e69803;
    color: white;
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.boton-borrar {
    background-color: #c51500; /* Cambia el color de fondo */
    color: white; /* Cambia el color del texto */
    border: none; /* Quita el borde */
    padding: 10px 20px; /* Ajusta el relleno */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    border-radius: 5px; /* Agrega esquinas redondeadas */
}

td, th {
    border: 1px solid #c51500;
}

.avisos .blink {
    color: #c51500;
}


