.AbrirTicket {
    color: white; /* Texto en blanco */
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}

.AbrirTicket:hover {
    background-color: #e04e2a; /* Color al pasar el mouse */
}
