/*html {
    box-sizing: border-box;
}

@font-face { font-family: 'NHaasGroteskTXPro-75Bd'; src: url('https://be.nortic.ogtic.gob.do/fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype'); }

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    padding: 0px;
    margin: 0px;
    
	font-family: 'Poppins, sans-serif';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   
	font-weight: 700 !important;
    font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif !important;
	
}*/
h4{
	font-weight: 500 !important;
}


.headex {
    overflow: hidden;
   /*background: #22366e;*/
	 background: #FFFFFF;
}

#global_container {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    height: 100%;
	 /*ws - 12/08/2019 para arreglar la pagina de contacto*/
	clear: both;
    /*overflow: hidden;*/
    height: auto;	
}
/*acordeon*/
.ui-accordion-content {
	height:auto;
}

.navbar{
	margin-bottom:0;
}

div.fix_global_container, #global_container:after {
    clear: both;
	content:"";
}
/* --------------------------------  */ /* ------- LOADING IMAGES----------  */ /* --------------------------------  */

img.loading_images {
    display: none;
}
/* --------------------------------  */ /* -------- LITTLEHEADER-----------  */ /* --------------------------------  */

div.little_header {
    display: none;
    width: 100%;
    /*float: left;*/
}

div.rd_container_lh {
    display: block;
    float: left;
}

img.escudo_lh {
    display: block;
    float: left;
    margin-top: 7px;
}

span.rd_lh {
    font-size: 10px;
    color: rgb(169, 168, 168);
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 6px;
}
/* --------------------------------  */ /* -------------HEADER-------------  */ /* --------------------------------  */

div.header_container {
    width: 100%;
    min-height: 83px;
    /*float: left;*/
}

div.header_left { /* ----- */
    float: left;
    width: 229px;
    min-height: 83px;
    background-color: white;
}

img.logo {
    display: block;
    margin: 0px auto;
    margin-top: 17px;
    width: 100%;
    max-width: 300px;
}

div.header_middle {
    position: relative;
    float: left;
    width: 726px;
    height: 83px;
    background-color: transparent;
}
/*------trans--cut&paste to its place-----*/

div.header_middle_trans {
    position: relative;
    float: left;
    width: 200px;
    height: 83px;
    background-color: transparent;
}

    div.header_middle_trans h3.site_title {
        position: absolute;
        top: 19px;
        left: 20px;
        width: 200px;
        font-size: 13px;
        color: #00599c;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    div.header_middle_trans a.social_icon {
        margin-right: 18px;
    }
/*----trans-end-----*/

div.header_right {
    float: right;
    width: 140px;
    height: 83px;
}
/*-----trans-----*/

div.header_right_trans {
    float: right;
    width: 140px;
    height: 83px;
}

div.search_section_trans { /* ----------- */
    height: 27px;
}

    div.search_section_trans input {
        border: 1px solid rgba(116, 163, 212, 0.3);
    }

div.search_container_trans {
    height: 83px;
    overflow: hidden;
}

img.escudo_trans {
    display: block;
    float: left;
    margin-top: 7px;
}

span.rd_trans {
    font-size: 10px;
    color: rgb(169, 168, 168);
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 6px;
}

a.mini_link_trans {
    display: block;
    float: left;
    margin-top: 0px;
    font-size: 10px;
    color: #D26A04;
    cursor: pointer;
}

a.ini_trans, a.map_trans {
    margin-right: 20px;
}

input.search_box_trans {
    display: block;
    float: left;
    margin-top: 5px;
    width: 110px;
    padding-left: 5px;
    padding-right: 5px;
}

img.mag_trans {
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: 0px;
    cursor: pointer;
    width: 20px;
}
/*----trans-end--*/

div.social_container {
    width: 100%;
    height: 41px;
    background-color: white;
}

    div.social_container.override_trans {
        margin-top: 25px;
    }

a.social_icon {
    display: block;
    float: left;
    margin-top: 17px;
    margin-right: 10px;
}

    a.social_icon img {
        position: relative;
        top: 5px;
    }

.first_social {
    margin-left: 20px;
}

div.nav_container {
    width: 100%;
    height: 41px;
    background-color: transparent;
}

ul.nav_list {
    display: block;
    margin-top: 15px;
    margin-left: 20px;
}

li.nav_item {
    position: relative;
    font-size: 11px;
    font-weight: bolder;
    color: #00599c;
    /*display: none;*/
	display: block;
    float: left; /*height: 25px;*/
    margin-right: 20px;
    cursor: pointer;
}

ul.menu {
    background-color: #00599c;
    width: 200px;
    position: absolute;
    left: 200px;
    top: 0px;
    z-index: 100;
    list-style: none;
    display: none;
}

    ul.menu li > ul.menu {
        background-color: #00599c;
        width: 200px;
        position: absolute;
        left: 190px;
        top: 0px;
        z-index: 100;
        list-style: none;
        display: none;
    }

.menu li {
    position: relative;
    width: 100%;
    padding: 10px 10px;
    color: white;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

    .menu li:hover {
        color: black;
        background-color: #81a3e1;
    }

div.header_right_trans {
    width: 280px;
}

div.social_container {
    float: left;
    height: 100%;
    width: 50% !important;
}

.social_container .search_container_trans {
    float: right;
    height: 100%;
}

.social_container .social_image {
    height: 100%;
}

.social_container .image_container {
    width: 30px;
    float: right;
    height: 25px;
    padding-top: 4px;
}
/*---*/

div.search_section { /* ----------- */
    height: 27px;
}

    div.search_section input {
        border: 1px solid rgba(116, 163, 212, 0.3);
    }

div.search_container {
    height: 83px;
    overflow: hidden;
}

img.escudo {
    display: block;
    float: left;
    margin-top: 7px;
}

span.rd {
    font-size: 10px;
    color: rgb(169, 168, 168);
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 6px;
}

a.mini_link {
    display: block;
    float: left;
    margin-top: 0px;
    font-size: 10px;
    color: #D26A04;
    cursor: pointer;
}

a.ini, a.map {
    margin-right: 20px;
}

input.search_box {
    display: block;
    float: left;
    margin-top: 5px;
    width: 110px;
}

img.mag {
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}
/* --------------------------------  */ /* -------------SLIDER-------------  */ /* --------------------------------  */

div.slider_container {
    display: block;
    /*float: left;*/
    width: 100%;
    position: relative;
    overflow: hidden;
}

div.slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*  Overriding SLIDER CSS ----------- */ /*  Overriding SLIDER CSS ----------- */ /*  Overriding SLIDER CSS  ---------- */

.slick-slider {
    margin-bottom: 0px !important;
}

.slick-dots {
    bottom: 18px !important;
}
/* Botones */

.slick-prev, .slick-next {
    width: 36px;
    height: 36px;
    margin-top: -17px;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 34px;
        font-weight: normal;
        line-height: 1;
        opacity: .60;
        color: #143f6c;
    }

img.left_arrow, img.right_arrow {
    position: absolute;
    z-index: 777;
}

img.left_arrow {
    left: 20px;
    top: 50%;
    margin-top: -16px;
}

img.right_arrow {
    right: 20px;
    top: 50%;
    margin-top: -16px;
}

.slick-vertical .slick-slide {
    border: none;
}
/* ----------------------------------------------  */ /* -------------CONTENT--------------------------  */ /* ----------------------------------------------  */ /* --------------------------------  */ /* -------------NEWS---------------  */ /* --------------------------------  */

div.news_container {
    float: left;
    width: 55%;
    position: relative; /* background-color: #1D242C; */
    z-index: 99;
}

div.news_title {
    width: 100%;
    height: 60px; /* background-color: #1D242C; */
}

img.news_icon {
    display: block;
    float: left;
    margin-left: 41px;
    margin-top: 28px;
}

span.news_title_text {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 28px;
    font-size: 14px;
    color: #BF6000;
}
/* ----- */

div.article_container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 33px;
    word-break: break-word;
    position: relative;
    overflow: hidden;
}

