﻿.CabeceraIT1 {
    width: 85%;
}

.Cursor:hover {
    cursor: default;
}

.CursorPt:hover {
    cursor: pointer;
}

th {
    background-color: rgb(153, 204, 0);
    font-weight: bold;
    text-align: center;
}

@media print {
    input {
        display: none !important;
    }

    button {
        display: none !important;
    }
}

.Totalesnegritas {
    font-weight: bold;
}

.Fondocelda {
    background-color: darkgray
}

.ImagenCliente {
    width: 100px;
    height: 50px;
}

td, th { 
    padding: 5px;
  }