

a:visited, a:focus {
    color: #3f5b60 !important;
    /* text-decoration: underline !important; */
}

.footerNav a:visited,.footerNav a:focus, .footerInfo 
a:visited, .footerInfo a:focus {
    color: #798692!important;
    text-decoration: underline !important;
}
.boxid_.socialIconsSection  ul li a:visited,.footerNav a:focus{
     color: #ddd !important;
}


body {
    font-family: 'Roboto', sans-serif;
}
.logo {
        width: 381px;
        margin: 14px 0;
    }
.logo img {
    max-width: 225px !important;
}
.boxid_.header {
        /* box-shadow: 0px 10px 10px -10px rgba(236, 236, 236, 0),inset 0px -80px 200px -90px rgba(65, 103, 117, 0.08); */
        background: #fefefe;
        border-top: 2px solid #1a2954;
        padding: 0;
    }
.nav_left {
        float: left;
        margin-left: 20px;
    }    

.ctn_header {
    height: 90px;
    padding: 6px 0 12px 0;
    background: #fff;
    z-index: 2;
    position: relative;
}
.a_left {
    float:left;
}
.a_right {
    float:right;
}
.boxid_ {
    display: table;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    position: relative;
}

.boxid_.main {
    background: #f9f9f9;
    padding: 20px 0;
    z-index: 1;
    box-shadow: inset 0 360px 300px -200px rgba(255, 255, 255, 0.50);
}
.l_hidden{display: none;}

/*menu de transparencia*/

.PrimaryNav_left {
    background: #fff;
    box-shadow: 0 0 20px -10px #c0c0c0;
}

.PrimaryNav_left ul {
    margin: 0;
    padding: 0;
}

.PrimaryNav_left ul li {
    list-style: none;
    position: relative;
    transition: ease all 0.3s;
    color: #545454;
    /* box-shadow: inset 0px 8px 0 #fff,inset 0px -8px 0 #fff,inset 0px 0px 0 #2caddb; */
}

.PrimaryNav_left ul li > * {
    text-decoration: none;
    display: block;
    color: inherit !important;
    padding: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 13px;
    text-transform: uppercase;
    line-height: 16px;
}

.PrimaryNav_left ul li.current-menu-item {
    font-weight: bold;
    color: #155c77;
    box-shadow: inset 0px 8px 0 #fff, inset 0px -8px 0 #fff, inset 4px 0px 0 #155c77;
    background: #fff;
}

.PrimaryNav_left ul li ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 260px;
    margin: 0;
    padding: 0;
    background: #2caddb;
    color: #fff;
    display: none;
    z-index: 9;
}

ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #2caddb;
    position: absolute;
    left: -8px;
    top: 15px;
}

.PrimaryNav_left ul li:hover {
    color: #2caddb;
    background: #fdfdfd;
}

.PrimaryNav_left ul li ul.sub-menu li:hover {
    color: #fff;
    background: #24a5d2;
}

.PrimaryNav_left ul li.current-menu-item:hover {
    background: #fff;
}

.PrimaryNav_left ul li ul.sub-menu li {
    color: #fff;
}

.PrimaryNav_left ul li:hover ul.sub-menu {
    display: block;
}

.PrimaryNav_left > ul > li:hover {
    box-shadow: inset 0px 8px 0 #fdfdfd,inset 0px -8px 0 #fdfdfd,inset 4px 0px 0 #2caddb;
}

.PrimaryNav_left > ul > li {
    box-shadow: inset 0px 8px 0 #fff,inset 0px -8px 0 #fff,inset 0px 0px 0 #2caddb;
}

/*camino de miga transparencia*/
.boxid_.breadcrumb {
    background: #fdfdfe;
    box-shadow: 0 2px 1px 0px #efefef;
    z-index: 2;
    /* height: 54px; */
    font-size: 12px;
    color: #a6a8ab;
    font-weight: 500;
    border-top: 1px solid #ececec;
}

.boxid_.breadcrumb h1 {
    margin: 10px 0;
    padding: 4px 10px 4px 12px;
    /* line-height: 54px; */
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 600;
    color: #155c77;
    display: inline-block;
    float: left;
    transition: 0.2s;
    cursor: pointer;
}

.boxid_.breadcrumb ul {
    padding: 0;
    margin: 0;
    display: table;
    float: left;
    margin-left: 20px;
}