div.article {
    width: 100%;
    overflow: hidden;
}

img.article_img {
    display: block;
    float: left;
    width: 39%;
    max-width: 217px;
}

div.article_text {
    display: block;
    float: left;
    width: 60%;
    padding-left: 18px;
}

h6.article_title {
    color: #143f6c;
    font-size: 13px;
    font-weight: normal;
    line-height: 130%;
}
/*
span.date {
    color: #252424;
    font-size: 11px;
    display: block;
    float: left;
    margin-top: 10px;
}
*/
p.preview_text {
    display: block;
    float: left;
    color: rgb(101, 97, 97);
    font-size: 11px;
    line-height: 130%;
    margin-top: 10px;
    word-break: break-word;
}
/* --------------------------------  */ /* ----SPA------SERVICES-----------  */ /* --------------------------------  */

div.spa_container {
    float: left;
    /*width: 27%;*/
    background-color: white;
    padding-top: 20px;
    z-index: 501;
}

.spa_items {
    margin-bottom: 15px;
	max-width:325px;
	padding-left: 10px!important;
    padding-right: 5px!important;
}
/*ws 12/08/2019*/
/*.spa_items a{    background: #fe9900;}*/

div.services_container { /* ----- */
    width: 100%;
    padding-left: 25px;
    padding-right: 0px;
}

div.services {
    position: relative;
    width: 100%;
    height: 105px;
    background-color: #00599c;
}

img.icon_service {
    position: absolute;
    left: 14px;
    top: 10px;
}

h6.title_services {
    font-weight: normal;
    color: white;
    position: absolute;
    left: 45px;
    top: 10px;
    font-size: 14px;
}

div.services li {
    font-size: 12px;
    color: rgb(255, 197, 155);
    height: 20px;
}

ul.services_list {
    position: absolute;
    left: 45px;
    top: 32px;
    list-style: none;
}

li.service_item {
    position: relative;
    cursor: pointer;
}

    li.service_item:hover {
        color: white;
    }

img.worker {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

div.projects_container { /* ----- */
    width: 100%;
    padding-left: 25px;
    padding-right: 0px;
}

div.projects {
    position: relative;
    width: 100%;
    height: 105px;
    background-color: #DDDDDD;
}
/**/

img.icon_projects {
    position: absolute;
    left: 14px;
    top: 10px;
}

h6.title_projects {
    font-weight: normal;
    color: #402000;
    position: absolute;
    left: 45px;
    top: 10px;
    font-size: 14px;
}

div.projects li {
    font-size: 12px;
    color: #7B6752;
    height: 20px;
}

ul.projects_list {
    position: absolute;
    left: 45px;
    top: 32px;
    list-style: none;
}

    ul.projects_list li.service_item:hover {
        color: black;
    }
/**/

div.agenda_container { /* ----- */
    width: 100%;
    padding-left: 25px;
    padding-right: 0px;
}

div.agenda {
    position: relative;
    width: 100%;
    height: 105px;
    background-color: #8C909F;
}

img.icon_agenda {
    position: absolute;
    left: 14px;
    top: 10px;
}

h6.title_agenda {
    font-weight: normal;
    color: white;
    position: absolute;
    left: 45px;
    top: 10px;
    font-size: 14px;
}
/* ------------------- */

div.links_container { /* ------ */
    width: 100%;
    padding-left: 25px;
    padding-right: 0px;
}

div.links {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #8C909F;
}
/**/

img.icon_links {
    position: absolute;
    left: 14px;
    top: 10px;
}

h6.title_links {
    font-weight: normal;
    color: white;
    position: absolute;
    left: 45px;
    top: 10px;
    font-size: 14px;
}

div.links li, div.links a {
    font-size: 12px;
    color: rgb(210, 210, 210);
    height: 20px;
    cursor: pointer;
}

ul.links_list {
    position: absolute;
    left: 45px;
    top: 35px;
    list-style: none;
}
/*----fix links---*/

div.fix1 {
    position: absolute;
    left: 0px;
    bottom: -398px;
    height: 401px;
    width: 100%;
    background-color: #8C909F;
    z-index: 0;
}

div.fix2 {
    position: absolute;
    left: 0px;
    bottom: -398px;
    height: 401px;
    width: 100%; /* background-color: #1D242C; */
    z-index: 0;
}

div.fix3 {
    position: absolute;
    left: 0px;
    bottom: -398px;
    height: 401px;
    width: 100%;
    border: 1px solid rgba(116, 163, 212, 0.3);
    border-top: none;
    z-index: 0;
}
/* -------------------------side_menu-------  */ /* -------------DEPENDENCIES-------  */ /* --------------------------------  */

/*cambio ws 12/08/2019*/
/*div.dependencies_container {
    position: relative;
    float: left;
    width: 18%;
    padding-top: 20px;
    background-color: white;
    z-index: 500;
}*/
/*cambio de los inputs que los pusieron flotando directamente en bootsrap*/
.input-group .form-control {
    float: none;
}
.laterla_menu {
    position: relative;
    float: left;
    width: 18%;	
    margin-top: 20px;
    background-color: white;
    z-index: 500;
	border: 1px solid rgba(116, 163, 212, 0.3);
	margin-bottom:40px;
}
img.icon_dependencies {
    display: block;
    float: left;
}

h6.title_dependencies {
    display: block;
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    font-weight: normal;
    color: rgb(207, 104, 0);
    font-size: 14px;
}

ul.list_dependencies {
    display: block;
	/*ws -  12/08/2019 quite la flota ignecesaria*/
    /*float: left;*/
    width: 100%;
    /*margin-top: 20px;*/
    /*border: 1px solid rgba(116, 163, 212, 0.3);*/
    border-bottom: 0;
	margin:0;
	padding:0;
}

    ul.list_dependencies li, ul.list_side_menu li{
        position: relative;
        list-style: none;
        font-size: 11px;
        color: black;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 13px;
        padding-bottom: 13px;
        border-bottom: 1px solid rgba(116, 163, 212, 0.3);
    }

        ul.list_dependencies li:hover {
            cursor: pointer;
            background-color: #337ab7;
            color: white;
            /* border-bottom: 1px solid rgba(207, 104, 0, 0.0); */
        }

        ul.list_dependencies li.nav_item:nth-last-child(3) ul.menu {
            top: inherit;
            bottom: 0px;
        }

        ul.list_dependencies li.nav_item:nth-last-child(1) ul.menu {
            top: inherit;
            bottom: 0px;
        }

.sub:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    right: 0px;
    bottom: -1px;
    border-left: 40px solid #337ab7;
    border-right: 0px solid #337ab7;
    border-bottom: 0px solid #337ab7;
    border-top: 4px solid #337ab7;
    margin-left: 0px;
}

