
/*====================
BOOTSTRAP RESET
======================*/
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.progtrckr[data-progtrckr-steps="2"] li {
    width: 49%;
}

ol.progtrckr[data-progtrckr-steps="3"] li {
    width: 33%;
}

ol.progtrckr[data-progtrckr-steps="4"] li {
    width: 24%;
}

ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 19%;
}

ol.progtrckr[data-progtrckr-steps="6"] li {
    width: 16%;
}

ol.progtrckr[data-progtrckr-steps="7"] li {
    width: 14%;
}

ol.progtrckr[data-progtrckr-steps="8"] li {
    width: 12%;
}

ol.progtrckr[data-progtrckr-steps="9"] li {
    width: 11%;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}

ol.progtrckr li.progtrckr-medio {
    color: #3F7F5F;
    border-bottom: 4px solid #3F7F5F;
}
ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #36469d;
}

ol.progtrckr li.progtrckr-nada {
    color: black;
    border-bottom: 4px solid silver;
}

ol.progtrckr li.progtrckr-inicio {
    color: #d6b20f;
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}

ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}

ol.progtrckr li.progtrckr-medio:before {
    content: "\278A";
    color: white;
    background-color: #3F7F5F;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: #f68920;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-nada:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}

ol.progtrckr li.progtrckr-inicio:before {
    content: "\002F";
    color: #d6b20f;
    background-color: #FFFFff;
    font-size: 1.5em;
    bottom: -1.6em;
    border: none;
    border-radius: 1.2em;
}



.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #383838;
    white-space: nowrap;
    min-width:170px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #006673;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #006673;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999999;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}





.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}















.giro {
    display: block;
    position: absolute;
    right: -5px;
    top: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #fff;
}



.giroth {
    position: relative;
    bottom: 0px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

a {
    text-decoration: none;
}


/* load */

.load {
    background-image: url(art/loader.gif);
    background-position: right;
    background-repeat: no-repeat;
}


/* comparacion de textos */

ins {
    color: green;
    background: #77b800;
    text-decoration: none
}

del {
    color: red;
    background: #fdd;
    text-decoration: none
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* indicadores */

.pastel {
    display: none;
}

.normal {
    /*display:;*/
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* colores de las renglones*/

.renglon1 {
    background-color: #E5E5E5;
}

.renglon2 {
    background-color: #D5D5D5;
}


/*fin de los colores de los renglones */


/* menu administracion */

.TMax {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1.33em;
    color: #FFFFFF;
}

.Tu_t {
    font-size: 1em;
    font-weight: bold;
    margin-top: 1.33em;
    color: #fafafa;
}

.hdrNameBg {
    /*background: url("art/header-bg.png") repeat-x scroll 0 0 #FFFFFF;*/
    background-color: #f99302;
}

.hdrTabBg {
    background: url("art/toolbar-bg.png") repeat-x scroll center bottom #9d9fa2;
    border-top: 1px solid #B8B8B8;

    /*border-top: 1px solid #83BBEA;*/
}

.hdrTabBg a {
    color: #121212;
}


/* fin de menu de adminsitracion */


/* submenu abajo */

.level2Bg {
    background-color: #4682b4;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    border-top: 1px solid #B8B8B8;
    color: #000000;
    font-size: 10px;
}

.level2Bg a {
    color: #000000;
}

.level2Tab {
    color: #fff;
    font-weight: bold;

    padding: 5px 5px;
    background-color: #9d9fa2;
}

.level2Tab a {
    color: #ffffee;
}

.level2SelTab {
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #BFBFBF;
    border-top: 1px solid #B8B8B8;
    padding: 5px 5px;
    background-color: #f99309;
}
.level2SelTab a {
    color: #000000;
}

.level2UnSelTab {
    color: #000000;
    padding: 5px 20px;
}


/* termina submenu abajo */


/* parte central */

#contenido {
    clear: both;
    padding-top: 5px;
}


/* fin de la parte central */


/* paginador*/

#pagination-digg a {
    border: solid 1px #9aafe5;
    margin-right: 2px;
}

#pagination-digg .active {
    background: #2e6ab1;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 4px 6px;
    /* savers */
    margin-right: 2px;
}

#pagination-digg a:link,
#pagination-digg a:visited {
    color: #0e509e;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}

#pagination-digg a:hover {
    border: solid 1px #0e509e;
}


/* fin de p�ginador */


/* fijando posiciones relativas*/

.columna-izquierda {
    float: left;
    width: calc(50% - 15px);
}

.columna-derecha {
    float: right;
    width: calc(50% - 15px);
}

.clear {
    clear: both;
}


/* planel central */

