html, body {
    /*background: none repeat scroll 0 0 #3B4348;*/
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    height: 100%;
}
body {
    color: black;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}
strong {
    font-weight: bold;
}
p {
    margin-bottom: 10px;
}
em {
    font-style: italic;
}
td {
    font-size: inherit;
}
#todo {
   height: 100%;
}
/*li {
    display: inline;
    list-style-type: none;
}*/
/*h1 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}*/

h1
{
    padding-bottom: 20px;
}

table a
{
  color: #FF0000;
  font-weight: bold;
}


#pagina {
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative;
    /*width: 980px;*/
    /*max-width: 1658px;*/
    height: 100%;
}
#logo {
    height: 133px;
    left: 20px;
    position: absolute;
    top: 0;
    width: 293px;
    height: 100%;
}
#header {
    color: #B0B2B3;
    overflow: auto;
    padding: 10px 10px;
}
#header ul {
    float: right;
}
#header ul li {
    float: left;
}
#header a {
    display: inline-block;
    padding: 3px 6px;
}
#header a.separador {
    border-right: 1px solid #B0B2B3;
}
#header a:hover {
    color: white;
}
#menu {
    /*background: url("../gfx/frontend/menu_fondo.png") repeat-x scroll left top #E84200;*/
    background-color: #E84200;
   /*border: 1px solid black;*/
    /*border-radius: 7px 7px 0 0;*/
    /*box-shadow: 0 0 30px #000000;*/
    /*height: 88px;*/
}
#menu ul {
    /*float: right;*/
    padding: 60px 10px 0 0;
}
#menu a {
    color: white;
    /*display: inline-block;
    padding: 0 5px;*/
}
#cuerpo {
    background: none repeat scroll 0 0 white;
    /*box-shadow: 0 0 30px #000000;*/
    height: 95%;
}
#contenido {
    padding: 15px 30px 30px;
    height: 100%;
}
#columna_derecha {
    border-left: 1px solid black;
}
#footer {
    background: url("../gfx/frontend/footer_fondo.png") repeat-x scroll left top transparent;
    /*border-radius: 0 0 7px 7px;*/
    /*box-shadow: 0 0 30px #000000;*/
    /*color: white;*/
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    height: 35px;
    padding: 10px 30px 0;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: #CCCCCC;
}
.en_construccion {
    font-size: 18px;
    font-weight: bold;
    padding: 80px 20px;
    text-align: center;
}
.mensaje {
    margin: 15px 0 0;
    padding: 10px 10px 10px 35px;
}
.mensaje.success {
    background: url("../gfx/frontend/accept.png") no-repeat scroll 10px 10px #EAF7D9;
    border-bottom: 2px solid #BBDF8D;
    border-top: 2px solid #BBDF8D;
    color: green;
}
.mensaje.error {
    background: url("../gfx/frontend/delete.png") no-repeat scroll 10px 10px #FEEBEB;
    border-bottom: 2px solid #FFAEAE;
    border-top: 2px solid #FFAEAE;
    color: red;
}
.formulario {
}
.formulario form {
}
.formulario form label {
    color: #666666;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.formulario form .bloque {
    margin-bottom: 10px;
}
.formulario form input[type="text"], .formulario form input[type="password"], .formulario form textarea, .formulario form select {
    background: none repeat scroll 0 0 white;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    width: 200px;
}
.formulario form input[type="submit"], .formulario form input[type="button"], .formulario form button {
    background: none repeat scroll 0 0 #E7611E;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
    text-align: center;
    text-transform: uppercase;
}
.errores {
    background: none repeat scroll 0 0 #9E0202;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
}
.errores li {
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.boton_agregar {
    background-color: #F5F5F5;
    background-image: url("../gfx/frontend/add.png");
    background-position: 6px 50%;
    background-repeat: no-repeat;
    border: 1px solid #DEDEDE;
    border-radius: 4px 4px 4px 4px;
    color: #529214;
    font-size: 11px;
    padding: 6px 10px 6px 27px;
}
.boton_agregar:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}
.boton_modificar {
    background-color: #F5F5F5;
    background-image: url("../gfx/frontend/edit.png");
    background-position: 6px 50%;
    background-repeat: no-repeat;
    border: 1px solid #DEDEDE;
    border-radius: 4px 4px 4px 4px;
    color: #E4923F;
    font-size: 11px;
    padding: 6px 10px 6px 27px;
}
.boton_modificar:hover {
    background-color: #FFDCB9;
    border: 1px solid #F6A34F;
    color: #E4923F;
}
.boton_borrar {
    background-color: #F5F5F5;
    background-image: url("../gfx/frontend/delete.png");
    background-position: 6px 50%;
    background-repeat: no-repeat;
    border: 1px solid #DEDEDE;
    border-radius: 4px 4px 4px 4px;
    color: #D12F19;
    font-size: 11px;
    padding: 6px 10px 6px 27px;
}
.boton_borrar:hover {
    background-color: #FBE3E4;
    border: 1px solid #FBC2C4;
    color: #D12F19;
}
.boton_activar {
    background-color: #F5F5F5;
    background-image: url("../gfx/frontend/accept.png");
    background-position: 6px 50%;
    background-repeat: no-repeat;
    border: 1px solid #DEDEDE;
    border-radius: 4px 4px 4px 4px;
    color: #529214;
    font-size: 11px;
    padding: 6px 10px 6px 27px;
}
.boton_activar:hover {
    background-color: #E6EFC2;
    border-color: #C6D880;
    color: #529214;
}
.boton_desactivar {
    background-color: #F5F5F5;
    background-image: url("../gfx/frontend/exclamation.png");
    background-position: 6px 50%;
    background-repeat: no-repeat;
    border: 1px solid #DEDEDE;
    border-radius: 4px 4px 4px 4px;
    color: #D12F19;
    font-size: 11px;
    padding: 6px 10px 6px 27px;
}
.boton_desactivar:hover {
    background-color: #FBE3E4;
    border: 1px solid #FBC2C4;
    color: #D12F19;
}
.tabla {
    border-bottom: 4px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-bottom: 15px;
    width: 100%;
}
.tabla thead {
}
.tabla thead tr {
    background: none repeat scroll 0 0 #EEEEEE;
}
.tabla thead tr td {
    font-size: 16px;
    padding: 10px 5px;
}
.tabla thead tr th {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
}
.tabla tbody {
}
.tabla tbody tr {
    border-bottom: 1px solid #CCCCCC;
}
.tabla tbody tr:hover {
    background-color: #FAECE5;
}
.tabla tbody tr td {
    padding: 10px 5px;
}
.tabla tbody tr td.botonera {
    text-align: right;
}
.tabla tbody tr th {
    font-weight: bold;
    padding: 5px;
}
.tabla tfoot {
}
.tabla tfoot tr {
}
.tabla tfoot tr td {
}
.tabla tfoot tr th {
}

.box-home
{
    border: 2px solid #969696; 
    height: 35vh;
    padding-top:15px;
    padding-bottom:15px;
}

.box-resumen
{
    border: 2px solid #969696; 
    padding-top:15px;
    padding-bottom:15px;
}

.box-detalle-factura
{
    border: 2px solid #969696; 
    padding-top:15px;
    padding-bottom:15px;
}

.bg-igi
{   
    background-color: #E84200;
}

.navbar-dark .navbar-nav .nav-link
{
    color: rgba(255,255,255,1) !important;
}

.navbar-dark .navbar-nav .nav-link:hover
{
    color: rgba(255,255,255,.75) !important;    
}

.navbar-dark .navbar-nav li.active a
{
    color: #000000 !important;    
}

.menu-item:hover
{
    text-decoration: none;
}



// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {




}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {




}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {





}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {





}