.sub:hover:after {
    border-left: 40px solid #337ab7;
    border-right: 0px solid #337ab7;
    border-bottom: 0px solid #337ab7;
    border-top: 8px solid #337ab7;
}

ul.list_dependencies a, ul.list_side_menu a {
    position: relative;
    list-style: none;
    font-size: 13px;
    padding: 15px 0px 15px 0px; /*x 123px x x  */
    color: black;
    text-decoration: none;
}
/* --------------------  */ /* ------GOB_LINKS-----  */ /* --------------------  */

div.links_gob {
    /*position: relative;*/
    display: block;
    overflow: hidden;
    /*float: left;*/
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #DDDDDD;
   /* z-index: 99; */
}

    div.links_gob img.escudo_gris {
        display: block;
        float: left;
    }

    div.links_gob h3 {
        color: rgb(136, 136, 136);
        padding: 10px;
        margin-top: 6px;
        display: block;
        float: left;
        width: 150px;
    }

ul.links_col {
    list-style: none;
    display: block;
    float: left;
    width: 25%;
    padding: 0px 10px;
}

    ul.links_col li {
        font-size: 12px;
        /*height: 60px;*/
		    padding-bottom: 20px;
    }

        ul.links_col li a {
            color: #373737;
            font-weight: bold;
            display: block;
            margin-top: 5px;
            font-size: 11px;
        }

div.links_gob_header {
    display: block;
    /*float: left;*/
    width: 100%;
    margin-bottom: 20px;
}

.one {
    clear: left;
}
/* --------------------  */ /* --------footer------  */ /* --------------------  */

div.footer_container {
    display: block;
    /*float: left;*/
    width: 100%;
    padding: 60px 0;
    background-color: #22366e;
    /*z-index: 1000;
	position:relative;*/
}

img.logos_footer {
    display: block;
    width: 720px;
    margin: 0px auto;
}

div.footer_text {
    width: 100%;
}

div.info_text {
    font-size: 11px;
    color: #888888;
}

    div.info_text p {
        width: 600px;
        text-align: center;
        margin: 15px auto;
        line-height: 150%;
    }

    div.info_text a.main_link {
        display: block;
        width: 600px;
        height: 20px;
        text-align: center;
        margin: 0px auto;
        color: #888888;
        text-decoration: none;
    }

    div.info_text p a {
        color: rgb(197, 197, 197);
    }

    div.info_text span {
        display: block;
    }

/*----------NORTIC------------*/

.nortic_container {
    display: block;
    text-align: left;
    position: absolute;
    z-index: 88;
    right: -15px;
    top: 80px;
    max-width: 240px;
}

span#selloNortic {
    display: inline-block;
    vertical-align: top;
	padding:2px;
}


@media(min-width: 1046px) {
    div.info_text .nortic_text_container {
        display: none;
    }

    div.info_text .show-on-mobile {
        display: none;
    }

    div.info_text .show-on-desktop {
        display: block;
    }
}

@media(max-width: 1045px) {
    .nortic_container {
        display: none;
    }

    div.info_text .show-on-mobile {
        display: block;
    }

    div.info_text .show-on-desktop {
        display: none;
    }
}
/*-----------------------------------------*/ /* --------------------------------------- */ /* --------------------------------------- */ /* ---------STYLES PAGINA CONTENIDO---------------- */ /* --------------------------------------- */ /* --------------------------------------- */

div.cover_pic_container {
    display: block;
    /*float: left;*/
    width: 100%;
	overflow:hidden:
	height:375px;
}

img.cover_pic {
    display: block;
    width: 100%;
}

div.content_container {
    display: block;
    float: left;
    width: 64%;
}

h1.content_title {
    color: #003876;
    /* font-size: 25px;*/
    padding-left: 0px;
    padding-top: 0px!important;
}

p.content_text {
    font-size: 12px;
    line-height: 160%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
}

/*----*/

div.side_menu_container {
    position: relative;
    float: left;
    width: 18%;
    padding-top: 20px;
    background-color: white;
    z-index: 500;
}

img.icon_side_menu {
    display: block;
    position: relative;
    top: 5px;
    float: left;
}

h6.title_side_menu {
    display: block;
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    font-weight: normal;
    color: rgb(207, 104, 0);
    font-size: 14px;
}

ul.list_side_menu {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    border-left: 1px solid rgba(116, 163, 212, 0.3);
    border-right: 1px solid rgba(116, 163, 212, 0.3);
}

    ul.list_side_menu li {
        position: relative;
        list-style: none;
        font-size: 11px;
        color: black;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 13px;
        padding-bottom: 13px;
        border-bottom: 1px solid rgba(116, 163, 212, 0.3);
    }

        ul.list_side_menu li:hover {
            cursor: pointer;
            background-color: #00599c;
            color: white;
        }
/*------------------------*/ /*----------------------------------------*/ /*------------------------*/ /*------------------------*/ /*----------------------------------------*/ /*------------------------*/ /* --------------------------------------- */ /* --------------------------------------- */ /* ---------STYLES PAGINA NOTICIAS---------------- */ /* --------------------------------------- */ /* --------------------------------------- */ /* --------------------------------------- */ /* --------------------------------------- */ /* ---------STYLES PAGINA NOTICIAS---------------- */ /* --------------------------------------- */ /* --------------------------------------- */ /* --------------------------------------- */ /* --------------------------------------- */ /* ---------STYLES PAGINA NOTICIAS---------------- */ /* --------------------------------------- */ /* --------------------------------------- */

div.news_title.override_class_noti {
    background-color: transparent;
}

div.

_container.override_class_noti div.article div.article_text h6 {
    color: #865A4B;
    font-size: 18px;
}

div.article_container.override_class_noti div.article div.article_text span {
    color: #898989;
}

div.article_container.override_class_noti div.article div.article_text p {
    color: rgb(48, 48, 48);
    font-size: 12px;
}
/* --new-- */ /* --new-- */

#idex_noti_global_cont {
    width: 100%;
}
    /* icono noticias */

    #idex_noti_global_cont div img.news_icon {
        margin-left: 0px;
    }

div.new_art_cont.article_container {
    width: 25%;
    height: 350px;
    display: block;
    float: left;
    padding: 0px 10px 0px 0px;
}

    div.new_art_cont.article_container div.article {
        height: 100%;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
    }

    div.new_art_cont.article_container img.article_img {
        width: 100%;
        max-width: none;
    }

    div.new_art_cont.article_container div.article_text {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    div.new_art_cont.article_container div.article div.article_text h6 {
        font-size: 15px;
    }
/* --------------------------------------- */ /* --------------------------------------- */ /* ----STYLES subportal transparencia----- */ /* --------------------------------------- */ /* --------------------------------------- */ /**fixing slider on top, covering defect.*/

div.slider_container div.fix_cover_top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    /* background-color: white; */
    z-index: 998;
}
/* ----------------SERVICES(transparencia)--*/