.content-box-header {
    background: url(art/content-header_bg.png);
    border-bottom: 3px solid #113251;
    border-top: 1px solid #000000;
    height: 34px;
    padding: 0 10px;
    color: #f1ebf1;
    font-weight: bold;
    font-style: italic;
}

.content-box-header a {

    color: #f5a802;
    font-weight: bold;

}

.content-box,
.content-box-content {
    border-radius: 5px 5px 5px 5px;
}

.content-box-content {
    /*    box-shadow: 0 1px 0 #C4C4C4; */
    padding: 10px;
    height: 100%;
}

.content-box-header,
.modalhead {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.closed .content-box-header,
.content-box-header ul,
select,
input,
textarea,
div.wysiwyg,
.skinned-select,
.modalbox {
    border-radius: 5px 5px 5px 5px !important;
}

.content-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #113251;
    margin-bottom: 16px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 0px;
    height: 100%;
    min-height: 350px;
}

.closed .content-box-header {
    border-bottom: medium none;
}

.content-box-header h3 {
    float: left;
    line-height: 3px;
}

.content-box-header h3:hover {
    cursor: s-resize;
}

.content-box.closed .content-box-content {
    display: none;
}

.content-box-content>table {
    margin-bottom: 20px;
}


/* paginacion */

div.pagination {
    padding: 3px;
    margin: 3px;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    text-decoration: none;
    /* no underline */
    color: #000099;
}

div.pagination a:hover,
div.pagination a:active {
    border: 1px solid #000099;
    color: #000;
}

div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #000099;
    color: #FFF;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}


/* fin de la paginacion */


/* termina panel central */

.menu td {
    background-color: #1e92e9;
    text-align: center;
    padding: 0 0 0 0;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    height: 30px;
}


/* recuadro*/

.mTable td {
    border-color: #999999;
    border-style: solid;
    border-width: 1 0 0 0;
    background: url(art/fondomenu.gif);
    background-repeat: repeat-y;
    background-position: top right;
    background-color: #c3c3c3;
    color: #fdf5f5;
}

.mTable a {
    width: 100%;
    color: #175184;
    text-decoration: none;
    font-weight: bold;
}

#tablaprincipal {
    background-color: #ffffff;
    text-align: center;
    padding: 1 1 1 1;
    color: #000000;
    text-decoration: none;
}


/* findicadores*/

.findicadores_tab {
    background-color: #E9E4E9;
    color: #000000;
    height: 25px;
    text-align: center;
    font-weight: bold;
}


/*F indicadores*/

.i_principal {
    background-color: #808080;
    color: #000000;
    font-weight: bold;
}

.i_principal td {
    font-size: 130%;
    border: 1px solid #0000ff;
}

.i_secundario {
    background-color: #A4A4A4;
    color: #000000;
}

.m_error {
    color: #FF0000;
    font-weight: bold;
}


/* CSS Document */

.reglon1 td {
    background-color: #FFFFCC;
}

.reglon2 td {
    background-color: #CCFFCC;
}

body {
    font-size: 9pt;
    margin: 0px 0px 0px 0px;
    font-family: "Calibri";
}

#box {
    width: 100px;
    border: 1px solid #000000;
    background-color: black;
    height: 16px;
}

#bar {
    background: #00FF00;
    height: 13px;
    color: #FFFFFF;
    text-align: right;
    padding: 3px 0px 0px 0px;
}

#barazul {
    background: #0000FF;
    height: 13px;
    color: #FFFFFF;
    text-align: right;
    padding: 3px 0px 0px 0px;
}


/* modificaci�n para mty */

div.scroll {
    height: 350px;
    width: 450px;
    overflow: auto;
    border: 1px solid #666;
    background-color: #ccc;
    padding: 8px;
}


/* ----------container to center the layout-------------- */

#container {
    width: 100%;
}

#content {
    background-color: #ffffff;
    padding: 0px;
    margin-left: 400px;
    margin-right: 0px;
}

div#content {
    min-height: 400px;
    height: expression(this.scrollHeight > 400 ? "auto": "400px");
}


/* --------------left navi------------- */

#left {
    float: left;
    width: 400px;
    margin: 0px;
    padding: 0px;
}

#footer {
    clear: both;
    margin: 0px;
    padding: 0px;
    text-align: right;
}


/* selector de porcentaje para los indicadores*/

.layout-slider {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 50%;
}


/* alfonso sandoval codigo nuevo*/

#f_barra_opciones {
    background: url(art/f_barra_opciones.gif);
    border: 1px solid #781351;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: right;
    padding: 2px;
}

