BODY {
   /* font-size: 1.5em;*/
    text-shadow: none;
    color: #666;
    font-family: Arial,
        Helvetica Neue,
        Helvetica,
        sans-serif;
    font-weight: 300;
    text-rendering: optimizelegibility;
}

iframe {
    border-color: #ddd7d6;
}

#tipo_contratos {
    margin-left: 0 !important;
    margin-bottom: 0em;
    padding-left: 0;
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

#tipo_contratos li a {
    list-style: outside none none;
    border: 1px solid #0071bd;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #0071bd;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}


#tipo_contratos *:hover a {
    text-decoration: none;
    color: #0071bd;
}

#tipo_contratos li.selected {}

#tipo_contratos li.selected a {
    color:
        #fff;
    background: #0071bd;
}

#tipo_procedimientos {
    margin-left: 0 !important;
    margin-bottom: 0em;
    padding-left: 0;
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}



#tipo_procedimientos li a {
    list-style: outside none none;
    border: 1px solid #0071bd;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #0071bd;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#tipo_procedimientos *:hover {}

#tipo_procedimientos *:hover a {
    text-decoration: none;
    color: #fff;
    background: #0071bd;
}

#tipo_procedimientos li.selected {}

#tipo_procedimientos li.selected a {
    color: #fff;
    background: #0071bd;
}

#tipo_licitaciones {
    margin-left: 0 !important;
    margin-bottom: 0em;
    padding-left: 0;
    width: 99%;
    display: flex !important;
    flex-wrap: wrap;
    list-style: none;
}

#tipo_licitaciones li a {
    list-style: outside none none;
    border: 1px solid #0071bd;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #0071bd;
    padding: 7px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}



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

    background: #0071bd;
    color: #fff;
}

#tipo_licitaciones li.selected {}

#tipo_licitaciones li.selected a {
    background: #0071bd;
    color: #fff;
}

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

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

.widget #tablaWidget {
    background-color: #ffffff !important;

}

.widget #tablaImagen {
    width: 99%;
    font-size: 1rem;
    margin-top: 1rem;
    display: inline-block;

}

.widget #tablaImagen tbody tr td {
    border-bottom: 1px dashed #656565;
}

.widget table tbody tr th {
    background-color: #fff;
    color: #333;
    font-size: 0.8em;
    width: auto;
    font-weight: bold !important;
    text-decoration: none;
    border: 1px solid #0071bd;
    border-top: 1px solid #0071bd;
    border-bottom: 1px solid #0071bd;
}

.widget table tbody tr td {
    padding: 6px;
    vertical-align: top;
   /* font-size: 0.6em;*/
    margin-bottom: 12px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}

.widget table tbody tr td a {
    color: #0071bd;
    text-decoration: none;
}

.widget table tbody tr td a:hover {
    color: #555;
    text-decoration: none;
}



.widget table tbody tr td a:visited {
    color: #0071bd;
}



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 {
    font-family: Arial,
        Helvetica Neue,
        Helvetica,
        sans-serif;
    font-size: 32px;
    line-height: 50px;
    color: #666;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}

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

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

.widget {
    color: #666;
}
.widget table tr td a img {
  border: 1px solid #e7e7e7;
}
.widget #tablaImagen {
  width: 99%;
  border: none;
}
.widget #tablaWidget {
  background-color: #ffffff !important;
}
table.dataTable {
  margin: 0 auto;
  clear: both;
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  color:#333;
}
table.dataTable thead th {
  padding: 3px 0px 3px 10px;
  cursor: pointer;
  *cursor: hand;
  font-size: .9rem;
  text-align: left;
  background-color: #0071bd;
  color: #fff;
}
table.dataTable tr.odd {
  background-color: #f5f5f7 !important;
}
table.dataTable tr.even {
  background-color: white;
}
.widget table tbody tr td {
  padding: 6px;
  vertical-align: top;
}
.widget table tbody tr td a {
  color: #0071bd;
  text-decoration: none;
}
