@charset 'UTF-8';

@media print {
    .print {
        display: none;
    }
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.bold {
    font-weight: bold;
}

body#cotizacionBody * {
    float: none !important;
}

body#cotizacionBody {
    overflow: auto !important;
    margin: 0 auto !important;
    float: none !important;
    background-color: #fff;
}

body#cotizacionBody div {
    width: 700px !important;
}

#bodyCotizacion {
    width: 600px !important;
}

#tableCompras {
    width: 700px !important;
    border-collapse: collapse;
    background-color: #CAC9C5;
}

#tableCompras tr td {
    padding: 2px;
}

#tableCompras thead tr td {
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}

#tableCompras thead tr td.number {
    width:70px;
}
#tableCompras thead tr td.articles {
    width:260px;
}
#tableCompras thead tr td.price {
    width:92px;
}
#tableCompras thead tr td.total {
    width:50px;
}
#tableCompras thead tr td.update {
    width:50px;
}

#tableCompras tbody tr td {
    vertical-align: middle;
    border: 1px solid #000;
}

#cotizacionBody ol li {
    list-style-type: decimal !important;
    margin-left: 25px !important;
}

#cotizacionBody ul li {
    list-style-type: circle !important;
}