#f_barra_opciones a {
    color: #FFFFFF;
    text-decoration: none;
}

.filtro {
    float: left;
}

#capafiltro {
    width: 100%;
    float: left;

}

.ocultarfiltro {
    float: left;
    display: none;
}

.comando {
    float: right;
}

#ffiltro td,
input {
    color: #000000;
}

#ffiltro select {
    color: #000080;
}

#ffiltro_encabezado td {
    color: #FFFFFF;
    font-weight: bold;
}


/* modificaci�n charras 
nuevo perfil*/

#elcuadro {
    padding: 1em;
    border: 1px solid #781351;
}


/* Increase padding */

#elcuadro legend {
    color: #fff;
    background: #151316;
    border: 1px solid #151316;
    padding: 2px 2px;
    font-size: 14px;
    margin-bottom: 2px;
}

#elcuadro legend2 {
    color: #fff;
    background: #151316;
    border: 1px solid #151316;
    padding: 2px 2px;
    font-size: 14px;
    margin-bottom: 2px;
}
#elcuadro legend>span {
    color: #fff;
    background: #151316;
    font-size: 11px;
}

#elcuadro p {
    color: blue;
    text-decoration: none;
    text-align: left;
}

#elcuadro label {
    font-weight: bold;
    color: #151316;
    text-decoration: none;
    text-align: left;
    font-size: 12px;
}

#elcuadro span {
    color: #161616;
    text-decoration: none;
    text-align: left;
}

#elcuadro td {
    text-decoration: none;
    text-align: left;
}

#elcuadro_c legend {
    color: #fff;
    background: #2828FF;
    border: 1px solid #781351;
    padding: 1px 1px;
}

#elcuadro_c #titulo {
    background: url(art/f_titulo.gif);
    border: 1px solid #781351;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
}

#elcuadro_c #bien {
    background: url(art/f_bien.gif);
    border: 1px solid #781351;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
}

#elcuadro_c #mal {
    background: url(art/f_mal.gif);
    border: 1px solid #781351;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
    text-align: left;
}

#elcuadro_c td {
    text-decoration: none;
    text-align: right;
}

.subgrupo {
    border-bottom-width: 0px;
    color: blue;
    text-decoration: none
}

.subgrupo td {
    border-bottom-width: 0px;
    color: blue;
    text-decoration: none
}

.subgrupo a {
    border-bottom-width: 0px;
    color: blue;
    text-decoration: none
}

.imagenes_menu {
    float: left;
    width: 33px;
}

