body{
    font-family:   ARIAL, VERDANA, HELVETICA, sans-serif;
}
.visibleRow{
    display: table-row;
}
.fondo-crema{background-color: #f3f3f3;}
.subtitle{
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
}
.font-header{
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
}
.fondo-azul{
    background: #006999;
}
.texto-azul{
    color: #006999;
}
.texto-negro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}
.width100{
    width: 100%;
}
.width750{
    width: 750px;
}
.width850{
    width: 850px;
}
.margin-none{
    margin: 0 !important;
}
.table.th-padding th,table.th-padding td{
    padding: 3px !important;
}
.table.th-padding-1 th,table.th-padding-1 td{
    padding: 1px !important;
}
.padding-3{
    padding: 3px !important;
}
.font-size-th{
    font-size: 10px;
}
a{COLOR: #0096E3;/*font-size: 11px;*/font-style: normal;font-weight: normal;}
tr{font-size: 11px;}
th{background: #006999;font-weight: bold;color: #fff;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;text-align: center;padding: 3px !important;}
.width80{width: 80%}
.border-less tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}
table.border-less{
    margin-bottom: 0;
}
.bordeTabla{
    border: 1px double #006999 !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}
.even {background: #f3f3f3;}
.odd {background: #CCCCCC;}
.dataTables_length{font-size: 11px;}
.padding-bottom-5{
    padding-bottom: 5px !important;
}
.margin-5{
    margin: 5px !important;
}

.mb-0{
    margin-bottom: 0 !important;
}

.width-400{
    width: 400px;
}