p.services_list.override_trans {
    position: absolute;
    left: 20px;
    top: 35px;
    width: 190px;
    list-style: none;
    font-size: 12px;
    color: rgb(255, 197, 155);
    line-height: 140%;
}

h6.title_services.override_trans {
    left: 20px;
}

button.saber_mas {
    display: block;
    position: absolute;
    left: 20px;
    top: 70px;
    width: 92px;
    height: 25px;
    color: rgb(255, 255, 255);
    background-color: #047fff;
    border: 0px;
    font-weight: normal;
    font-size: 12px;
}

div.projects p.services_list.override_trans {
    color: rgb(111, 111, 111);
}
/* ----------------PROJECTS(licitaciones)--*/

h6.title_projects.override_trans {
    left: 20px;
}

p.services_list.override_trans.wider {
    width: 90%;
}

div.projects button.saber_mas {
    background-color: #BEBDBC;
    color: rgb(107, 107, 107);
}
/* -----------------AGENDA(fideicomiso)--*/

h6.title_agenda.override_trans {
    left: 20px;
}

div.agenda p.services_list.override_trans.wider {
    color: rgb(208, 208, 208);
}

div.agenda button.saber_mas {
    background-color: #BEBDBC;
    color: rgb(100, 100, 100);
}
/* -------------------ENLACES(enlaces)--*/

div.links.override_trans {
    background-color: #6F6F6F;
}

    div.links.override_trans ul, div.links.override_trans h6 {
        left: 20px;
    }

    div.links.override_trans .fix1 {
        background-color: #6F6F6F;
    }
/*---------MODAL---------*/ /*-----------------------*/

div.modal_container { /*-----black-transparent CONTAINER-----*/
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.81);
    z-index: 1000000;
}

div.box_modal { /* ---box--- */
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -100px;
    width: 450px;
    height: 200px;
    background-color: white;
}

    div.box_modal img.pic_modal {
        display: none;
        position: absolute;
        right: -167px;
        bottom: 0px;
    }

    div.box_modal h6.title_modal {
        position: absolute;
        top: 15px;
        left: 20px;
        color: rgba(221, 111, 0, 1);
        font-size: 14px;
    }

    div.box_modal p.text_modal {
        position: absolute;
        top: 39px;
        left: 20px;
        width: 373px;
        color: rgba(97, 49, 0, 1);
        line-height: 150%;
        font-size: 12px;
        z-index: 100;
    }

div.trans_over_pic {
    cursor: pointer;
    position: absolute;
    top: 100%;
    width: 95%;
    height: 100%;
    z-index: 100;
    background-color: rgba(116, 163, 212, 0.3);
}
/* ------------end---TRANSPARENCIA-STYLES------------ */ /* ---------------------------------------------- */ /* ---------------------------------------------- */ /* -----CLASSES TRANSPARENCIA_CONTENIDO.html----- */ /* ---------------------------------------------- */ /* ---------------------------------------------- */

div.dependencies_container.override_trans_cont {
    display: block; /*padding: 1%;*****************************************************************/
    word-wrap: break-word; /******************************************************************/
}

div.content_container.override_trans_cont {
    /*width: 64%;
    padding: 1%; 
    word-wrap: break-word; */
	padding:15px;
}


.content_container.override_trans_cont p {
    padding: 5px;
    /*font-size: 12px;*/
}

.pliego {
    min-height: 650px;
}

.institucional {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.pais {
    width: 130px;
    height: 96px;
    right: 0px;
    position: absolute;
    text-align: center;
}

.institucion {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

img#Logo-MOPC {
    align-content: center;
    margin-top: 73px;
}

img#ADobeDW-pdf {
    margin-top: 4px;
}

.ADobeDW, .ADobeDW img {
    max-height: 45px;
    max-width: 716px; /* width: 100%; */
    position: absolute; /*bottom: -25px;*/
}
.ADobeDW{ display:none;}
.line {
    width: 100%;
    height: 1px;
    background-color: #A7A6A6;
    margin-top: 5px;
    margin-bottom: 5px;
}

.firma {
    width: 270px;
    text-align: center;
    position: absolute;
    right: 30px;
    bottom: -4px;
}


.BL {
    margin-bottom: 70px;
}
/* -----end---TRANSPARENCIA_CONTENIDO.html------- */ /* ---------------------------------------------- */ /* ---------------------------------------------- */ /* -----CLASSES TRANSPARENCIA_NOTICIAS.html----- */ /* ---------------------------------------------- */ /* ---------------------------------------------- */

div.content_container.override_noticias_trans_html {
    width: 82%;
    padding: 1%; /******************************************************************/
    word-wrap: break-word; /******************************************************************/
}

div.content_container.override_noticias_trans_html2 {
    width: 82%;
    padding: 1%; /******************************************************************/
    word-wrap: break-word; /******************************************************************/
}

div.fix3.override_trans_noticias_html {
    bottom: -468px;
    height: 470px;
}
/* -----end---TRANSPARENCIA_NOTICIAS.html------- */ /* --------------------------------------- */ /* --------------------------------------- */ /* -----CLASSES ADDED WITH JAVASCRIPT----- */ /* --------------------------------------- */ /* --------------------------------------- */

div.go_above_menu {
    position: absolute;
    right: 13px;
    width: 300px;
    height: 50px;
    top: 0px;
    float: none;
}

div.make_us_flat {
    width: 150px;
    float: left;
}

div.last_search_responsive_styles {
    clear: left;
    float: right;
}

div.second_search_responsive_styles {
    margin-top: 5px;
}

div.search_container_responsive_styles {
    height: 50px;
}
/* --------------------------------------------- */ /* -------TABLA DE ARCHIVOS-y----<LI>----------- */ /* ----------EN--CONTENT CONTAINER-------------- */ /* --------------------------------------------- */ /*---table---*/

content_texttable.tabla_archivos, .content_text table {
    border-collapse: collapse;
    width: 100%;
}

    table.tabla_archivos, .content_text table tr {
        border: 1px solid #DDDDDD;

    }
   
    .tabla_archivos tr:nth-child(2n) {
      background-color: #f1f1f1;
    }

    table.tabla_archivos, .content_text table td {
        padding: 10px;   
    }

    table.tabla_archivos td a, .content_text table td a {
      /* color: #D26A04;*/
		color:#0F539C;
       font-size: 13px;
    }

    table.tabla_archivos tr td p, table.tabla_archivos tr td, .content_text tr td p, .content_text tr td {
       font-size: 13px;
    }

/*-----li----*/

.content_container ul li {
    padding-left: 20px;
    list-style: none;
    margin-bottom: 10px;
}

    .content_container ul li span a {
        color: #D26A04;
        font-weight: bold;
    }
/* tabla tipo lista para nodos internos*/

table.tabla_archivos.lista, .content_text .lista td {
    padding: 4px;
    border-collapse: collapse;
    border-left: none;
    border-right: none;
}

.content_text .lista tr:nth-child(2n) {
    background-color: #f1f1f1;
}