.texto_encabezado_normal {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

.menuencabezado a:visited {
    text-decoration: none
}

.menuencabezado a:link {
    text-decoration: none
}

.menuencabezado a:active {
    text-decoration: none
}

.menuencabezado a:hover {
    text-decoration: none
}

.auditoria_activa {
    background-color: #FFFF00;
    color: #000000;
    text-align: center;
    border: 1px solid #781351;
}

.auditoria_realizada {
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    border: 1px solid #781351;
}

.titulo_repre td {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #FEFFFF;
}

.encabezado_bloque {
    color: #FFFFFF;
    font-weight: bold;
}

.encabezado_bloque2 {
    color: #000000;
    font-weight: bold;
}

.piedepagina {
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.encabezado_tablarojo {
    color: #FFFFFF;
    background-color: #fc1700;
    font-weight: bold;
    text-align: center;
}

.encabezado_tablaverde {
    color: #000000;
    background-color: #29f838;
    font-weight: bold;
    text-align: center;
}

.encabezado_tablaamarilla {
    color: #000000;
    background-color: #fff73d;
    font-weight: bold;
    text-align: center;
}

.estilo_contenidorojo {
    border: 0px;
    width: 650px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px;
}

.encabezado_tabla {
    color: #ffffff;
    background-color: #000000;
    font-weight: bold;
    text-align: center;
}

.encabezado_tabla a {
    color: #ffffff;
    background-color: #7f8083;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.encabezado_tabla td {
    color: #ffffff;
    background-color: #000000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#encabezado_tabla {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.encabezado_usuarios {
    color: #ffffff;
    background-color: #7f8083;
    font-weight: bold;
    text-align: center;
}

.estilo_contenido {
    border: 0px;
    width: 100%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px;
}

.opcion_tabla {
    border: 0px;
    width: 650px;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px;
}

.opcion_tabla a {
    border-bottom-width: 0px;
    color: blue;
    text-decoration: none
}

.opcion_tabla A:visited {
    text-decoration: none;
    color: blue;
}

.opcion_tabla A:active {
    text-decoration: none
}

.opcion_tabla A:hover {
    text-decoration: underline;
    font-weight: bold;
    color: white;
}

.opcion_tabla td {
    color: blue;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}

.roundcont {
    width: 100%;
    background-color: #f90;
    color: #fff;
}

.roundcont p {
    margin: 0 10px;
}

.roundtop {
    background: url(../../imagenes/tr.gif) no-repeat top right;
}

.roundbottom {
    background: url(../../imagenes/br.gif) no-repeat top right;
}

.head th {
    background-color: #4E9CE7;
    color: #FFFFFF;
    text-decoration: none
}

.head td {
    background-color: #F2F2F2;
    color: #FFFFFF;
    text-decoration: none
}

.a_head,
.a_head:hover,
.a_head:visited {
    color: #FFFFFF;
    text-decoration: none
}

.title {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.title_news {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.bTable {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1 1 0 0;
    background-color: #F2F2F2;
    color: #000000;
    text-decoration: none
}

.bTable td {
    padding: 4px 4px 4px 4px;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 0 1px 1px;
    background-color: #F2F2F2;
}

.bTable th {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #FFFFFF;
    background-color: #4E9CE7;
}

.bTable td td {
    padding: 1 1 1 1;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 0 1 0;
    background-color: #F2F2F2;
    color: #000000;
    text-decoration: none
}

.bTable td th {}

.bTable a {
    color: #000000;
    font-weight: bold;
    text-decoration: none
}

.bTable a:hover {
    color: #4E9CE7;
    font-weight: bold;
    text-decoration: underline;
}

.mTable {
    border-color: #999999;
    border-style: solid;
    border-width: 0 0 0 0;
    background-color: #c3c3c3;
    color: #fdf5f5;
    text-decoration: none
}

.seleccion {
    padding: 2 2 2 2;
    border-color: #0000FF;
    border-style: solid;
    border-width: 0px;
    background-color: #030303;
    color: #4E9CE7;
}

.mTable th {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 0 1 0;
    background-color: #c3c3c3;
    color: #FFFFFF;
}

.mTable a:hover {
    width: 100%;
    color: #175184;
    text-decoration: underline;
    font-weight: bold;
}

.fondo {
    background: url(rellenoencabezado.gif);
}

#nmm_table tr>td:first-child {
    color: #FFFFFF;
    background-color: #808080;
    text-align: right;
}

.titulo_juntas {
    color: #FFFFFF;
    font-size: 0.85em;
    background-color: #03428a;
    font-weight: bold;
}

.subtitulo_juntas {
    color: #FFFFFF;
    font-size: 0.80em;
    background-color: #03428a;
}

.tmicro {
    color: #ffffff;
    font-size: 0.70em;
    background-color: #03428a;
}

.micro {
    color: #000000;
    font-size: 0.70em;
}

.a_rojo {
    background-color: #FF0000;
    width: 100%;
}

.a_amarrillo {
    background-color: #FFFF00;
    width: 100%;
}

.a_verde {
    background-color: #00FF00;
    width: 100%;
}

.a_blanco {
    width: 100%;
    height: 100%;
    background-color: #00FF00;
}


.encabezado_sanico {
    color: #ffffff !important;
    background-color: #7f8083 !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.encabezado_sanico td {
    color: #ffffff !important;
    background-color: #7f8083 !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}



.tabladocumentos  {
    width: 650px;
}

.tabladocumentos th {
    padding: 4px;
}
.tabladocumentos td {
    padding: 4px;
}

encabezado_login {
    color: #000000;
    background-color: #9d9fa2;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.encabezado_login td {
    color: #000000;
    background-color: #9d9fa2;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}


.marco_negro{
    border-style: solid;
    border-color: black;
    border-width: 2px 2px 2px 2px;
    min-height: 50px;
}

.marco_negrotd{
    border-style: solid;
    border-color: black;
    border-width: 2px 2px 2px 2px;
    min-height: 50px;
    width: 100%;
}

/* 9d9fa2*/
/* f99302 */



.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none !important;
}



.is-hidden {
    display: none !important;
}

/*
 * Code snippets
 *
 * Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS.
 */

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
.highlight pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    word-break: normal;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.highlight pre code {
    font-size: inherit;
    color: #333; /* Effectively the base text color */
}
.highlight pre code:first-child {
    display: inline-block;
    padding-right: 45px;
}


/*

#table_lista > thead:nth-child(1) > tr:nth-child(1)


 */

.flotante  {
   position: absolute !important;
}

.flotante  thead {
    position: sticky;
    top: 0;
    border-style: solid;
    border-color: black;
    border-width: 2px 2px 2px 2px;
}
.flotante th{

    border: 4px solid #000  !important;
}