.boxid_.breadcrumb ul li {list-style: none;float: left;position: relative;}
.boxid_.breadcrumb ul li a{
    text-decoration:none;
    color: #56585b;
    padding: 4px 10px;
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
    margin-right: 20px;
    border-radius: 2px;
    transition: 0.2s;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2.sectionTitle {
    font-weight: 300;
    font-size: 36px;
    margin: 0;
    margin-bottom: 10px;
    color: #0255a3;
}
h3.sectionSubTitle {
    font-weight: 500;
    font-size: 14px;
    /* margin: 0; */
    /* margin-bottom: 10px; */
    color: #1d588d;
    text-transform: uppercase;
    padding: 0px 10px;
}

.ctnFilterPosts ul {
    padding: 0;
    margin: 0;
}

.ctnFilterPosts ul li {
    list-style: none;
}

.ctnFilterPosts {
    /* overflow: hidden; */
    display: inline-block;
    width: 100%;
}

.ctnFilterPosts ul {
    position: absolute;
    right: 15px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 20px -10px rgba(0,0,0,0.60);
    border-radius: 2px;
    display: none;
    z-index: 99;
}

.select_item {
    padding: 0px 15px 0 0px;
    /* background: #fff; */
    /* box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.8); */
    margin: 10px 0 10px 0;
    /* border-radius: 2px; */
    /* border: 1px solid #f5f5f5; */
    color: #115c79;
    min-width: 100px;
    /* cursor: pointer; */
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}

.select_item .selected {
    margin-left: 10px;
    color: #115c79;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 6px;
    border: 1px solid #115c79;
    min-width: 60px;
    transition: 0.3s;
    background: #fdfdfd;
    cursor: context-menu;
}

.select_item+.select_item {
    border-left: 1px solid #eaecee;
    padding-left: 15px;
}

.ctnSectionPage hr {
    border-color: #eaecee;
    margin: 1px 0 0px 0;
}

.select_item .selected:hover,.select_item.active .selected {
    background: #FFF;
}
span.selected:before {content: " ";float: right;color: #fff;border-left: 4px solid rgba(255, 255, 255, 0);border-right: 4px solid rgba(255, 255, 255, 0);border-top: 4px solid #1c9ac7;margin-top: 6px;margin-left: 10px;/* position: absolute; *//* right: 0; *//* top: 0; */}

.ctnFilterPosts ul li a {
    text-decoration: none;
    color: inherit;
    display: block;
    min-width: 100px;
    padding: 6px;
    transition: 0.3s;
    color: #333;
    line-height: 20px;
    position: relative;
    font-size: 13px;
    text-transform: none;
    cursor: pointer;
}

.ctnFilterPosts ul li a:hover {
    color: #3fa9f5;
}

.ctnFilterPosts ul li a.active {
    font-weight: 600;
    color: #333;
}

.ctnFilterPosts ul li a.active:before {content: "";width: 6px;height: 6px;border-radius: 50%;background: rgb(63, 169, 245);display: block;float: left;position: absolute;right: 99%;top: 13px;}

.ctnListItemPosts .itemPost {
    position: relative;
    display: inline-block;
    background: #fbfbfb;
    width: 100%;
    padding:  0;
    padding-bottom: 0;
    box-shadow: 0 3px 5px -3px rgba(83,134,182,0.60);
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
    z-index: 0;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.ctnListItemPosts .itemPost > div {
    padding: 0px 20px;
}

.ctnListItemPosts .itemPost .titleItemPost {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 300;
    color: #000;
    background: #fff;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    border-bottom: 1px solid #eaecee;
    margin-bottom: 0px;
    transition: 0.3s;
    cursor: pointer;
}
.ctnListItemPosts .itemPost .titleItemPost a{
    text-decoration:none;
    color:inherit;
}
.ctnListItemPosts .itemPost .fechaPublicacion {
    font-size: 12px;
    color: #0056a6;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    display: inline-block;
    margin: 10px 0;
}

.ctnListItemPosts .itemPost .fechaPublicacion:before {content: "Publicado el:";text-transform: none;color: #999;}

.ctnListItemPosts .itemPost .formatosDisponible ul {
    padding: 0;
    margin: 0 10px;
    display: inline-block;
}

.ctnListItemPosts .itemPost .formatosDisponible ul li {
    list-style: none;
    float: left;
    font-size: 12px;
    margin-bottom: -4px;
}

.ctnListItemPosts .itemPost .formatosDisponible ul li a {
    text-decoration: none;
    color: #fff;
    background: #115c79;
    padding: 2px 8px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 2px;
    margin-bottom: -4px;
    transition: 0.3s;
}
.ctnListItemPosts .itemPost:hover .formatosDisponible ul li a.xlsx,.ctnListItemPosts .itemPost:hover .formatosDisponible ul li a.xls,.ctnListItemPosts .itemPost:hover .formatosDisponible ul li a.csv,.ctnListItemPosts .itemPost:hover .formatosDisponible ul li a.ods {
    background: #53b595;
}
.ctnListItemPosts .itemPost:hover .formatosDisponible ul li a.xml,.ctnListItemPosts .itemPost:hover .formatosDisponible ul li a.txt {
    background:#5386b5;
}
.ctnListItemPosts .itemPost:hover .formatosDisponible ul li a.pdf{
    background:#b55353;
}
.ctnListItemPosts .itemPost .formatosDisponible:before {content: "Tipo de datos disponibles:";display: inline-block;font-size: 12px;color: #999;/* padding: 5px 0; */}

.ctnListItemPosts .itemPost > div+div+div {
    display: inline-block;
    border-left: 1px solid #fbfbfb;
    font-size: 13px;
    color: #8c3c00;
}

.ctnListItemPosts .itemPost:hover .titleItemPost {
    box-shadow: 0 4px 10px -8px rgba(0, 0, 0, 0),-2px 0 0px 0px #2caddb;
}

.ctnListItemPosts .itemPost:hover .titleItemPost {
    color: #135b9e;
}

.ctnListItemPosts .itemPost.loadItem,.ctnListItemPosts .itemPost dl dd.loadItem {
    -webkit-transform: translate3d(0, -2em, 0);
    -moz-transform: translate3d(0, -2em, 0);
    -o-transform: translate3d(0, -2em, 0);
    -ms-transform: translate3d(0, -2em, 0);
    transform: translate3d(0, -2em, 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.ctnTabItems {
    display: inherit;
    width: 100%;
    position: relative;
    background: #eaecee;
    /* padding-bottom: 8px; */
    /* margin-bottom: -6px; */
    margin-top: 10px;
    vertical-align: middle;
    box-shadow: 0 -1px 0 1px #eaecee;
    border-bottom: 6px solid #fff;
}

.ctnTabItems .tabItems {
    display: block;
    background: #f9f9f9;
    float: left;
    padding: 8px 0 4px 0;
    border-right: 0px solid;
    border: 0;
    font-size: 14px;
    height: 36px;
    vertical-align: 50%;
    display: table-cell;
    box-shadow: 0 -1px 0 1px #eaecee, inset 0 -60px 50px -50px rgba(251, 251, 251, 0);
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
    text-decoration: none;
    color: #535353;
    outline: none;
}

.ctnTabItems.x2 .tabItems {
    width: calc(50% - 30px);
}

.ctnTabItems.x3 .tabItems {
    width: calc(33.33% - 20px);
}

.ctnTabItems.x4 .tabItems,.ctnTabItems.x5 .tabItems {
    width: calc(25% - 15px);

}

.tabItems:before {content: "";position: relative;width: 10px;height: 10px;display: inline-block;background: rgba(255, 255, 255, 0);}

.ctnTabItems .tabItems span {
    display: block;
    font-size: 11px;
    font-style: italic;
    color: #555;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ctnTabItems .tabItems.active, .ctnTabItems .tabItems.active:hover {
    background: #fff;
    box-shadow: 0 -2px 0 0 #165b77, 0 -1px 0 1px #eaecee, inset 0 -60px 50px -50px rgba(251, 251, 251, 0);
    color: #165b77;
}

.ctnTabItems .tabItems:hover {
    background: #fdfdfd;
}

.ctnListItemPosts .itemPost .archivosDisponibles {
    background: rgba(255, 228, 196, 0);
    padding: 0px 10px;
    display: inline-block;
    border-radius: 2px;
    margin: 10px 0;
    cursor: pointer;
}

.ctnListItemPosts .itemPost .titleItemPost .estado {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0px 5px;
    margin: 0;
    line-height: 1.6;
    background: #ececec;
    border-radius: 2px;
    vertical-align: middle;
    color: #5d5d5d;
    margin-top: -4px;
}

.ctnListItemPosts .itemPost dl {
    background: #345b7e;
    border-top: 2px solid #084c8a;
    position: relative;
    padding: 20px;
    margin: 5px 0;
}

.ctnListItemPosts .itemPost dl:before {content: "";border-bottom: 10px solid #5386b5;border-left: 10px solid transparent;border-right: 10px solid transparent;height: 0;position: absolute;top: -10px;left: 20px;width: 0;}

.ctnListItemPosts .itemPost dt {
    text-transform: uppercase;
    font-size: 11px;
    color: #fefefe;
    margin-bottom: 10px;
}

.ctnListItemPosts .itemPost dd {
    margin: 0;
    font-size: 13px;
    color: #fff;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.ctnListItemPosts .itemPost dd a {
    text-decoration: none;
    display: block;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    right: 0;
    left: 0;
    padding: 6px 6px;
    padding-right: 50px;
    width: calc(100% - 50px);
    transition: 0.3s;
}

.ctnListItemPosts .itemPost dd a:hover {
    text-decoration: underline;
    background: #548cbf;
}

span.icon_ {
    background: #034e94;
    padding: 0 3px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
    vertical-align: text-top;
    min-width: 30px;
    text-align: center;
}

span.icon_.xlsx,span.icon_.xls,span.icon_.csv,span.icon_.ods {
    background: #53b595;
}

span.icon_.xml,span.icon_.txt {
    background: #034e94;
}
span.icon_.pdf {
    background: #8e3e3e;
}

.ctnListItemPosts .itemPost dd a span.fileSize {
    color: #fefefe;
    position: absolute;
    right: 0;
}
.ctnListItemPosts .itemPost .estadoLists {
    text-transform: uppercase;
    padding: 0 10px;
    color: #545454;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    margin: 10px 0;
    line-height: 18px;
}

.ctnListItemPosts .itemPost dd a:before,.ctnListItemPosts .itemPost dd a:after {
    content: "";
    width: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.31);
    display: inline-block;
}


.ctnListFolders .itemFolder {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 49%;
    padding: 0;
    padding-bottom: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cbdbea;
    margin-bottom: 8px;
    z-index: 0;
    min-height: 104px;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    vertical-align: text-top;
    box-shadow: 0 3px 5px -3px rgba(83,134,182,0.60);
}
.ctnListFolders .itemFolder:nth-child(2n) {
    margin-left: 1%;
}

.itemFolder .ctnfolder {
    position: relative;
    margin-left: 120px;
}
.itemFolder .iconFolder {
    position: absolute;
    left: 0;
    height: 100%;
    width: 110px;
    /* padding-top: 10%; */
    color: #0056a6;
    box-shadow: inset -30px 0px 30px -30px rgba(0,0,0,0.05);
    font-size: 50px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.itemFolder .iconFolder .icon {
    vertical-align: text-bottom;
    position: relative;
}
.itemFolder .ctnfolder .titleFolder {
    padding: 7px 10px 3px 0;
    color: #0056a6;
    font-size: 18px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    height: 90px;
    position: relative;
    line-height: 20px;
}

.itemFolder .ctnfolder  dl {
    padding: 0;
    margin: 0;
}

.itemFolder .ctnfolder  dl dt {
    text-transform: uppercase;
    font-size: 10px;
    color: #375c7b;
    padding-bottom: 4px;
}

.itemFolder .ctnfolder  dl dd {
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
    color: #29a4d0;
    float: left;
    padding: 0 4px;
    margin-right: 4px;
    background: rgba(179, 212, 252, 0.08);
    border-radius: 1px;
    margin-bottom: 4px;
}
.itemFolder .ctnfolder  dl dd a {
    text-decoration: none;
    color: #155c77;
}

.itemFolder .ctnfolder  dl dd a:hover {
    text-decoration: underline;
}

.ctnListFolders .itemFolder.hasCategory {
    min-height: 104px;
    max-height: 104px;
    overflow: hidden;
}

.itemFolder.hasClass .ctnfolder .titleFolder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itemFolder .ctnfolder .titleFolder a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    position: relative;
    /* background: white; */
}

.itemFolder .ctnfolder .titleFolder a:hover {
    text-decoration: underline;
}

.itemFolder.hasCategory .ctnfolder .titleFolder {
    height: inherit;
}
.ctnbodyTxt {
    color: #555555;
    font-weight: 400;
    text-align: justify;
}

.boxid_.breadcrumb ul li:before {
    /* position: relative; */
    content: "";
    position: absolute;
    top: 18px;
    float: left;
    display: inline-block;
    margin: 0;
    left: -12px;
    /* margin-left: 3px; */
    /* margin-right: 0px; */
    border-left: 4px solid #b5b5b5;
    border-right: 4px solid rgba(3, 78, 148, 0);
    border-top: 4px solid rgba(0, 86, 166, 0);
    border-bottom: 4px solid rgba(0, 86, 166, 0);
}

li.menu-item-has-children:before {
    content: "";
    border-left: 6px solid #6f6f6f;
    border-right: 6px solid rgba(44, 173, 219, 0);
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(44, 173, 219, 0);
    position: absolute;
    height: 0;
    width: 0;
    right: 5px;
    top: 17px;
}

.boxid_.breadcrumb h1:hover {
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.60);
    background: #fff;
}

.boxid_.breadcrumb ul li a:hover {
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.60);
    background: #fff;
}

.boxid_.breadcrumb:hover {
    color: #717171;
}
.ctnFilterPosts .active ul {
    display: block;
}

.ctnListFolders {
    margin-bottom: 20px;
}
.pagination ul {
    padding: 0;
    display: table;
    margin: 10px auto;
}

.pagination ul li {
    list-style: none;
    float: left;
}

.pagination ul li a,.pagination ul li span {
    text-decoration: none;
    color: inherit;
    padding: 10px;
    display: block;
    background: #fdfdfd;
    border-radius: 2px;
    margin-right: 10px;
    line-height: 12px;
    font-size: 13px;
    box-shadow: inset 0 -2px 0 #e2e2e2;
    transition:0.3s;
}
.pagination ul li.active span,.pagination ul li.active a {
    background: #ffffff;
    color: #095f80;
    box-shadow: inset 0 -2px 0 #095f80;
    cursor: default;
}
.pagination ul li a:hover, .pagination ul li span:hover{
    color:#35bff3;
    box-shadow: inset 0 -2px 0 #35bff3;
}

.pagination ul li.disabled a, .pagination ul li.disabled span {
    color: #555;
    cursor: default;
    box-shadow: inset 0 -2px 0 #ddd;
}

/*** FOOTER ***/

.boxid_.footerDecentralizadas ul,.boxid_.footerNav ul,.boxid_.footerInfo ul,.boxid_.footerCopyright ul {
    margin: 0;
    padding: 0;
}

.boxid_.footerDecentralizadas ul li,.boxid_.footerNav ul li,.boxid_.footerInfo ul li,.boxid_.footerCopyright ul li {
    list-style: none;
}

.boxid_.footerDecentralizadas ul li {
    float: left;
    width: 16.66%;
    display: table;
    padding: 10px 0;
}

.boxid_.footerDecentralizadas ul li a {
    display: table-cell;
    overflow: hidden;
    position: relative;
    height: 60px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.boxid_.footerDecentralizadas ul li a img {
    max-width: 90%;
}

.boxid_.footerNav{
    background: #232731;
    padding: 50px 0;
}

.boxid_ .ctnFooterNav ul li a {
    text-decoration: none;
    color: #dae1e5;
    display: block;
    padding: 8px 0px;
}
.boxid_ .ctnFooterNav ul li a:hover {
    text-decoration: underline;
    color: #a6b9ca;
}

.footerNav .titleList {
    color: #c3d0dc;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    display: block;
}

.footerNav .icon {
    float: left;
    margin-right: 6px;
    margin-top: 0px;
    font-size: 18px;
    color: inherit;
}

.boxid_.footerInfo {
    background: #1d212b;
    padding: 40px 0;
    min-height: 110px;
}


.boxid_.footerCopyright {
    background: #1d212b;
}

.boxid_.footerCopyright {
    border-top: 1px solid #282d38;
    padding: 20px 0;
}

.insigniasNORTIC {
    position: absolute;
    right: 0;
    top: 0;
}

.boxid_.footerInfo .container {
    position: relative;
}

.insigniasNORTIC ul li {
    float: left;
    margin-left:2px;
}

.insigniasNORTIC ul li img {
}

.boxid_.footerCopyright ul {
    font-size: 13px;
    color: #78899c;
}

.boxid_.footerCopyright ul li {
    padding-left: 5px;
}

.boxid_.footerCopyright .Copyright ul li {
   float: left;
}

.boxid_.footerCopyright .Copyright ul li a{
  
   text-decoration: none;
   color: inherit;
   padding: 5px;
}

.boxid_.footerCopyright .Copyright ul li a:hover {
   text-decoration: underline;
   color: #a6b9ca;
}


.boxid_.EnterateSeccion {
    background: #fdfdfd;
}

.boxid_.carouselPortada {
    padding: 0;
    display: block;
    background: rgb(59, 108, 144);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.ctnPortadaSideBanners ul li {
    margin: 0 1% 22px 1%;
    border-bottom: 3px solid #167ac6;
    border-radius: 2px;
}

/*** FIN FOOTER ***/

.ctnTabItems .tabItems.todos {
    width: 60px;
}

.cant-entradas {
    text-transform: uppercase;
    font-size: 11px;
    color: #4b5867;
    padding-bottom: 4px;
}
.cant-entradas span {
    background: #495781;
    padding: 1px 4px;
    margin: 4px;
    border-radius: 3px;
    color: #fff;
}
.moreYears hr {
    border-color: rgba(160, 169, 177, 0.2);
}

.titleFooterList {
    padding: 10px 0;
    font-size: 16px;
    color: #0255a1;
}
.textoNoResultado {
    background: #fff;
    padding: 10px;
    color: #595959;
    box-shadow: 0 3px 5px -3px rgba(83,134,182,0.60);
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
}
.tree.well ul li {
    list-style: none;
    position: relative;
}

.tree.well ul li span {
    background: #fff;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 8px;
    color: #666;
    border-radius: 3px;
    font-weight: 300;
}

.tree.well > ul > li > span {
    background: #3fa9f5;
    color: #fff;
    font-weight: 600;
}
.tree.well > ul > li > ul > li > ul > li > span {
    background: #abc1d0;
    color: #fff;
}

.tree.well > ul > li:before {
    content: "";
    left: 0;
    background: rgb(63, 169, 245);
    position: absolute;
    height: 100%;
    width: 1px;
}
.tree.well > ul > li > ul > li > ul > li:after {
    content: "";
    left:-30px;
    background: #3fa9f5;
    position: absolute;
    height: 10px;
    width: 1px;
    top:-8px;
}
.tree.well > ul > li > ul > li:before {
    content: "";
    left: -40px;
    top:14px;
    background: #3fa9f5;
    position: absolute;
    height: 1px;
    width: 40px;
}
.tree.well > ul > li > ul > li > ul > li:before {
    content: "";
    left: -30px;
    top:14px;
    background: #3fa9f5;
    position: absolute;
    height: 1px;
    width: 30px;
}

.tree.well ul li a {
    text-decoration: none;
    background: #5da78f;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    transition: 0.3s;
    margin-left: -20px;
    display: inline-block;
    opacity: 0;
}
.tree.well ul li:hover > a {
    margin-left: 0px;
    opacity: 1;
}

.itemCounter {
    background: #fff;
    overflow: hidden;
    padding: 0;
    position: relative;
    font-weight: 300;
    width: 23%;
    float: left;
    margin: 0 1%;
    box-shadow: 0 3px 5px -3px rgba(83,134,182,0.60);
    margin-bottom: 10px;
    transition: 0.3s;
}
.itemCounter span.icon {
    background: rgb(44, 173, 219);
    height: 100%;
    position: absolute;
    width: 50px;
    right: 0;
    color: #fff;
    font-size: 34px;
    text-align: center;
    line-height: 280%;
}

.itemCounter h3, .itemCounter h4 {
    font-weight: inherit;
}
.itemCounter h4 {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0056a6;
    display: block;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin: 0 0 10px 0;
}

.itemCounter h3 {
    color: #155c77;
    font-size: 24px;
    margin: 10px 0 0 0;
}
p.resumeTitle {
    font-size: 14px;
    font-weight: 300;
}
.ctnCounter {
    overflow: hidden;
    margin: 10px -1%;
    padding: 0 0 6px 0;
}
.itemCounter h4 span {
    display: block;
    color: #595959;
    font-weight: 300;
    font-size: 10px;
    padding: 4px 0 0 0;
}

.itemCounter > div {
    padding: 0 10px;
}
.frontInfoTransp {
    position: relative;
    overflow: hidden;
    margin: 0 -1%;
}

.itemInfoTransp {
    float: left;
    width: 48%;
    margin: 0 1%;
    overflow: hidden;
}
.itemInfoTransp .icon {
    font-size: 32px;
    color: #2caddb;
    padding: 0 10px 0 0px;
    display: block;
    float: left;
}

.itemInfoTransp dt {
    color: #155c77;
}

.itemInfoTransp dd {
    font-size: 14px;
    font-weight: normal;
    color: #595959;
    line-height: 20px;
    margin-left: 42px;
}

.itemInfoTransp hr {
    margin: 12px 0;
}
.itemInfoTransp dd a {
    text-decoration: none;
    color: #005097;
    padding: 2px 6px;
    display: inline-block;
    background: #edf2fb;
    border-radius: 3px;
    margin-bottom: 4px;
}
.itemInfoTransp p {
    margin-top: 0;
    font-size: 14px;
}

.itemInfoTransp dl {
    margin-bottom: 0px;
}
a.linkMore {
    text-decoration: none;
    color: #365470;
    padding: 5px 6px;
    display: block;
    background: #edf2fb;
    border-radius: 3px;
    margin-bottom: 4px;
    margin: 16px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.select_item.aÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±os.a_left.active .selected {
    border-color: rgba(255, 102, 0, 0.48);
    color: rgba(255, 102, 0, 0.48);
    background: #ffffff;
}
.boxid_.bottomBannersPortada{
    margin: 0 -1%;
}

.boxid_.bottomBannersPortada ul {
    list-style: none;
    padding: 0;
}

.boxid_.bottomBannersPortada li {
    float: left;
    width: 23%;
    background: #eff6fd;
    margin: 1%;
    height: 150px;
    border-bottom: 3px solid #167ac6;
    border-radius: 2px;
}

.boxid_.bottomBannersPortada li {
    float: left;
    width: 23%;
    background: #eff6fd;
    margin: 1%;
    height: 150px;
    border-bottom: 3px solid #167ac6;
    border-radius: 2px;
}

.boxid_.bottomBannersPortada {
    padding: 30px 0;
    background: #ffffff;
    border-top: 1px solid #f1f1f1;
    display: block;
}
.itemCarrousel {
    border-radius: 4px;
    overflow: hidden;
    margin: 10px;
}

/*** FOOTER ***/

    .boxid_ .ctnFooterNav ul {
        float: left;
        /* max-width: 20%; */
        min-width: 15%;
        font-size: 13px;
        line-height: 16px;
        padding-right: 2%;
    }

    .boxid_ .ctnFooterNav ul li a:hover {
        text-decoration: underline;
        color: #a6b9ca;
    }

    .footerNav .titleList {
        color: #c3d0dc;
        text-transform: uppercase;
        margin: 0 0 20px 0;
        display: block;
    }

    .footerNav .icon {
        float: left;
        margin-right: 6px;
        margin-top: 0px;
        font-size: 18px;
        color: inherit;
    }

    .boxid_.footerInfo {
        background: #1d212b;
        padding: 40px 0;
        min-height: 110px;
    }

    .footerInfo .ftLogoMinerd{
    padding-bottom: 30px;
    width: 120px;
    max-width: 120px;
    }


    .boxid_.footerCopyright {
        background: #1d212b;
    }

    .boxid_.footerCopyright {
        border-top: 1px solid #282d38;
        padding: 20px 0;
    }

    .insigniasNORTIC {
        position: absolute;
        right: 0;
        top: 0;
    }

    .boxid_.footerInfo .container {
        position: relative;
    }

    .ctnFotterInfo {
        text-align: center;
        color: #a0adba;
        font-size: 12px;
        line-height: 18px;
        padding: 0 20px;
    }

    .insigniasNORTIC ul li {
        float: left;
        margin-left:2px;
    }

    .insigniasNORTIC ul li img {
        max-width: 68px;
        /* margin-top: -20px; */
    }

    .boxid_.footerCopyright ul {
        font-size: 13px;
        color: #78899c;
    }

    .boxid_.footerCopyright ul li {
        padding-left: 5px;
    }

    .boxid_.footerCopyright .Copyright ul li {
       float: left;
    }

    .boxid_.footerCopyright .Copyright ul li a {
       text-decoration: none;
       color: inherit;
       padding: 5px;
    }

    .boxid_.footerCopyright .Copyright ul li a:hover {
       text-decoration: underline;
       color: #a6b9ca;
    }

    .boxid_.EnterateSeccion {
        background: #ffffff;
    }

    .portadaNtcPrinc .itemPost .titlePost:hover {
        color: #2793e6;
    }

    .portadaNotc4Rows .titlePost:hover {
        color: #2793e6;
    }

    .ntcEnterateSeccion .datePost, .ntcEnterateSeccion .titlePost:hover {
        color: #0056a6;
    }

    .ntcEnterateSeccion .programasPtd li:hover, .ntcEnterateSeccion .programasPtd li a:hover {
        color: #fff;
    }

    .ctnFotterInfo ul li a {
        color: #9fafb5;
    }
/*** FIN ***/

/*** SOCIAL BUTTONS ***/

    .ntcPiesEscuelas .titlePost a {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        color: #fff;
        margin: 6px 0;
        transition: 0.3s;
    }

    h2.titlePost.titleVideoPortada a:hover {
        text-decoration: underline;
    }

    .ntcEnterateSeccion .datePost, .ntcEnterateSeccion .titlePost a:hover {
        color: #0056a6;
    }

    .boxPost_ .itemPost a:hover {
        color: #2793e6;
    }

    .ntcPiesEscuelas .titlePost a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .boxid_ .ctnFooterNav ul .ctnBtn a {
        display: inline-block;
        background: rgba(79, 82, 90, 0.61);
        padding: 5px 10px;
        border-radius: 2px;
        color: #cdd9e4;
        text-transform: uppercase;
        font-size: 11px;
        margin: 10px 0;
    }

/*Portanada Banner*/
.cont1{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    width: 97%;
    height: 222px;
    position: relative;
    background-image: url(../img/Banner-Portada.png);
    background-repeat: no-repeat;
    padding: 60px 12px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 3px 5px -3px rgba(83,134,182,0.60);
    border-radius: 2px;
    margin-bottom: 20px;
}

.bienvenido{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 42px;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}

.portal{
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: -12px;
    font-size: 24px;
    font-weight: normal;
    display: block;
    float: left;
    width: 100%;
}

.mini{
    font-size: 17px;
    margin-bottom: 0;
    font-weight: lighter;
    display: block;
    float: left;
    width: 85%;
}

.ley{
    font-size: 16px;
    line-height: 25px;
    display: block;
    float: left;
    width: 47%;
}
/*Fin Portada Banner*/

/*dependencias*/

a {text-decoration:none;outline: none;color: #556484;cursor: pointer;}

.boxid_ .ctnFooterNav ul li {
    color: #78899c;
    position: relative;
}

.boxid_ .ctnFooterNav ul li ul {
    position: absolute;
    right: 10px;
    background: #fff;
    display: table;
    width: 190px;
    z-index: 99;
    border-radius: 1px;
    top: 0;
    display: none;
}

.boxid_ .ctnFooterNav ul li ul li a {
    padding: 12px;
}

.boxid_ .ctnFooterNav ul li ul:before {
    content: "";
    border-right: 10px solid #fff;
    border-left: 10px solid rgba(255, 255, 255, 0);
    border-top: 10px solid rgba(255, 255, 255, 0);
    border-bottom: 10px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 5px;
    left: -20px;
}

.boxid_ .ctnFooterNav ul li:hover ul {
    display: table;
}

/*Relacion Ingresos y Egresos (Alert)*/

.update.green {
    background: rgba(57, 230, 41, 0.16);
    color: rgb(48, 93, 28);
}

.update {
    padding: 5px 10px 5px 28px;
    background: #eaeaea;
    display: table;
    margin: 0 0 6px 0;
    font-size: 12px;
    border-radius: 2px;
    position: relative;
}

.update:before {
    content: "";
    position: absolute;
    background: #848484;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 9px;
    left: 10px;
}

.update.green:before {
    content: "";
    position: absolute;
    background: #50c718;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 9px;
    left: 10px;
}


/*BotÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n ir arriba*/

.goTop {
    position: fixed;
    bottom: 90px;
    right: 33px;
    width: 20px;
    height: 20px;
    background: rgba(27, 127, 204, 0.23);
    padding: 9px;
    border: 1px solid rgba(27, 127, 204, 0.04);
    border-radius: 2px;
    cursor: pointer;
    z-index: 999;
}

.goTop span {
    font-size: 142px;
    color: rgba(27,127,204,.8);
    position: absolute;
    top: -50px;
    left: -50px;
}

.goTop:before {
    content: "";
    border-top: 0px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgba(27, 127, 204, 0.5);
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    top: 14px;
    left: 9px;
}

.btnSolicitud a {
    float: right;
    padding: 14px 15px;
    background: #155c77;
    color: #fff !important;
    border-radius: 1px;
    margin: 0 5px 0 0;
    transition: 0.3s;
}

.btnSolicitud a:hover {
    background: #0985b1;
}


li.conjunto__datos-abiertos {
    float: right;
    line-height: 20px;
    background: #4a5966;
    position: relative;
    padding: 0px 9px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}

.ctnListItemPosts .itemPost .formatosDisponible .conjunto-list__datos-abiertos {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 3px;
    background: #fff;
    box-shadow: 0 0px 8px -3px #000;
    visibility: hidden;
    /* transition: 0.3s; */
}

.ctnListItemPosts .itemPost .formatosDisponible .conjunto-list__datos-abiertos li {
    /* width: 100%; */
    float: none;
}

.ctnListItemPosts .itemPost {
    position: relative;
}

.ctnListItemPosts .itemPost .formatosDisponible .conjunto-list__datos-abiertos li a {width: 84%;padding: 1px 8%;margin: 0px;margin-bottom: 6px;transition: none;}

.ctnListItemPosts .itemPost .formatosDisponible .conjunto__datos-abiertos:hover .conjunto-list__datos-abiertos {
    visibility: visible;
}
.ctnListItemPosts .itemPost:hover {
    z-index: 999;
}
dt.dt_direccion {
    font-weight: 500;
}
.element-invisible{
    position:absolute!important;
    overflow:hidden;
    overflow-x:hidden;
    overflow-y:hidden;
    height:1px;
}
.element-invisible:focus {
    outline: dotted thin;
    position: static!important;
    clip: auto;
    overflow: visible;
    height: auto;
}
div#owlBottomBannersPortada img:focus {
    border: 3px dotted !important;
}
.ctnFotterInfo ul li a {
    color: #d9d9d9 !important;
    text-decoration: underline;
}
.PrimaryNav_left ul li:hover > ul.sub-menu, .PrimaryNav_left ul li:hover > ul.sub-menu li:hover > ul.sub-menu, .PrimaryNav_left ul li:focus-within > ul.sub-menu,
.PrimaryNav_left ul li:focus-within > ul.sub-menu {
  display: block;
}

.PrimaryNav_left ul li:hover > ul.sub-menu, .PrimaryNav_left ul li:hover > ul.sub-menu li:hover > ul.sub-menu, .PrimaryNav_left ul li:focus-within > ul.sub-menu, .PrimaryNav_left ul li:focus-within > ul.sub-menu, .PrimaryNav_left ul li:focus-within > ul.sub-menu li:focus-within > ul.sub-menu{display:block}

.PrimaryNav_left ul li ul.sub-menu ul.sub-menu {
  background: #0e90bf;
  display: none;
}
.cantidadtext {
  display: inline;
  font-size: 11px;
  font-weight: 400;
  background: white !important;
  color: #4b5867 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.itemFolder .ctnfolder .dl .dt {
    text-transform: uppercase;
    font-size: 10px;
    color: #375c7b;
    padding-bottom: 4px;
}

.itemFolder .ctnfolder .dl .dd {
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
    color: #29a4d0;
    float: left;
    padding: 0 4px;
    margin-right: 4px;
    background: rgba(179, 212, 252, 0.08);
    border-radius: 1px;
    margin-bottom: 4px;
}

.barra_top {
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 8px 0 0 0;
  border-color: #eaecee;
}

.boxid_ .ctnFooterNav .col-footer {
    float: left;
    max-width: 20%;
    min-width: 15%;
    font-size: 13px;
    line-height: 16px;
    padding-right: 1%; /* 2% */
}
.boxid_ .ctnFooterNav .col-footer .ctnBtn a {
    display: inline-block;
    background: rgba(79,82,90,.61);
    padding: 5px 10px;
    border-radius: 2px;
    color: #d2dce6;
    font-size: 11px;
    margin: 10px 0;
    width: 72%;
    text-align: center;
}

@media only screen and (max-width: 995px){
    .boxid_.footerNav.m_hidden {
        display: none!important;
    }
    .insigniasNORTIC ul li img {
        max-width: 50px;
    }
}