BODY {
    font-family: Arial, Verdana, Helvetica, sans-serif !important;
    background: #fff !important;
}

#tipo_licitaciones {
    margin: 0 auto;
    padding-left: 0;
    width: 75%;
}

#tipo_licitaciones li {
    min-width: 200px;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    line-height: 0.8em;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 3px;
}

#tipo_procedimientos li {
    color: #000000;
    display: inline-block;
    font-weight: bold;
    line-height: 0.8em;
    margin-right: 10px;
    cursor: pointer;
    height: 30px;
}

#tipo_licitaciones li a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: .5rem .3rem;
    line-height: 20px;
    display: block;
    color: #fff;
    cursor: pointer !important;
    outline: 0 none !important;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    position: relative;
    text-align: center;
    width: 250px;
    background-color: #7cc68d;
}

#tipo_procedimientos li a {
    border-right: medium none !important;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0 !important;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 20px;
    display: block;
    color: #000;
    cursor: pointer !important;
    outline: 0 none !important;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    position: relative;
}

#tipo_licitaciones li.selected,
#tipo_procedimientos li.selected {}

#tipo_licitaciones *:hover {
    background-color: #fff !important;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
}

#tipo_procedimientos *:hover {
    color: rgba(0, 0, 0, 0.6);
}

#tipo_procedimientos *:hover a,
#tipo_licitaciones *:hover a {
    text-decoration: none;
}

#tipo_licitaciones li.selected a {
    text-decoration: none;
    background-color: #fff !important;
    border-color: #fff!important;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
}

#tipo_procedimientos li.selected a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
}

.widget {
    min-height: 100px;
    overflow: auto;
    overflow-x: hidden;
    background-color: white;
    color: #000;
    width: 96%;
    padding-left: 10px;
    padding-right: 10px;
}

.widget table tr td a img {
    border: 1px solid #e7e7e7;
}

.widget #tablaWidget {
    background-color: #ffffff !important;
    font-family: Arial, Verdana, Helvetica, sans-serif !important;
    border-collapse: collapse !important;
}

.widget #tablaImagen {
    margin-top: 6rem;
    width: 99%;
}

.widget #tablaImagen tbody tr td {
    border: none !important;
}

.widget table thead tr th {
    background: #7cc68d;
    color: #fff;
    font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
    padding: 4px;
    text-align: left;
    text-transform: uppercase;
}

.widget table tbody tr th {
    background: #192777;
    color: #fff;
    font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
    padding: 4px;
    text-align: left;
    text-transform: uppercase;
}

.widget table tbody tr td {
    padding: 5px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    text-decoration: none;
    text-align: left;
}

.widget table tbody tr:hover {}

.par {
    background: #fafafa!important;
}

.widget table tbody tr td a {
    text-align: left;
    color: #333;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    text-decoration: underline;
}

.widget table tbody tr td a:hover {
    color: #00197C;
}

.widget table tbody tr td a:visited {
    text-decoration: none !important;
    font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #741A8B;
}

dl {
    margin-left: 1em;
}

dt {
    padding-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0;
    padding-top: 0.7em;
}

.widget dt dd {
    border-bottom-color: #e8eef4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 5px;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0;
    padding-top: 3px;
    color: #535353;
}

.widget h4 {
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#loading-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
}

.loader_img {
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    margin: auto;
}