.content_text .lista tr {
    border: none;
}

    .content_text .lista tr td:nth-child(1) {
        width: 2%;
    }

    .content_text .lista tr td:nth-child(2) {
        width: 21%;
		/*width: 22%;*/
    }

    .content_text .lista tr td:nth-child(3) {
        width: 63%;
    }

    .content_text .lista tr td:nth-child(4) {
        width: 13%;
		/*width: 14%;*/
    }

.lista :before, .lista[class*=" flaticon-"]:before {
    margin: 0px;
}

div#accordion td:first-child {
    width: 15px;
}

div.content_text div#accordion + div#accordion {
    padding-top: 1px;
    margin-top: 3px;
}

div#accordion table.ui-accordion-header:hover {
    //cursor: pointer;
	//background: #22366e;
	background: #eef5ff;
	
	color: white;
}
/* ---------------------end--------------------- */ /*Icono descarga */

a.descargar:after {
    content: "Descargar";
    display: block;
}

a.descargar:hover:after {
    color: #22366e;
	
}

a.descargar:visited:hover:after {
    color: #22366e;
}

a.descargar:visited:after {
    color: #006508;
}

a.descargar {
    display: block;
}

    a.descargar:before {
        content: " ";
        background-image: url("/images/descarga.png");
        background-repeat: no-repeat;
        width: 57px;
        height: 37px;
        display: block;
        align-content: center;
        /*background-position: 7px 7px;*/
		background-position: 7px -37px;
    }

    a.descargar:hover:before {
        background-position: 7px 7px;
		color: #D26A04;
    }

    a.descargar.descargado:before {
        content: " ";
        background: url("/images/descarga.png");
        background-position: 7px -82px;
    }
/*a.descargar:active:before		{		   		   		   background-position: 7px -82px;		}*/ /*fin icono descarga*/ /*  -------------------------------------------------  */ /*  ---------------SEARCH RESULTS--------------------  */ /*  -------------------------------------------------  */

a.results-title {
    text-decoration: none;
    color: #944900;
    font-size: 15px;
    padding-top: 10px;
}

a.results-url {
    display: block;
    font-size: 11px;
    padding-bottom: 10px;
}

p.result-content {
    color: black;
    font-size: 12px;
    padding-bottom: 30px;
}

div.item_text_container {
    max-width: 700px;
}

p.result-content {
    max-width: 780px;
}

.row .busqueda {
    background-color: #22366e;
    margin-bottom: 5px;
}

.col-lg-12.col-md-12.col-sm-12 {
    padding: 5px;
}

a.results-title {
    margin-left: 5px;
}

a.results-url {
    margin-left: 7px;
}
/*fin  SEARCH RESULT*/ /* -------------SITE_MAP------------- */ /* -------------SITE_MAP------------- */ /* -------------SITE_MAP------------- */ /* --lv1-- */
ul.ul_1 *, ul.ul_1 *:before, ul.ul_1 *:after {
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
ul.ul_1 {    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vw;
    max-height: 800px;
    font-size: 0;
	margin-bottom: 15px;
}

    ul.ul_1 > li { /* --------% widths-------- */
        list-style: none;        
            width: 25%;
    }
ul.ul_1 > li::before, ul.ul_1 > li::after{
-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;
}

        ul.ul_1 > li > a {
                color: black;
    /*font-size: 12px;*/
    font-weight: bold;
    text-decoration: none;
        }
ul.ul_1 > li > a:hover, ul.ul_2 > li > a:hover {text-decoration: underline;}
/* --lv2-- */

ul.ul_2 {
          margin-top: 15px;    
    /*border-left: 1px solid #DDDDDD;*/
    padding-left: 10px;
}

    ul.ul_2 > li {
        list-style: none;
        margin-top: 10px;
		margin-bottom: 0px;
		padding:0!important;
    }

        ul.ul_2 > li > a {
            color: black;
           /* font-size: 12px;*/
            font-weight: normal;
            text-decoration: none;
        }
/* --lv3-- */

ul.ul_3 {
    position: relative;
    left: 10px;
    /*border-left: 1px solid #DDDDDD;*/
}

    ul.ul_3 > li {
        list-style: none;
        margin-left: 15px;
		line-height: 1.2;
    }

       ul.ul_3>li>a {
    color: black;
    /*font-size: 12px;*/
    text-decoration: none;
    display: block;
}

ul.ul_3>li>a:hover {
	text-decoration: underline;
}

img.site_map_img {
    width: 100%;
}
/* -------fin de SITE_MAP------------- */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* --------------RASTRO URL BreadCrumb------------------ */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */

.content_container {
    position: relative;
}

ul.rastro_ul {
    position: relative;
    display: block;
    overflow: hidden;
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
}

    ul.rastro_ul li {
        display: inline;
        position: relative;
        left: 50px;
        margin-left: 0px;
        list-style: none;
        font-size: 12px;
        color: #D26A04;
        font-weight: bold;
    }

        ul.rastro_ul li a {
            font-size: 12px;
            text-decoration: none;
            color: #D26A04;
        }

span.esta_en {
    position: absolute;
    font-size: 12px;
    top: 23px;
}
/*ws*/
.descargar-adobe{
	//background:url(/media/6701/descargar-adobe.jpg) center left no-repeat;
	background:url(/images/plugin-pdf.png) center left no-repeat;
	display:block;
	width:221px;
	height:60px;
	color: red;
	overflow:hidden;
	text-indent:-99999px;
	margin-bottom:15px;
}

h1.big-title {
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.contenido p {
    margin-bottom: 10px;
}

.yellow-bar {
    border-top: solid 1px rgba(210,106,4,0.2);
    border-bottom: solid 1px rgba(210,106,4,0.2);
    background: #FFFFEA;
    color: #000;
    font-size: 12px;
    margin: 15px 0;
    padding: 8px;
}

.icon-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    padding-left: 15px;
    position: relative;
    line-height: 20px;
}

    .icon-box i.fa {
        position: absolute;
        font-size: 12px;
        color: #D26A04;
        line-height: 20px;
        left: 0;
    }

.crossed-title {
    margin-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    height: 20px;
}

    .crossed-title h4 {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.25;
        margin: 10px 0;
        display: block;
        padding-right: 8px;
        position: absolute;
        color: #777;
        background: #fff;
        letter-spacing: 0.025em;
    }

.underline-title {
    position: relative;
    margin: 20px 0;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1.25;
    border-bottom: solid 1px #DDD;
    text-transform: uppercase;
}

    .underline-title:before {
        content: '';
        height: 0;
        display: block;
        position: absolute;
        border-bottom: 3px solid #d26a04;
        bottom: -2px;
        left: 0;
        width: 40px;
    }
.read-more {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px;
    padding-right: 12px;
    position: relative;
}

    .read-more:after {
        font-family: 'FontAwesome';
        content: "\f061";
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 2px;
        right: 0;
        font-size: 8px;
        margin: 0;
        padding: 3px 3px 2px 4px;
        opacity: 0;
        -webkit-transition: all 0.16s ease;
        -moz-transition: all 0.16s ease;
        -ms-transition: all 0.16s ease;
        -o-transition: all 0.16s ease;
        transition: all 0.16s ease;
    }

    .read-more:hover:after {
        opacity: 1;
        margin-right: -3px;
    }

ul.check, ul.adjuntos, ul.square {
    padding-bottom: 10px;
    display: block;
}

    ul.check li, ol.number li, ul.number li, ul.adjuntos li, ul.square li {
        list-style: none;
        padding-left: 20px;
        margin-bottom: 10px;
        margin-left: 0;
        position: relative;
        font-size: 12px;
    }

        ul.check li:before, ul.adjuntos li:before, ul.square li:before, ol.number li:before, ul.number li:before {
            display: block;
            position: absolute;
            left: 2px;
            top: 4px;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f00c";
            padding-right: 5px;
            color: #D26A04;
        }

ol.number li ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
}

