﻿
.contenedor {
    width: 900px !important;
    height: 842px !important;
    margin: auto;
   
   
}

body {
    font-family: Arial, Helvetica, sans-serif
   
}

.Nfactura{
    
   margin-left: 600px;
}

p.title {
    font-weight: bold;
}

p.title2 {
    font-weight: bold;
    color: #03A99F;
    font-size: 20px;
}

p.text {
    font-size: 15px;
    font-weight: 100;
    color: #858585;
}

p {
    margin: 0px
}

.tbth {
    text-align: left;
}

table.tbproductos {
    border-collapse: separate;
    border-spacing: 4px;
}

    table.tbproductos thead tr th {
        background-color: #03A99F;
        padding: 10px;
        font-size: 15px;
        color: white;
    }

    table.tbproductos tbody tr td {
        padding: 10px;
    }

.item {
    font-size: 15px;
    font-weight: 100;
    color: #757575;
}

.item-2 {
    font-size: 15px;
    font-weight: bold;
    color: #757575;
}

.item-3 {
    font-size: 15px;
    font-weight: bold;
    background-color: #03A99F;
    color: white;
}

.td-item {
    border-bottom: 2px solid #E8E8E8 !important;
}