ul.square li:before {
    content: "\f0c8";
    font-size: 7px;
    top: 5px;
}

ol.number {
    counter-reset: item;
    padding-bottom: 10px;
}

    ol.number li {
        margin-left: 2px;
        margin-bottom: 10px;
        list-style-type: none;
    }

        ol.number li:before {
            content: counter(item) ". ";
            counter-increment: item;
            color: red;
            font-weight: bold;
            padding-right: 5px;
            color: #D26A04;
        }

/* end ws*/
/* ----------------------------------------------------- */ /* ---------------------------END----------------------- */ /* ----------------------------------------------------- */ /*------------------------------------------------------------- */ /*------------------------------------------------------------- */ /* ---------------------Responsive design---------------------- */ /*------------------------------------------------------------- */ /*------------------------------------------------------------- */

@media only screen and (min-width:100px) and (max-width: 4000px) {
    div.dependencies_container.override_trans_cont {
        display: block;
        opacity: 1;
    }
}

@media only screen and (min-width:100px) and (max-width: 1200px) {
    div.news_container {
        width: 50%;
    }

    div.spa_container {
        width: 32%;
    }

    /*div.dependencies_container {
        width: 18%;
    }*/
}

@media only screen and (min-width:100px) and (max-width: 1125px) {
    img.logo {
        display: block;
        margin: 0px auto;
        margin-top: 17px;
        width: 100%;
        max-width: 300px;
    }
}

@media only screen and (min-width:100px) and (max-width: 1100px) {
    div.header_middle {
        float: right;
    }
}

@media only screen and (min-width:100px) and (max-width: 1060px) {
    div.news_container {
        width: 48%;
    }

    div.spa_container {
        width: 34%;
    }

    /*div.dependencies_container {
        width: 18%;
    }*/
}

@media only screen and (min-width:100px) and (max-width: 1045px) { /* sss */

    div.spa_container {
        width: 100%;
		float:none;
		clear:both
    }

    div.dependencies_container {
        width: 100%;
    }
    /*-----trans----*/

    div.little_header.override_trans {
        position: relative;
        display: block;
        width: 100%;
        height: 32px;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 5px;
        float: left;
    }
    /**/

    div.ham_container_trans {
        display: block;
        float: right;
    }

    span.ham_menu_text_trans {
        display: block;
        float: right;
        padding-right: 10px;
        padding-top: 7px;
    }

    /*img.ham_menu_button_trans {
        display: block;
        float: right;
        cursor: pointer;
    }*/
    /*----ham_container_trans----*/

    div.ham_container_trans {
        display: block;
        float: right;
    }

    span.ham_menu_text_trans {
        display: block;
        float: right;
        padding-right: 10px;
        padding-top: 7px;
    }

    /*img.ham_menu_button_trans {
        display: block;
        float: right;
        cursor: pointer;
    }*/

    div.dependencies_container.override_trans {
        position: absolute;
        top: 52px;
        left: 0px;
        width: 100%;
        background-color: white;
        z-index: 1000000;
        display: none;
    }
    /*--------------*/ /* ----erase fixes---- */

    div.news_container div.fix2 {
        display: none;
    }

    div.spa_container {
        overflow: hidden;
        padding-top: 10px;
        margin-bottom: 0px;
    }

    div.spa_items {
        width: 33.3333%;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        margin-bottom: 0px;
		max-width:initial;
    }

    div.services_container {
        padding-left: 10px;
        padding-right: 5px;
    }

    div.projects_container {
        padding-left: 5px;
        padding-right: 5px;
    }

    div.agenda_container {
        padding-left: 5px;
        padding-right: 10px;
    }

    div.links_container {
        width: 100%;
    }
    /* ---Article Containers--- */

    div.news_container { /* ---------- */
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    div.article_container {
        width: 33.333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    img.article_img {
        width: 100%;
        max-width: none;
    }

    div.article_text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0px;
    }

    img.news_icon {
        margin-left: 12px;
    }
    /* ---------------------------- */

    div.services {
        z-index: 5000;
    }

    div.spa_container {
        position: relative;
        z-index: 5000;
    }
    /* ------pag NOTICIAS.html ---- */

    div.news_title.override_class_noti {
        background-color: transparent;
    }

    div.article_container.override_class_noti div.article div.article_text h6 {
        color: #773C01;
        font-size: 18px;
    }

    div.article_container.override_class_noti div.article div.article_text span {
        color: #898989;
    }

    div.article_container.override_class_noti div.article div.article_text p {
        color: rgb(48, 48, 48);
        font-size: 12px;
    }

    div.content_container.override_noticias_html div.article_container.override_class_noti div.article_text {
        margin-top: 0px;
    }
    /* lalalalalalalala */

    div.article_container.override_class_noti {
        width: 25%;
        padding-left: 0px;
        padding-right: 9px;
        margin-bottom: 33px;
    }

        div.article_container.override_class_noti div.article {
            width: 100%;
            overflow: hidden;
        }

        div.article_container.override_class_noti img.article_img {
            display: block;
            float: left;
            width: 100%;
            max-width: 395px;
        }

        div.article_container.override_class_noti div.article_text {
            display: block;
            float: left;
            width: 100%;
            padding-left: 18px;
        }

        div.article_container.override_class_noti h6.article_title {
            color: #C76E16;
            font-size: 12px;
            font-weight: normal;
            line-height: 130%;
        }

        div.article_container.override_class_noti span.date {
            color: #DDDDDD;
            font-size: 10px;
            display: block;
            float: left;
            margin-top: 10px;
        }

        div.article_container.override_class_noti p.preview_text {
            display: block;
            float: left;
            color: rgb(190, 190, 190);
            font-size: 10px;
            line-height: 130%;
            margin-top: 10px;
        }
    /* lalalalalalalala */ /*--------trans cont--------*/

    div.content_container.override_trans_cont {
        width: 82%;
    }
	.content_container.override_trans_cont{
float:none!important;
}
    /*--------trans noticias---*/

    div.content_container.override_noticias_trans_html {
        width: 100%;
    }
}

@media only screen and (min-width:100px) and (max-width: 950px) {
    li.nav_item {
        font-size: 10px;
    }

    div.header_middle {
        width: 685px;
    }
	div.spa_items{ width:50%; margin-bottom:15px;}
}

@media only screen and (min-width:100px) and (max-width: 1045px) {
    div.header_middle {
        float: right;
        width: 167px;
        left: 6px;
        top: 20px;
    }

    div.header_right_trans {
        display: none;
    }

    li.nav_item {
        float: none;
        color: white;
        font-weight: normal;
        height: auto;
        min-height: 25px;
    }

    div.nav_container {
        position: absolute;
        display: none;
        left: 0px;
        top: 42px;
        background-color: rgba(210, 106, 4, 0.95);
        height: auto;
        width: 100%;
        z-index: 99999;
    }

    div.little_header {
        position: relative;
        display: block;
        width: 100%;
        height: 32px;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 5px;
        float: left;
    }

    div.search_container {
        display: none;
    }

    div.ham_container {
        display: block;
    }

    span.ham_menu_text {
        display: block;
        float: right;
        padding-right: 10px;
        padding-top: 7px;
    }

    img.ham_menu_button_trans {
        display: block;
        float: right;
        cursor: pointer;
    }
    /*----ham_container_trans----*/

    div.ham_container_trans {
        display: block;
        float: right;
    }

    span.ham_menu_text_trans {
        display: block;
        float: right;
        padding-right: 10px;
        padding-top: 7px;
    }

    img.ham_menu_button_trans {
        display: block;
        float: right;
        cursor: pointer;
    }
    /*---------------------------*/

    ul.menu {
        position: relative;
        background-color: transparent;
        top: 0px;
    }

        ul.menu li {
            color: #F3CFAB;
        }

            ul.menu li:hover {
                background-color: transparent;
            }
    /*  --------SPA---------  */

    img.worker {
        width: 80px;
    }
    /* --------------noticias.html----915px a 100px---------- */

    div.side_menu_container {
        width: 100%;
    }

    div.content_container {
        width: 100%;
    }
        /*-----trans cont----*/

        div.content_container.override_trans_cont {
            width: 100%;
        }
        /*----trans noticias---*/

        div.content_container.override_noticias_trans_html {
            width: 100% !important;
        }
}

@media only screen and (min-width:100px) and (max-width: 915px) {
    img.worker {
        display: none;
    }
	ul.ul_1 {
    display: block;
    flex-direction: initial;
    flex-wrap: initial;
    height: auto;
    max-height: initial;
}
	ul.ul_1 > li{width: 100%;}
}

@media only screen and (min-width:100px) and (max-width: 705px) { /* ------------------------------------ */

    ul.links_col {
        width: 50%;
    }

    img.logos_footer {
        width: 100%;
    }

    div.info_text {
        width: 100%;
    }

        div.info_text a.main_link {
            width: 100%;
        }

        div.info_text p {
            width: 100%;
        }
    /* ------------------------------------ */
}

@media only screen and (min-width:100px) and (max-width: 640px) {
    div.spa_container {
        padding-top: 0px;
    }

    div.spa_items {
        width: 100%;
        padding: 0px;
    }

    div.links {
        background-color: #7B7B7E;
    }
}

@media only screen and (min-width:100px) and (max-width: 447px) {
    div.header_middle_trans h3.site_title {
        top: -13px;
        left: 6px;
    }

    div.header_middle_trans {
        height: 40px;
    }

    div.social_container.override_trans {
        margin-top: -11px;
    }
	ul.ul_1 > li{width: 100%;}
}

@media only screen and (max-width: 705px) and (min-width: 100px) {
    div.new_art_cont.article_container {
        width: 50%;
    }
}

@media only screen and (max-width: 915px) and (min-width: 100px) {
    div.new_art_cont.article_container {
        width: 33.33%;
    }
}

@media only screen and (max-width: 550px) and (min-width: 100px) {
    #global_container div.new_art_cont.article_container {
        width: 100%;
		/*ws - 12/08/2019 para arreglar la pagina de contacto quite este alto*/
        /*height: 350px;*/
    }
}


/*WSUERO CSS*/
/*
.container {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
	position:relative;
}
*/
.btn, button, a, .btn:focus, button:focus, a:focus, .btn:active, button:active, a:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.busqueda {
    margin-top: 2px;
    margin-bottom: 5px;
}

.buscqueda .glyphicon-search:hover {
    color: white;
}

.busqueda .btn:hover, .busqueda .btn:focus, .busqueda .btn:active {
    background: #d9802e;
    color: #FFF;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(217, 128, 46, 0.45);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(217, 128, 46, 0.45);
    border-color: rgba(217, 128, 46, 0.65);
    outline: 0;
}

.busqueda .form-control:focus {
    border-color: rgba(217, 128, 46, 0.65);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(217, 128, 46, 0.45);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(217, 128, 46, 0.45);
}
/*links debajo de la busqueda*/

.mini_link a {
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap!important;
	//color: #ffffff;
	color:#22366e; 
    transition: all .1s ease;
}

    .mini_link a:focus, .mini_link a:hover {
        text-decoration: underline;
        color: #d9802e;
    }

    .mini_link a:nth-child(2) {
        border-right: solid 1px #bbb;
        border-left: solid 1px #bbb;
    }

.header {
    overflow: hidden;
}

.logo-part {
    display: block;
}

.logo-part img {
	padding-left:10; !important	
}

a.logo-part:hover, a.logo-part h3:hover, a.logo-part:focus, a.logo-part h3:focus {
    text-decoration: none;
}

.logo-part h3 {
    margin: 0;
    /*display: inline-block;*/
    padding: 7px 12px;
}

.rep-dom {
    margin: 0 auto;
}

@media (min-width:1046px) {

    .nav_container {
        max-width: 1200px;
        margin: 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .logo-part {
        margin-top: -50px;
        top: 50%;
        position: absolute;
        left: -12px;
    }
	   .logo-part2 {
      display: none;
    }

        .logo-part img, .rep-dom {
            display: block;
            max-width: 100%;
            height: auto;
        }
}

@media (min-width:768px) and (max-width:1220px) {
    .header {
        padding: 0 20px;
    }
}



@media (min-width:768px) and (max-width:1045px) {
    .logo-part {
        top: 50%;
        position: absolute;
        margin-top: -38px;
    }
	   .logo-part2 {
      display: none;
    }
    .header {
        height: 100px;
    }
}

@media (max-width:1045px) {
    /*.logo-part img, .logo-part h3 {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }*/

    .logo-part h3 {
        font-size: 16px;
        /*padding: 5px 0 0;
        margin: 0 auto;*/
    }

    .right-part .busqueda {
        display: none;
    }

    .ham_container .busqueda input, .ham_container .busqueda .btn {
        height: 32px;
        line-height: 32px;
    }

    .ham_container {
        display: block;
        //background: #383838;
		background: #18619e;
        padding: 10px;
        position: relative;
        z-index: 999;
        max-height:52px;
    }

        .ham_container .busqueda {
            margin: 0;
        }

    img.ham_menu_button_trans {
        float: right;
        padding: 0px 2px 0 15px;
        margin: -1px 0 0 0;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        display: block;
        cursor: pointer;
    }

    div.dependencies_container {
        float: none;
    }

    ul.menu {
        width: auto !important;
        left: 0 !important;
        position: static;
    }

    ul.list_dependencies {
        float: none;
        clear: both;
        margin: 0;
        left: 0;
    }

        ul.list_dependencies a {
            padding: 10px;
            line-height: 1.25;
            display: block;
            position: static;
        }

        ul.list_dependencies li.nav_item.sub ul.menu li:hover {
            background: rgba(255, 255, 255, 0.15);
        }

        ul.list_dependencies li {
            padding-top: 0px;
            padding-bottom: 0px;
            left: 0 !important;
        }

        ul.list_dependencies > li {
            padding-left: 0;
            padding-right: 0;
        }
}

@media (min-width:768px) {
    .logo-part, .right-part {
        padding: 5px 5px 5px 13px;
    }

    .right-part {
        float: right;
        width: 260px;
		text-align: center;
    }

    .ham_container {
        display: none;
    }
}

@media (max-width:767px) {
	.spa_items{
		width:50%;
	}
    .right-part .mini_link {
        display: none;
    }

    .logo-part {
        /* border-bottom: 1px solid #DDDDDD; */
        text-align: center;
        /* background: #f7f7f7; */
        display: none;
        /* padding: 2px 0 0 0; */
    }

	
        .logo-part img, .rep-dom, .logo-part h3 {
            margin: 0 auto;
            display: block;
        }
	    .logo-part2 {
           text-align: center;
           display: block;
        }

    .right-part {
        /* border-bottom: 1px solid #DDDDDD; */
       // background: #22366e;
		 background: #ffffff;
		
        padding: 2px 0px;
    }

    .logo-part img {
        width: 80%;
        max-width: auto;
        margin-bottom: 2px;
    }

    .logo-part h3 {
        padding: 8px 10px;
        /* background: white; */
        /* border-top: solid 1px #DDD; */
    }
}
/*
.breadcrumb-wrapper {
    background: #f5f5f5;
    padding: 5px;
    clear: both;
}

ul.breadcrumb {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
}

    ul.breadcrumb li, ul.breadcrumb li a {
        color: #777;
        font-size: 12px;
        line-height: 1.25;
        
    }

    ul.breadcrumb li {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        padding-left: 0;
    }

        ul.breadcrumb li.active, ul.breadcrumb li.active a {
            color: #D26A04;
        }

.breadcrumb li:nth-child(2):before {
    display: none !important;
}

.breadcrumb li:nth-child(2) {
    padding-left: 10px;
}

.breadcrumb li, .breadcrumb li a {
    color: #777;
}

.breadcrumb li a:hover {
    color: #D26A04;
}
*/
.input-validation-error {
    border: 1px solid #cc0000 !important;
    border-left: 1px solid #cc0000 !important;
}

.field-validation-error {
    font-size: 12px;
    color: #cc0000;
}


#section_resultado_busqueda p.result-content {
    padding-bottom: 10px;
    margin-left: 7px;
}

#section_resultado_busqueda .result-container {
    padding-bottom: 15px;
}

#section_resultado_busqueda h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal !important;
}

#section_resultado_busqueda p {
    margin: 0;
}

#section_resultado_busqueda .search-result-count {
    font-size: 12px;
}

.list_dependencies > li.nav_item.active {
    //background-color: rgba(116, 163, 212, 0.2);
	background-color: #eef5ff;
}

.list_dependencies li.active {
    background-color: #00599c;
    background-color: rgba(255, 255, 255, 0.15);
}

.list_dependencies > li.nav_item.active:hover {
    cursor: pointer;
    background-color: #00599c;
    color: white;
    border-bottom: 1px solid rgba(207, 104, 0, 0.0);
}

@media (max-width: 1024px ) and (min-width: 630px) {
    div.article_container {
        width: 50%;
        height: 275px; 
    }
}

@media (max-width: 629px ) {
    div.article_container {
        width: 100%;
    }
}

@media only screen and (min-width:100px) and (max-width: 915px) {
    .nortic_container, .desaparecer-mob, img.logos_footer, div.links_gob{
        display: none;
    }
	
}

@media (max-width:420px) {
	.spa_items{
		width:100%;
		float:none;
		max-width:initial
	}
}

/*ws acordeon y modal img*/
        .panel-heading a {
            display: block;
            text-decoration: none;
            font-weight: 600;
            color: #003b75;
            font-size: 13px;
        }
        
        .pop {
            display: block;
            text-align: center;
            margin-bottom: 10px;
            font-size: 12px;
            font-weight: 700;
        }
        
        .panel-heading span.glyphicon {
            font-size: 13px;
            padding-right: 10px;
        }
        
        .panel,
        .panel-body {
            //font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
			font-family: 'Poppins, sans-serif';
        }
        
        .panel-body {
            font-size: 13px;
        }
        
        .panel-body .alert-info {
            display: inline-block;
            margin: 0 5px 5px 0;
            padding: 3px 8px;
            font-size: 11px;
        }
.panel-body p{
	padding:0!important;
	margin-bottom:10px;
}
        .modal-dialog .close {
            margin-top: -2px;
            position: absolute;
            right: -30px;
            font-size: 40px;
            color: #fff;
            display: block;
            //font-family: Open sans-serif;
			font-family: 'Poppins, sans-serif';
            top: -10px;
            opacity: 1;
            z-index: 88888;
        }
        
        .modal-dialog .close:focus,
        .modal-dialog .close:active {
            outline: 0
        }
        
        .modal-body {
            background: none;
            padding: 10px;
        }
        
        ol.listas, ul.listas  {
            font-size: 12px;
            margin: 0 0 0 20px;
            padding: 0;
        }
        
        ol.listas li, ul.listas li {
            margin: 0 0 5px 0!important;
    		padding: 0!important;
            font-size: 12px;
            //font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
			font-family: 'Poppins, sans-serif';
			
        }
        ul.listas li {    
    list-style-type: disc!important;
        }

/*ESCONCE DEL MENU LO QUE NO TENGA LOS COTEJOS DE NAVEGACION*/
.list-submenu li {
    display: none;
}

.list-submenu li.desktop-visible {
    display: none;
}

li.main_click_my_son {
    display: none;
}

/*SOLO APLICA DE DESKTOP EN ADELANTE*/
@media (min-width: 1046px) {
.list-submenu li.desktop-visible {
        display: block!important;
    }
}
/*SOLO APLICA EN MOBILE*/
@media (max-width: 1045px) {
li.mobile-visible {
        display: block!important;
    }
	li {
        display: block!important;
    }
}

.parrafo a:visited, ul.list_side_menu li a:visited, div.new_art_cont.article_container div.article a:visited div.article_text h6, ul.ul_3 > li > a:visited, a.results-title:visited, a.results-url:visited,
ul.check>li a:visited, ul.adjuntos >li a:visited, ul.square >li a:visited, ol.number a:visited >li{
	color: #609!important;
}

li:hover>ul>li>a, li:hover>div>ul>li>a {
	color: #22366e;
}

li:hover>a , li:hover {
	color: #22366e;
	
	
}
a:hover{
    color: #22366e;
}

/*
.stamp-container {

    width: 100px;

    height: 112px;

    position: relative;

}

 

.stamp-box {

    width: 100%;

    height: 100%;

    position: absolute;

}

 

.stack-top {

    z-index: 9;

}
*/
