/************************************************************************************
2015 Equipo NTG Colombia
CSS Ministerio de Educacion Nacional
REESCRIBIENDO BOOTSTRAP
@andrea.romero
************************************************************************************/
:root {
    --blue: #004884;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #F42E62;
    --red: #A80521;
    --orange: #F3561F;
    --yellow: #FFAB00;
    --green: #069169;
    --teal: #20c997;
    --cyan: #3772FF;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #3366CC;
    --secondary: #F42E62;
    --success: #069169;
    --info: #3772FF;
    --warning: #FFAB00;
    --danger: #A80521;
    --light: #F2F2F2;
    --dark: #343a40;
}

@font-face {
    font-family: 'Govco Icon';font-style:normal;
    src:url("https://cdn.www.gov.co/v2/assets/fonts/icons/v2/govco-icons.eot");
    src:local("Govco Icon"),local("govco-icons"),
    url("https://cdn.www.gov.co/v2/assets/fonts/icons/v2/govco-icons.eot?#iefix") format("embedded-opentype"), 
    url("https://cdn.www.gov.co/v2/assets/fonts/icons/v2/govco-icons.woff2") format("woff2"), 
    url("https://cdn.www.gov.co/v2/assets/fonts/icons/v2/govco-icons.woff") format("woff"), 
    url("https://cdn.www.gov.co/v2/assets/fonts/icons/v2/govco-icons.ttf") format("truetype"), 
    url("https://cdn.www.gov.co/v2/assets/fonts/icons/v2/govco-icons.svg") format("svg")
}

.govco-icon {
    font-family: "Govco Icon";
    font-size:2.2rem;color:#fff
}

.govco-icon-language-en-p:before {
    content: '\e9a4';
}

.header-govco {
	margin-top: 3px;
}

.header-govco + div .govco-icon:hover {
	color: #E5EEFB;
}

#cuadro_busqueda {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z'/><path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    background-size: 17px;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    border: 0;
}

#buscador_mch {
    padding: 6px 40px 6px 16px;
    width: 100%;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
}

div[title="buscador avanzado"] {
    position: relative;
    margin-left: auto;
    width: 100%;
    max-width: 350px;
}

@media screen and (min-width: 1px) and (max-width: 768px){
    div[title="buscador avanzado"] {
        position: relative;
        margin: auto;
        margin-bottom: 20px;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #13386d;
}

a:hover, 
a:focus {
	color: #3c80d7;
}

.altoContraste {
    -webkit-filter: invert(1);
    filter: invert(1);
    background-color: #fff;
}

@-moz-document url-prefix() {
    .altoContraste {
        mix-blend-mode: difference;
        background-color: #fff;
        filter: none;
    }
}

.accesibilidad-menu {
    background-color: var(--blue);
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    z-index: 200;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 3px #0000002b;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.accesibilidad-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 36px;
    margin: 0;
}

.accesibilidad-items a {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    transition: all .5s;
    width: 180px;
    padding: 2px 0px;
    text-decoration: none;
}

.accesibilidad-items a:hover {
    background-color: var(--cyan);
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
    padding: 2px 10px;
}

.accesibilidad-items img {
    display: flex;
    width: 26px;
    height: 26px;
    padding: 4px;
    margin: 5px 0;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.accesibilidad-items span {
    font-size: 13px;
    margin-left: 10px;
}

.img_responsive img {
    max-width: 100%;
    height: auto;
}


/************************************************************************************
AJUSTE TEMPORAL EIDOX 
*************************************************************************************/
.articulo .abstract.aid-363153.cid-956,
.articulo .abstract.aid-369204.cid-956, 
.articulo .abstract.aid-350999.cid-956 {display:none;}

#article_i__MEN_ar_articuloCompleto_convalidaciones_1 + p {
    display: none;
}


/************************************************************************************
LOGOS
*************************************************************************************/
.logo{
    display: block;
    width: 466px;
    height: 110px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: right top;
    text-indent: -99999px;
}
/************************************************************************************
Redes Sociales
*************************************************************************************/
.socialnetwork{
    display: block;
    float: right;
    max-width: 400px;}
.socialnetwork ul {list-style:none;padding:0px;}
.socialnetwork ul > li{float:left;width:36px; height:31px   }
.socialnetwork ul li a{
    text-indent: -99999px;
    display:block;
    background-repeat: no-repeat;}
.linkedin{background-image: url(../images/linkedin.png);}
.relevo{background-image: url(../images/relevo.png);}
.facebook{background-image: url(../images/facebook.png);}
.twitter{background-image: url(../images/twitter.png);}
.googleplus{background-image: url(../images/google-plus.png);}
.youtube{background-image: url(../images/youtube.png);}
.flickr{background-image: url(../images/flikr.png);}
.rss{background-image: url(../images/rss.png);}
.site_map{background-image: url(../images/mapa-del-sitio.png);}
.contact{background-image: url(../images/contacto.png);}
.buscador{background-image: url(../images/buscador.png);}
.instagram{background-image: url(../images/instagram.png);}


/************************************************************************************
Grafica encuesta
*************************************************************************************/
#testEncuesta{
    height: auto;
    overflow: hidden;
    display: block;
}

div#la_encuesta, .total {
    /*margin: 0px 15px;*/
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.total{text-align: center;}

.linkEncuesta {
    /*margin: 0px 15px;*/
    padding: 10px 0px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
}

.linkEncuesta a{ color: #000; font-size: 20px;}

.linkEncuesta .figure {
    float: left;
    margin: 0px 4px;
}

.linkEncuesta h3.titulo {
    text-align: left;
}
.total h2{margin: 0px;}

.total.contrasteOn h2{color: #FFF;}

div.total table{display:none;}


/************************************************************************************
TRANSVERSALES
*************************************************************************************/
.titulo-caja {
    border-left: 7px solid #F42F63;
    font-size: 19px;
    padding-left: 8px;
    text-transform: uppercase;
    margin-bottom: 16px;
    background-color:#FFF;}
.titulo-encabezado{position:relative;}
.titulo-encabezado > .titulo{
    position: absolute;bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    color: white;}

.text-orange a{color: #ee9d1a;}

.format-pdf,
.format-doc,
.format-docx,
.format-jpg,
.format-xls,
.format-xlsx,
.format-ppt,
.format-pptx {display:block;}

/*.articulo .format-pdf,
.articulo .format-doc,
.articulo .format-docx,
.articulo .format-jpg,
.articulo .format-xls,
.articulo .format-xlsx,
.articulo .format-ppt,
.articulo .format-pptx {display:block;}*/

/*TITULO DEL RECURSO*/
/*.articulo .bajardoc a:nth-child(2) {margin-left: 5px;}*/
.bajardoc a:nth-child(2) {margin-left: 5px;}

/*RECURSOS DENTRO DE TABLA .clean-tabla*/
.articulo table.clean-tabla tbody tr .bajardoc {
    min-width: 280px !important;
    text-align: initial;
    margin-bottom: 30px;
}


/*MENÚ PRINCIPAL*/
.btn-movil{clear:both;}

/* + / - FUENTE */

.main_menu > li > div > a{
	display: flex;
    height: 60px;
    align-items: center;
    word-wrap: unset;
    word-break: unset;
    width: 100% !important;
    padding: 0 10px;
}

.main_menu > li{
    text-align: center;
}

/*MENÚ LATERAL*/
.menu-lateral{background-color:#FAFCFB; border: 1px solid #E6E0E0;}
.menu-lateral ul{list-style: none;padding-left: 0px;}
.menu-lateral ul li{border-bottom: 1px solid #EEECED;padding: 5px 18px;}
.menu-lateral ul li.current > a{color:#13386d;}
.menu-lateral ul li:last-child{border-bottom:none;}
.menu-lateral ul li a{color:#596c78;}
.menu-lateral ul li a:hover{color:#3c80d7}

/*MENÚ LATERAL CON COLLAPSED*/
.menu-collapsed > ul > li >.expandir{
    background-image: url(../images/flecha-item-menu.png);
    background-repeat: no-repeat;
    background-position: 0px;
    height: 20px;
    width: 10px;
    float: left;
    padding-right: 15px;
    font-size: 0px;}
.menu-collapsed > ul > li > .contraer{
    background-image: url(../images/flecha-hover-menu2.png); 
    background-repeat: no-repeat;
    background-position: 0px;
    height: 20px;
    width: 10px;
    float: left;
    padding-right: 15px;
    font-size: 0px;}
.menu-collapsed > ul > li > span > a{display: block;height: 20px;width: 10px;}

/*ENLACES DE GOBIERNO*/
.enlaces_gobierno{
    position:relative;
    background-image: url(../images/bg-gobierno-col.jpg);
    background-repeat:no-repeat;
    width:1140px;height:133px;}
.enlaces_gobierno .logo_gobierno{    
    text-indent: -9000px;
    display: block;
    position: absolute;
    top: 21px;
    width: 400px;}
.enlaces_gobierno ul{list-style:none; position:absolute;}
.enlaces_gobierno ul li a {font-size: 13px;}
.enlaces_gobierno .columna1{top: 10px;left: 409px;}
.enlaces_gobierno .columna1 li{padding-top: 2px}

.enlaces_gobierno .columna2{top: 10px;left: 545px;}
.enlaces_gobierno .columna2 li{padding-top: 2px}

.enlaces_gobierno .columna3{top: 10px;left: 681px;}
.enlaces_gobierno .columna3 li{padding-top: 2px}

.enlaces_gobierno .columna4{top: 10px;left: 818px;}
.enlaces_gobierno .columna4 li{padding-top: 2px}

.enlaces_gobierno .columna5{top: 10px;left: 955px;}
.enlaces_gobierno .columna5 li{padding-top: 2px}


.submenu-link, .item-normatividad > ul > li > a{z-index: 99;}


/* BARRA DE ACCESIBILIDAD */ 

#accessBar{
    right: 0;
    top: 100px;
    bottom:0;
    position:fixed;
    overflow-y:hidden;
    overflow-x:hidden;

}


#accessBar a{
    background-color: #13386d;
    display: block;
    cursor: pointer;
    color: #FFF;
    padding-left: 3px;
}

#accessBar #high_contrast_off
, #accessBar #high_contrast_on {
    background-image: url(../images/channels-956_icon_contrast.png);
    color: transparent;
    background-repeat: no-repeat;
    padding-top: 1px;
    background-position: 2px 3px;
    background-size: 80%;
}


.logo{
    background-image: url(../images/channels-956_logo.png) !important;
    background-position: left !important;
}

.logo.contrasteOn {
    background-image: url(../images/channels-956_contraste_logo_min.png) !important;
}


/*ESTILOS ALTO CONTRASTE*/

.linkedin.contrasteOn{background-image: url(http://redes.colombiaaprende.edu.co/ntg/minedu/images/linkedin_negativo.png)}
.logo.contrasteOn{background-image: url(../images/channels-956_contraste_logo_min.png)}
.facebook.contrasteOn{background-image: url(../images/channels-956_contraste_facebook.png)}
.twitter.contrasteOn{background-image: url(../images/channels-956_contraste_twitter.png)}
.googleplus.contrasteOn{background-image: url(../images/channels-956_contraste_google.png)}
.youtube.contrasteOn{background-image: url(../images/channels-956_contraste_youtube.png)}
.flickr.contrasteOn{background-image: url(../images/channels-956_contraste_flickr.png)}
.instagram.contrasteOn{background-image: url(../images/channels-956_contraste_instagram.png)}
.rss.contrasteOn{background-image: url(../images/channels-956_contraste_rss.png)}
.relevo.contrasteOn{background-image: url(../images/channels-956_contraste_centro.png)}
.site_map.contrasteOn{background-image: url(../images/channels-956_contraste_mapa.png)}
.contact.contrasteOn{background-image: url(../images/channels-956_contraste_mail.png)}
.buscador.contrasteOn{background-image: url(../images/channels-956_contraste_buscador.png)}

.printer.contrasteOn{ background-image: url(../images/channels-956_contraste_ar_print.png);}

.into_descr p.contrasteOn{color: #000;}

.recuadros-lista .titulo a.contrasteOn{color: #FFF !important;}
.recuadros-lista .titulo a.contrasteOn:visited{color: #efcd51 !important;}

.navbar-inverse
, .navbar-inverse #menu_principal .main_menu
, .containerMicro.contrasteOn{
    background-color: #000 !important;
}

.navbar-inverse .main_menu  li a{color: #FFF !important;}

.navbar-inverse .submenu > li > a:hover
,.navbar-inverse .main_menu a:visited{ color: #efcd51 !important;}

.navbar-inverse .submenu
, .navbar-inverse .main_menu  > .normatividad  > .item-normatividad > ul{
    background-color: #000 !important;
}

.navbar-inverse #menu_principal .main_menu  li > div > a:hover{
    color: #efcd51 !important;
    border-bottom: solid 2px #efcd51 !important;
}

.navbar-inverse .menu-activo, .main_menu > li:hover  > div > a{
    border-bottom-style: none;
    border-bottom-color: 0;
}

.navbar-inverse .main_menu  > .normatividad  > .item-normatividad > ul li a:hover{color: #efcd51 !important;}


.container.bg-info.contrasteOn
, .home-lanzadores.contrasteOn
, .slider_inferior.contrasteOn
, .slider_inferior.contrasteOn .recuadro.contrasteOn
, #recuadros-participacion .recuadro.contrasteOn
, .tab-content.contrasteOn
, .tabs_redes > ul li.contrasteOn a
, .tabs-multimedia a.contrasteOn{
    background-color: #000;
}

.home-lanzadores.contrasteOn a
, .slider_inferior.contrasteOn .recuadro.contrasteOn .titulo a
, #recuadros-participacion .recuadro.contrasteOn a
, .tab-content.contrasteOn ul li a
, .tabs_redes > ul li.contrasteOn a
, .tabs-multimedia a.contrasteOn{
    color: #FFF !important;
}


.tabs_redes > ul li.contrasteOn.active a
, ul.ui-tabs-nav li.ui-tabs-active.contrasteOn a{
    background-color: #F4F4F4 !important;
    color: #13386d !important;
    border-radius: 0px;
}

ul.ui-tabs-nav li.ui-state-default.contrasteOn a
, .grupo.contrasteOn{
    background-color: #000;
    color: #FFF
}



.tabs-multimedia a.btn.contrasteOn
, .btn-default.contrasteOn
, .btn-primary.contrasteOn{
    background-color: initial;
    border: 1px solid #efcd51;
    color: #FFF;
}

.recuadros-lista.contrasteOn p.fecha
, .recuadros-lista_videos.contrasteOn p.fecha
, .recuadros-lista_sala.contrasteOn p.fecha{
    color: #efcd51;
}

.breadcrumb a.contrasteOn
, .titulo.pnid-3222 a.contrasteOn
, .recuadros-lista_sala.contrasteOn .titulo a
, .agenda.contrasteOn h3.titulo a
, .accordion-eidox.contrasteOn .ui-accordion-content .bajardoc h5.titulo
, h1.titulo.contrasteOn
, .tituloat.contrasteOn h2
, .share .text-success.contrasteOn
, .articulo.contrasteOn .bajardoc h5.titulo
, .articulo.contrasteOn table > tbody > tr:first-child > td
, .recuadros-lista.contrasteOn h2.ntg-titulo-caja
, .recuadros-lista.contrasteOn a
, .recuadros-lista_videos.contrasteOn a
, .recuadros-lista_sala.contrasteOn a
, .tituloMicro.contrasteOn h1
, .tituloMicro.contrasteOn h2
, .articuloP.contrasteOn a
, .articuloPP.contrasteOn a{
    color: #FFF !important;
}

.breadcrumb a.current.contrasteOn
,.titulo.pnid-3222 a.contrasteOn:visited
, .recuadros-lista_sala.contrasteOn .titulo a:visited
, .agenda.contrasteOn h3.titulo a:visited
, .recuadros-lista_sala.contrasteOn .titulo a:visited
, .accordion-eidox.contrasteOn .ui-accordion-content a.text-success.contrasteOn
, .accordion-eidox.contrasteOn .ui-accordion-content a.text-success.contrasteOn:visited 
, .articulo.contrasteOn h2
, .articulo.contrasteOn h3
, .articulo.contrasteOn a
, .share .text-success.contrasteOn:visited
, .recuadros-lista.contrasteOn a:visited
, .recuadros-lista.contrasteOn li.current a
, .recuadros-lista_videos.contrasteOn a:visited
, .recuadros-lista_sala.contrasteOn a:visited
, .recuadro-especiales.contrasteOn a
, .recuadro-especiales.contrasteOn a:visited
, .articuloP.contrasteOn a:visited
, .articuloPP.contrasteOn a:visited
, .articuloPP.contrasteOn a.text-success.contrasteOn  b{
    color: #efcd51 !important;
}

.articulo.contrasteOn table tbody tr:nth-child(even){background-color: initial;}

#eidox_rota.contrasteOn .fecha{ color: #1e305e;}

.recuadros-lista_sala.contrasteOn h2.ntg-titulo-caja{color: #FFF;}

.recuadros-lista.contrasteOn h2.titulo-caja
, .recuadros-lista_sala.contrasteOn h2.titulo-caja
, .recuadros-lista-micrositios.contrasteOn h2.titulo-caja{
    color: #13386d !important;
}


/* ENCUESTAS */

.formGraph{
    padding: 10px;
    border: 1px solid #d6d6d6;
}

.formGraph legend{
    border: 0; 
    margin: 0;
}

.formGraph .form_select div {display: inline-block;}
.formGraph .form_select  ul > li{display: inline-block;}

.formGraph .form_select  ul{
    padding: 0; 
    margin: 10px 20px 10px 0px;
}

.formGraph label{display:none;}

.formGraph label#labelSuma{display:inline;}

.formGraph .form_select{text-align: center;}

.formGraph .alert-warning{
    display: block;
    background-color: transparent;
    border: 0px;
    color: #BF1B28;
    padding: 0px;
    margin-bottom: 0px;
}

.formGraph div#hsum {
    padding: 10px;
    background-color: #EDEEF0;
    border-radius: 5px;
    margin-bottom: 20px;
    color: initial;
}

.formGraph div#hsum #hsumresult{
    padding: 0px 3px;
}

.formGraph .ntg-warning{color: #BF1B28;}


.formGraph .form_button {display: inline-flex; color: #FFF;}

.formGraph .form_button{float: left;}

.formGraph .form_button input[type="button"]{
    background-color: #3366CC;
    border: 0;
    border-radius: 5px;
    margin: 0px 5px;
    padding: 7px 10px;
}

.formGraph .form_button:last-child{float: right;}

.formGraph .form_button:last-child input{ background-color: #538ADB;}

.formGraph .form_button:last-child input:focus{outline: 0;}

.formGraph #la_encuesta, .formGraph .total h2{display: none;}

.formGraph .total h2{
    text-align: center;
    font-size: 1.6rem;
    color: initial;
}


/* ESTILOS ENLACES Y SLIDER NOTICIAS */
/* Agrega código CSS aquí */
.main_menu a:visited { 
	color: #0066ce;
}

.slider-news .recuadro .titulo > a:visited {
    color: #e9ebee;
}

.home-lanzadores .recuadro .titulo > a:visited,
.slider-proyectos .recuadro .titulo > a:visited, 
.recuadros-lanzador .recuadro .titulo > a:visited,
.menu-lateral ul li a:visited, 
.agenda .titulo a:visited, 
.recuadros-lista .titulo a:visited, 
.recuadros-lista_sala .titulo a:visited{
    color: #0066ce;
}

.home-lanzadores .recuadro .titulo > a:hover, 
.slider-proyectos .recuadro .titulo > a:hover,
.recuadros-lanzador .recuadro .titulo > a:hover,
.menu-lateral ul li a:hover,
.agenda .titulo a:hover,
.recuadros-lista .titulo a:hover, 
.recuadros-lista_sala .titulo a:hover{
    color: #3c80d7;
}

/* estilo inicial de fuente 27px */
.slider-news .recuadro .titulo{
    font-size: 2.7rem;
}
#article_i__MEN_tr_youtube_1 {
    margin: auto !important;
}

.slider-news .boton {
    bottom: 1%;
    width: 25px;
    height: 25px;
    left: 5%;
}

.slider-news .boton > .play{
    background-image: url(../images/channels-956_slidernews_boton_mod.png);
    background-position: 0px -44px;
    background-size: 45px;
    width: 24px;
    height: 22px;
}

.slider-news .boton > .pause{
	display: block;
    background-image: url(../images/channels-956_slidernews_boton_mod.png);
    background-position: 0px -22px;
    background-size: 45px;
    width: 24px;
    height: 22px;
}

.home-banner-slider .boton {
    top: 10px;
    width: 25px;
    height: 25px;
    left: 1%;
    display: block;
    position: absolute;
}

.home-banner-slider .boton a{
    color: transparent;
    font-size: 0px;
    display: block;
}

.home-banner-slider .boton > .play{
    background-image: url(../images/channels-956_sliderlat_boton_mod.png);
    background-position: 0px -49px;
    width: 21px;
    height: 21px;
}

.home-banner-slider .boton > .pause{
    background-image: url(../images/channels-956_sliderlat_boton_mod.png);
    background-position: 0px -26px;
    width: 21px;
    height: 21px;
}

.slider_inferior  span.boton a.play
, .slider_inferior  span.boton a.play:hover{
    background: url(../images/channels-956_sliderlat_boton_mod.png) scroll 0 0 transparent;
}

.slider_inferior span.boton a.pause
, .slider_inferior span.boton a.pause:hover {
    background: url(../images/channels-956_sliderlat_boton_mod.png) scroll 0 23px transparent;
}


.slider_inferior span.boton {
    height: 22px;
    width: 22px;
}

.slider_inferior  span.boton a.play, .slider_inferior span.boton a.pause{
    height: 22px;
    width: 21px;
}

.slider-micrositio h2 {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.53);
    padding: 10px 54px 42px 54px;
    margin: 0px;
    width: 100%;
    min-height: 114px;
}

.slider-micrositio .recuadro > .titulo a{ 
    color: white; 
    margin-left: 2%;
}

.slider-micrositio  .left  .fa-angle-left:before
,.slider-micrositio  .right  .fa-angle-right:before {
    width: 45px;
    content: " ";
    background-image: url(https://redes.colombiaaprende.edu.co/ntg/minedu/images/slidernews-arrows.png);
    position: absolute;
    bottom: 30px;
    height:60px;

}

.slider-micrositio  .left  .fa-angle-left:before{
    left: 5px;
}
.slider-micrositio  .right  .fa-angle-right:before {
    background-position: 0px 63px;
    right: 5px;
}

.slider-micrositio a#Boton span{
    display: none;
}

.slider-micrositio a#Boton.pause
, .slider-micrositio a#Boton.play {
    z-index: 999;
    clear: both;
    position: absolute;
    left: 50px;
    bottom: 14px;
    background-image: url(../images/channels-956_slidernews_boton_mod.png);
    background-size: 45px;
    width: 24px;
    height: 22px;
}

.slider-micrositio a#Boton.pause{background-position: 0px -22px;}

.slider-micrositio .carousel-indicators{
    bottom: 0px;
}

.slider-micrositio .carousel-indicators li{
    border-radius: 0px;
    background-color: #FFF;
    border: 0px;
    margin: 0px 2px;
}

.slider-micrositio .carousel-indicators li.active{
    background-color: #13386d;
    width: 10px;
    height: 10px;
}

.slider-micrositio .carousel-control{width: 4%;}

/*Ventanas modalbox*/

#myModal .modal-dialog{ 
    width: 80%;
    max-width: 700px;
    margin: 20px auto;
    height: auto;
}
#myModal .modal-dialog .modal-header{text-align: center;}

#myModal .modal-dialog .modal-header img{
    height: 90px;
    text-align: center;
    margin: 0 auto;
    width: auto;
}


/* Estilos portadillas */

.into_descr p:first-child{padding-bottom: 0px;}
.into_descr p:last-child{ padding-top: 0px;}


/************************************************************************************
GIF DE ACCESIBIIDAD
*************************************************************************************/

/*****************************/
/* MENÚ PRINCIPAL            */
/*****************************/

.main_menu > li
, #noticias > h2.ntg-titulo-caja
, .slider_proyectos > h2.ntg-titulo-caja
, .home-lanzadores > .recuadro .titulo a
, #recuadros-participacion > h2.ntg-titulo-caja
, #recuadros-participacion .recuadro {
    position: relative;
}

.recuadros-lanzador .recuadro{overflow: inherit;}

.main_menu li.Inicio:hover:after
, .main_menu li.Inicio a:focus:after{
    background-image: url(../images/channels-956_gif_inicio.gif);
}

.main_menu > li:hover:after {
    content: "";
    background-repeat: no-repeat;
    width: 116px;
    height: 123px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9;
}

.submenu, .main_menu  > .normatividad  > .item-normatividad > ul{min-height: 140px;}


#menu_principal ul.submenu {
    position: static;
    display: flex;
	height: auto;
    flex-direction: column;
    width: auto !important;
    min-width: 300px;
    padding: 145px 0 1rem 0;
    margin: 0;
}

#ul-normatividad ul {
    padding-left: 140px;
    margin-left: 18px;
}

#ul-normatividad > ul,
ul.submenu.ul-preescolar {
    display: flow-root;
}
.normatividad a:before {
    display:none;
}

.normatividad:hover a:before {
    display: block;
}

.submenu:before
,.normatividad a:before {
    background-repeat: no-repeat;
    content: "";
    width: 124px;
    height: 134px;
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 9;
}
.normatividad a:before {
    top: 42px;
    left: 0px;
}
.submenu.ul-ministerio:before {
    background-image: url(../images/channels-956_gif_ministerio.gif);
}

#ul-normatividad > ul:before {
    background-image: url(../images/channels-956_gif_normatividad.gif);
}

.submenu.ul-edinicial:before {
    background-image: url(../images/channels-956_gif_educacionInicial.gif);
}

.submenu.ul-preescolar:before {
    background-image: url(../images/channels-956_gif_educacionMedia.gif);
}

.submenu.ul-edsuperior:before {
    background-image: url(../images/channels-956_gif_educacionSuperior.gif);
}

.submenu.ul-salaprensa:before {
    background-image: url(../images/channels-956_gif_salaPrensa.gif);
}

.submenu.ul-atciudadano:before {
    background-image: url(../images/channels-956_gif_atencionCiudadano.gif);
}

.main_menu li.participacion:hover:after {
    background-image: url(../images/channels-956_gif_participacionCiudadana.gif);
}

.main_menu li.transparencia:hover:after {
    background-image: url(https://redes.colombiaaprende.edu.co/ntg/minedu/images/transparencia.gif);
}

.submenu-link {
	background-image: none;
}

/*****************************/
/* MENÚ FIJO                 */
/*****************************/

.sticky > .main_menu > li:hover:after{
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.sticky > .main_menu > li:hover:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--primary);
}
.sticky > .main_menu > li.participacion:hover:before,
.sticky > .main_menu > li.transparencia:hover:before {
	display: none;
}


.sticky >.main_menu li.ministerio:hover:after{
    background-image: url(../images/channels-956_gif_ministerio.gif);
}

.sticky >.main_menu li.normatividad:hover:after{
    background-image: url(../images/channels-956_gif_normatividad.gif);
}

.sticky >.main_menu li.edinicial:hover:after{
    background-image: url(../images/channels-956_gif_educacionInicial.gif);
}

.sticky >.main_menu li.edpreescolar:hover:after{
    background-image: url(../images/channels-956_gif_educacionMedia.gif);
}

.sticky >.main_menu li.edsuperior:hover:after{
    background-image: url(../images/channels-956_gif_educacionSuperior.gif);
}

.sticky >.main_menu li.salaprensa:hover:after{
    background-image: url(../images/channels-956_gif_salaPrensa.gif);
}

.sticky >.main_menu li.atciudadano:hover:after{
    background-image: url(../images/channels-956_gif_atencionCiudadano.gif);
}

.sticky > .main_menu > li a:focus:after{
    content: "";
    background-repeat: no-repeat;
    width: 124px;
    height: 134px;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 9;
}

.sticky >.main_menu li.ministerio a:focus:after{
    background-image: url(../images/channels-956_gif_ministerio.gif);
}

.sticky >.main_menu li.normatividad a:focus:after{
    background-image: url(../images/channels-956_gif_normatividad.gif);
}

.sticky >.main_menu li.edinicial a:focus:after{
    background-image: url(../images/channels-956_gif_educacionInicial.gif);
}

.sticky >.main_menu li.edpreescolar a:focus:after{
    background-image: url(../images/channels-956_gif_educacionMedia.gif);
}

.sticky >.main_menu li.edsuperior a:focus:after{
    background-image: url(../images/channels-956_gif_educacionSuperior.gif);
}

.sticky >.main_menu li.salaprensa a:focus:after{
    background-image: url(../images/channels-956_gif_salaPrensa.gif);
}

.sticky >.main_menu li.atciudadano a:focus:after{
    background-image: url(../images/channels-956_gif_atencionCiudadano.gif);
}


/*****************************/
/* OTRAS SECCIONES           */
/*****************************/

#noticias > h2.ntg-titulo-caja:hover:after
, .slider_proyectos > h2.ntg-titulo-caja:hover:after
, .home-lanzadores > .recuadro .titulo a:hover:after
, #recuadros-participacion > h2.ntg-titulo-caja:hover:after
, #recuadros-participacion > div.recuadro:hover:after
, #recuadros-participacion div#MyLiveChatContainer:hover:after  {
    content: "";
    background-repeat: no-repeat;
    width: 124px;
    height: 134px;
    position: absolute;
    z-index: 9;
}

#noticias > h2.ntg-titulo-caja:hover:after{
    background-image: url(../images/channels-956_gif_noticias.gif);
    top: 25px;
    left: 7px;
}

.slider_proyectos > h2.ntg-titulo-caja:hover:after{
    background-image: url(../images/channels-956_gif_programa.gif);
    top: 25px;
    left: 7px;
}

.hdestacado > h2.ntg-titulo-caja:hover:after {
    background-image: none;
    top: 0;
    left: 0;
}

#recuadros-participacion > h2.ntg-titulo-caja:hover:after{
    background-image: url(../images/channels-956_gif_participacionCiudadana.gif);
    top: 25px;
    left: 7px;
}


#recuadros-participacion .recuadro:nth-child(2):hover:after{
    background-image: url(../images/channels-956_gif_chatVirtual.gif);
    top: 85px;
    left: 30px;
}

#recuadros-participacion .recuadro:nth-child(3):hover:after{
    background-image: url(../images/channels-956_gif_proyectosLey.gif);
    top: 85px;
    left: 30px;
}

#recuadros-participacion .recuadro:nth-child(4):hover:after{
    background-image: url(../images/channels-956_gif_encuesta.gif);
    top: 85px;
    left: 30px;
}

#recuadros-participacion .recuadro:nth-child(5):hover:after{
    background-image: url(../images/channels-956_gif_suscribase.gif);
    top: 85px;
    left: 30px;
}

#recuadros-participacion > div#MyLiveChatContainer:hover:after {
    background-image: url(../images/channels-956_gif_chatMesaAyuda.gif);
    top: 85px;
    left: 30px;
}


.home-lanzadores > .recuadro .titulo a:focus:after
, #recuadros-participacion > div.recuadro a:focus:after
, #recuadros-participacion a#MyLiveChatScriptLink:focus:after  {
    content: "";
    background-repeat: no-repeat;
    width: 124px;
    height: 134px;
    position: absolute;
    z-index: 9;
}


.home-lanzadores > .recuadro .titulo.aid-363181 a:hover:after
, .home-lanzadores > .recuadro .titulo.aid-363181 a:focus:after{
    background-image: url(../images/channels-956_gif_tramiteConvalidaciones.gif);
    top: 35px;
    left: 0px;
}

.home-lanzadores > .recuadro .titulo.aid-355300 a:hover:after
,.home-lanzadores > .recuadro .titulo.aid-355300 a:focus:after{
    background-image: url(../images/channels-956_gif_SerPiloPaga.gif);
    top: 35px;
    left: 0px;
}

.home-lanzadores > .recuadro .titulo.aid-355304 a:hover:after
, .home-lanzadores > .recuadro .titulo.aid-355304 a:focus:after{
    background-image: url(../images/channels-956_gif_infraestructura.gif);
    top: 35px;
    left: 0px;
}

.home-lanzadores > .recuadro .titulo.aid-355302 a:hover:after
, .home-lanzadores > .recuadro .titulo.aid-355302 a:focus:after{
    background-image: url(https://cms.mineducacion.gov.co/static/cache/binaries/channels-956_gif_normatividad.gif?binary_rand=202);
    top: 35px;
    left: 0px;
}

.home-lanzadores > .recuadro .titulo.aid-355303 a:hover:after
, .home-lanzadores > .recuadro .titulo.aid-355303 a:focus:after{
    background-image: url(../images/channels-956_gif_colombiaBilingue.gif);
    top: 35px;
    left: 0px;
}



#recuadros-participacion .recuadro:nth-child(2):hover:after
, #recuadros-participacion .recuadro:nth-child(2) a:focus:after{
    background-image: url(../images/channels-956_gif_chatVirtual.gif);
    top: 85px;
    left: 30px;
}

#recuadros-participacion .recuadro:nth-child(3):hover:after
, #recuadros-participacion .recuadro:nth-child(3) a:focus:after{
    background-image: url(../images/channels-956_gif_proyectosLey.gif);
    top: 85px;
    left: 30px;
}

#recuadros-participacion .recuadro:nth-child(4):hover:after
, #recuadros-participacion .recuadro:nth-child(4) a:focus:after{
    background-image: url(../images/channels-956_gif_encuesta.gif);
    top: 85px;
    left: 30px;
}

#recuadros-participacion .recuadro:nth-child(5):hover:after
, #recuadros-participacion .recuadro:nth-child(5) a:focus:after{
    background-image: url(../images/channels-956_gif_suscribase.gif);
    top: 85px;
    left: 30px;
}

#recuadros-participacion > div#MyLiveChatContainer:hover:after
, #recuadros-participacion > a#MyLiveChatScriptLink:focus:after {
    background-image: url(../images/channels-956_gif_chatMesaAyuda.gif);
    top: 85px;
    left: 30px;
}

.aid-390346, 
.aid-356760 {
    position: relative;
}

.aid-390346 a:hover:after, 
.aid-356760 a:hover:after,
.aid-377393 a:hover:after {
    content:"";
    display:block;
    width: 124px;
    height: 99px;
    background-image:url(https://redes.colombiaaprende.edu.co/ntg/minedu/images/transparencia.gif);
    position: absolute;
    left: 0px;
    background-repeat: no-repeat;
	cursor: default;
	z-index: 10;
}

.aid-390346 a:hover:after, 
.aid-356760 a:hover:after {
    margin-top: 6px;
}

#recuadros_articulo_30469 .media {
    overflow: visible;
}

/************************************************************************************
FIN DE GIF DE ACCESIBIIDAD
*************************************************************************************/

.img-center {
    text-align: center;
}


/************************************************************************************
Estilos Formularios
*************************************************************************************/
.formGeneral .ui-tabs .ui-tabs-panel{background-color: #FFF;}
.formGeneral legend.ntg-titulo-grupo-formulario {margin-bottom: 0px;}
.formGeneral .ui-tabs .ui-state-active{background-color: #13386d;}
.formGeneral .ui-tabs .ui-state-active a {color: #FFF;}

.formGeneral .alert-warning{
    padding: 2px;
    margin-bottom: 4px;
}

.formGeneral .form_dateonly label{margin-right: 5px;}

.formGeneral .form_dateonly select {
    display: inline-block;
    height: 27px;
    width: 210px;
    margin: 0px 5px;
    border-radius: 0px;
    background-color: white;
}

.formGeneral .form_dateonly input {
    display: inline-block;
}

.formGeneral .form_textarea label
, .formGeneral .form_text label
, .formGeneral .form_message span
, .formGeneral .form_select label{
    font-weight: inherit;
}

.formGeneral .form_textarea.texto-negrilla label
, .formGeneral .form_text.texto-negrilla label
, .formGeneral .form_message.texto-negrilla span
, .formGeneral .form_select.texto-negrilla label{
    font-weight: bold;
}

.counter:after {
    content: " caracteres";
}

.counter {
    padding: 1px;
    font-size: 12px;
    background-color: brown;
    color: white;
    margin-left: 5px;
    font-weight: bold;
}

/*FOOTER*/
.selects-footer > div{margin-bottom: 5px;}
.selects-footer > div > ul{
    display: none;
    padding: 5px 0px;
    list-style: none;
    border-bottom: 1px solid #CCC;}
.selects-footer  ul li a{
    background-image: url("../images/sprite-arrow-footer.png");
    background-position: 2px -52px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 1.2em;
    padding-right: 0.5em;}  
.selects-footer  > div:hover ul{display:block;}
.selects-footer  p{
    background-image: url(../images/sprite-arrow-footer.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding: 3px 10px;
    height: 21px;
    margin: 0px;
}

.bg-success {
	background-color: #f42e62;
	border-top: 100px solid white;
    margin-top: 3rem;
}

footer a {
	color: #004884;
	text-decoration: underline;
}

footer a.text-white {
	color: #fff;
} 

footer .h3 {
	color: #004884;
	font-weight: 500;
	font-size: 2.8rem;
}

footer .card {
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
	overflow: hidden;
    height: calc(100% - 2rem);
    border-radius: 5px;
    margin-bottom: 5rem;
	margin-top: -100px;
    padding: 3.5rem;
}
footer .card + div {
	position: absolute;
    left: 0;
    right: 0;
	width: 100%;
    background-color: var(--primary) !important;

}
footer .card + div > div {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
	footer .card + div > div {
		max-width: 750px;
		width: 100%;
	}
}
@media (min-width: 992px) {
	footer .card + div > div {
		max-width: 970px;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	footer .card + div > div {
		max-width: 1140px;
		width: 100%;
	}
}
@media (max-width: 768px) {
	footer .card + div > div {
		flex-direction: column;
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
}

.mr-3 {
	margin-right: 1rem;
}
.m-0 {margin: 0!important;}

.icon-lk:before,
.icon-yt:before,
.icon-fb:before,
.icon-ig:before,
.icon-tw:before {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 50%;
    background-position: center;
    background-size: 1.6rem;
    vertical-align: middle;
    margin-right: 5px;
}
.icon-fb:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M11.344,5.71c0-0.73,0.074-1.122,1.199-1.122h1.502V1.871h-2.404c-2.886,0-3.903,1.36-3.903,3.646v1.765h-1.8V10h1.8v8.128h3.601V10h2.403l0.32-2.718h-2.724L11.344,5.71z'/></svg>");
}
.icon-yt:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M23.495 6.205a3.007 3.007 0 0 0-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 0 0 .527 6.205a31.247 31.247 0 0 0-.522 5.805 31.247 31.247 0 0 0 .522 5.783 3.007 3.007 0 0 0 2.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 0 0 2.088-2.088 31.247 31.247 0 0 0 .5-5.783 31.247 31.247 0 0 0-.5-5.805zM9.609 15.601V8.408l6.264 3.602z'/></svg>");
}
.icon-ig:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z'/></svg>");
}
.icon-tw:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z'/></svg>");
}
.icon-lk:before {
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M21,21H17.39V15.38c0-1.33,0-3-1.85-3s-2.13,1.44-2.13,2.93V21H9.85V9.5h3.41v1.56h.05a3.75,3.75,0,0,1,3.37-1.85c3.6,0,4.27,2.37,4.27,5.46V21ZM5.84,7.93A2.06,2.06,0,1,1,7.9,5.87,2.06,2.06,0,0,1,5.84,7.93ZM7.62,21H4.06V9.5H7.62ZM22.73.5H2.27A1.75,1.75,0,0,0,.5,2.23V22.77A1.75,1.75,0,0,0,2.27,24.5H22.72a1.75,1.75,0,0,0,1.78-1.73V2.23A1.75,1.75,0,0,0,22.72.5Z'/></svg>");
}

footer .list-group {
    display: flex;
    flex-wrap: wrap;
}

.d-flex {
	display:flex;
}
.justify-content-between {
	justify-content: space-between;
}
.align-items-center {
	align-items: center;
}
.align-self-center {
	align-self: center;
}
.border-left {border-left: 1px solid #bababa!important;}
.border-white {border-color: #fff!important;} 
.pl-4 {padding-left: 2.5rem;} 
.ml-4 {margin-left: 2.5rem;}
.mb-3 {margin-bottom: 1.8rem}
.py-3 {padding-top: 1.8rem; padding-bottom: 1.8rem;}
.py-5 {padding-top: 2.8rem; padding-bottom: 2.8rem;}
.pt-5 {padding-top: 2.8rem;}
@media only screen and (min-width: 992px) {.pt-lg-0 {padding-top: 0;}}


/*Acordeon*/

.ui-accordion .ui-state-default{
    background-color: #b8cae8;
    color: #13386d;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
    margin-bottom: 2rem ;
    padding: 11px 15px;
	cursor:pointer;
	border-radius: 8px;
	background-image: none;}
.ui-accordion .ui-state-active{color:#3c80d7; background-position: right 7px}
.ui-accordion .ui-state-hover{color:#3c80d7; }
.ui-accordion .ui-accordion{border: 0; border-bottom: 1px solid #CCCCCC;}
.ui-accordion .ui-accordion-content{padding: 0px 15px;}

.ui-accordion .ui-accordion-content {
	width: auto;
	background-color: #eaeff4;
    border-radius: 8px;
	margin-left: 2rem;
	margin-top: -1rem;
    padding: 15px 15px 15px 30px;
}

.ui-accordion .ui-state-default:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 12px;
    height: 12px;
    border-bottom: solid 2px #13386d;
    border-left: solid 2px #13386d;
    transform: rotate(-45deg);
    transition: all .3s;
}

.ui-accordion .ui-state-active:after {
    transform: rotate(135deg);
    top: 16px;
}

/* .ui-accordion .ui-state-default{
    background-color: #DEE2E5;
    color: #384651;
    font-size: 18px;
    margin: 3px 0px;
    padding: 6px 10px;
    cursor:pointer;
    background-image: url(https://redes.colombiaaprende.edu.co/ntg/minedu/images/sprite-accordion.png);
    background-repeat: no-repeat;
    background-position: right -38px;}
.ui-accordion .ui-state-active{background-color:#5A6C78; color:white; background-position: right 7px}
.ui-accordion .ui-state-hover{background-color:#5A6C78; color:white; }
.ui-accordion .ui-accordion{border: 1px solid #CCCCCC;border-top: none;}
.ui-accordion .ui-accordion-content{padding: 0px 15px;} */

/************************************************************************************
HOME
*************************************************************************************/
.home_branding{
    background-image: url(../images/branding.jpg);
    background-repeat: repeat;}

/*ESPECIAL*/
.home-especial{
    background-color: #FBFBFB;
    border: 1px solid #DBD7D6;
    display: inline-block;
    padding: 10px;}
.home-articulo-especial iframe{
    max-width: 478px;
    height: 325px;
    float: left;
    margin-right: 10px;
}
.home-articulo-especial p{margin:0px;}

/*SLIDER NOTICIAS*/
.slider-news{    
    position: relative;
    height: 404px;
    overflow: hidden;
    margin-bottom: 13px;}
.slider-news .next,
.slider-news .prev {    
    position:absolute;
    bottom:40px;
    background-image: url(../images/slidernews-arrows.png);
    display:block;
    z-index:1;}
.slider-news .prev{left:0px;}
.slider-news .next{right:0px;background-position: 0px 60px;}
.slider-news .next > a,.slider-news .prev > a{
    font-size: 0px;
    height: 60px;
    width: 42px;
    display: block;}
.slider-news .controls{
    position: absolute;
    bottom: 3%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    list-style: none;}
.slider-news .controls li{
    background-image: url(../images/slidernews-lista.png);
    background-repeat: no-repeat;
    background-position: 0px -23px;
    display: inline-block;}
.slider-news .controls li.current,
.slider-news .controls li:hover{background-position: 0px 0px;}
.slider-news .controls li > a{
    font-size: 0;
    width: 15px;
    height: 15px;
    display: block;}
.slider-news .boton{
    display:block;
    position: absolute;
    bottom: 3%;
    width: 20px;
    height: 20px; 
    left: 5%;}

.slider-news .boton > a{font-size:0px;width:10px;height:10px;}  
.slider-news .recuadro .titulo{
    position:absolute;
    bottom:0px;
    background-color:rgba(0, 0, 0, 0.53);
    padding: 10px 54px 42px 54px;
    margin:0px;
    width: 100%;
    min-height: 114px;}
.slider-news .recuadro .titulo > a{color:white;}

/*SLIDER BaNNERS*/
.home-banner-slider{position:relative;padding: 35px 0px;}
.home-banner-slider .controls,
.home-banner-slider .boton{display:none;}
.home-banner-slider .prev,
.home-banner-slider .next{
    position: absolute;
    background-image: url(../images/sliderbanners-arrows.png);
    background-repeat: no-repeat;
    right: 42%;}
.home-banner-slider .prev{top: 0px;}
.home-banner-slider .next{bottom: 0px;background-position: 0px -54px;}
.home-banner-slider .next > a,
.home-banner-slider .prev > a{
    color: transparent;
    width: 46px;
    height: 35px;
    display: block;}
.home-banner-slider .recuadro{margin:0px}

/*LANZADORES*/
.home-lanzadores{background-color:#EDEEF0;display:inline-block;width:100%;}
.home-lanzadores .recuadro {
    display: inline-block;
    width: 20%;
    padding: 6px 0px 5px 15px;
}
.home-lanzadores .recuadro .titulo {
    font-size: 20px;
    border-right: 1px solid #13386d;
    padding: 6px 0px;
    margin: 10px 0px 0px 0px;}
.home-lanzadores .recuadro:last-child  > .titulo{border:none;}
.home-lanzadores .recuadro .titulo > a{color:#45565e;}



/************************************************************************************
PORTADILLAS
*************************************************************************************/
/*Glosario*/
.glosario .titulo{font-size: 22px;font-weight: bold;}

/*Atencion al ciudadano*/
.recuadros-publicos{background-color:#EBEFF2;display:block;float:left; width:100%;}
.recuadros-publicos *{text-align:center;}
.recuadros-publicos > .recuadro {width: 16.5%; min-width: 150px; height: 200px;}
.recuadros-publicos > .recuadro-nuevo {width: 16.5%; min-width: 215px; height: 200px;}
.recuadros-publicos > .recuadro > .titulo{font-size:17px}
.recuadros-publicos > .recuadro > .titulo a{color:#13386d;}
.recuadros-publicosnuevo{background-color:#EBEFF2;display:block;float:left; width:100%;}
.recuadros-publicosnuevo *{text-align:center;}
.recuadros-publicosnuevo > .recuadro {width: 20%; min-width: 180px; height: 200px;}
.recuadros-publicosnuevo > .recuadro > .titulo{font-size:17px}
.recuadros-publicosnuevo > .recuadro > .titulo a{color:#13386d;}

.recuadros-nivel{background-color:#BDCBD4;display:block;float:left; width:100%;}
.recuadros-nivel *{text-align:center;}
.recuadros-nivel > .recuadro > .titulo{font-size:17px}
.recuadros-nivel > .recuadro > .titulo a{color:#13386d;}

/*RSS*/
.lista-rss ul li{
    background-image: url(../images/icono-rss.png);
    background-position: left center;
    list-style-type: none;
    padding-left: 23px;
    background-repeat: no-repeat;
    margin: 10px 0px;} 

/************************************************************************************
ARTICULO EIDOX
*************************************************************************************/
.articulo a{text-decoration:underline;}
.articulo > .titulo{ position: relative;}
.articulo .abstract { font-style: italic; font-size: 17px;}
.articulo  iframe{max-width:100%; height: 400px;}
.articulo ul ,.articulo ol{padding-left: 1em;}
.articulo ul > li,.articulo ol > li {list-style-position: inside;}

.articulo blockquote {    
    border-left: 0;
    margin: 0 0 0 40px;
    padding: 0;
    font-size: inherit;
}

.articulo .figure .pull-left {margin: 0 10px 10px 0;} 
.articulo .figure .pull-right {margin: 0 0 10px 10px;}
.articulo .figure img  {width: auto; max-width: 100%; height: auto;} 
.articulo .figure .titulo,
.articulo .figure > .caption,
.articulo .figure > .fecha,
.articulo .figure > .autor {width: auto !important;}
.articulo .figure .titulo { display:none;}

/*RECUADROS*/
.recuadros .fecha {
    background-image: url(../images/icono-fechas.png);
    background-repeat: no-repeat;
    padding-left: 23px;
    font-size: 14px;}
.recuadros .figure {margin: 0 auto 10px;}
.recuadros .figure .pull-left {margin: 0 10px 10px 0;}
.recuadros .figure pull-right {margin: 0 0 10px 10px;}
.recuadros .figure img,
.figure-100 img{width:100%;height:auto;}


/*RECUADROS LISTA*/
.recuadros-lista .recuadro{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
    padding-bottom: 5px;}
.recuadros-lista .titulo a{color:#13386d !important;}
.recuadros-lista .abstract {font-size:15px;}


/*TABLAS Y IFRAMES */

.table-bordered>thead>tr>th, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>tbody>tr>td, 
.table-bordered>tfoot>tr>td {
	border: solid 1px #13386d;
}

.table-icons td{
	padding: 10px;
}

.articulo table.clean-tabla > tbody > tr:first-child > td {
    font-size: initial;
    color: initial;
    text-align: initial;
    vertical-align: initial;
}

.articulo table.clean-tabla tbody tr:nth-child(even) {
    background-color: initial;
}

.clean-tabla[border="0"], 
.clean-tabla[border="0"] td, 
.clean-tabla[border="0"] th {
    border: none;
}

.blue-tabla td,
.clean-tabla td {
    padding: 10px 15px;
}

.blue-tabla tr:nth-child(even) {
     background-color: #eaeff4 !important;
}

.iframe-sm {
    float: left;
    margin: 0px 10px 10px 0px;
    width: 50%;
    height: 250px;
}
.iframe-sm iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

.iframe-lg {
    display: block;
    width: 100%;
    clear: both;
    /*text-align: center;*/
}

.iframe-lg iframe {
    width: 94%;
    border: 0;
    height: 370px;
}

@media only screen and (max-width: 767px) {
    .iframe-sm, .iframe-lg{width: 100%;}

}

/* FIN TABLAS Y IFRAMES */


/*RECUADROS LANZADOR*/
.recuadros-lanzador .recuadro{
    border: 1px solid #13386d;
    border-right: 4px solid #13386d;
    background-color:#FAFCFB;
    padding: 11px 15px 10px 17px;
    height:85px;}
.recuadros-lanzador .recuadro .titulo{
    margin-top: 0px;
    font-size: 18px;
    padding: 5% 0;}

.recuadros-lanzador-col2 .recuadro{max-width: 260px; margin-right: 3%;}
.recuadros-lanzador-col3 .recuadro{max-width: 260px; margin-right: 1%;}
.recuadros-lanzador-col4 .recuadro{max-width: 355px; margin-right: 1%;}
.recuadros-lanzador-col6 .recuadro{max-width: 356px; margin-right: 1%;}

.recuadros-lanzador-col2 .recuadro .titulo {font-size: 13px;}

.recuadros-lanzador-col2 .recuadro:last-child,
.recuadros-lanzador-col3 .recuadro:last-child{margin-right:0px;}

#MyLiveChatContainer{
    background-image: url(../images/channels-956_icon_chat.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 70px;
}ƒ


/*RECUADROS BORDE GRIS*/
.recuadros-bordergray .recuadro{
    border: 1px solid #EBECEE;
    border-right: 4px solid #7B8992;
    background-color:#EBECEE;
    padding: 10px 10px 10px 13px;
    height: 85px;}

.recuadros-bordergray .recuadro .titulo{
    margin-top: 5px;
    font-size: 18px;
    padding: 5% 0;}
.recuadros-bordergray .recuadro .titulo a{color:#364751}

/*PAGINADOR*/
.ntg_paginador .pa_herramientas_orden,
.ntg_paginador  .boton{display:none;}
.ntg_paginador  .prev {position:absolute;bottom:35px;left:0px;}
.ntg_paginador  .next {position:absolute;bottom:35px;right:0px}
.ntg_paginador  .controls {list-style:none;display: inline-block; margin-top: 20px;}
.ntg_paginador  .controls li{float:left;margin-right: 10px;}
.ntg_paginador  .controls  >.current a{text-decoration:underline;}

/*FORMULARIOS*/
.formulario input[type="text"], .formulario select, .formulario textarea{float:left;}
.formulario label{float:left;margin: 2% 0% 1% 0%;}
.formulario input[type="button"] {float: right;margin: 4% 0%;}
.formulario .ntg-warning{float: left; margin: 2% 2% 1% 2%;color: red;}
.formulario fieldset, .formulario legend{border:none;}

/*FORMULARIO NORMATIVIDAD*/
.formulario-normas .forminvisible,
.formulario-normas > fieldset > legend{display:none;}
.formulario-normas form{
    background-color:#FAFCFB;
    border:1px solid #EEECED;
    padding: 11px 18px;}
.formulario-normas label{font-weight:normal;}

.formulario-normas div{float: left; margin-right: 20px;}
.formulario-normas .form_select{width:30%; margin-bottom: 10px;}
.formulario-normas .form_text {width:63%;margin-top: -6px;}
.formulario-normas .form_button{margin-top: 15px;clear: both;}

/*BREADCRUMBS*/
.breadcrumb{
    background-color: transparent;
    color: #808080;
    font-size: 13px;
    padding: 0px;
    margin: 0px;}


/*TABS*/
.ui-tabs > ul{list-style:none;display: inline-block;padding: 0px;}
.ui-tabs > ul li{float:left;}
.tabs > ul li,
.ui-tabs > ul li{background-color:#D9DDE0;border:1px solid #EBEBEB;}
.tabs > ul li a,
.ui-tabs > ul li a{
    font-size: 16px;
    padding: 5px 7px;
    color: #5B6268;
    display:block;}
.ui-tabs  .ui-tabs-panel,
.tabs .tab-content{
    background: #f5f5f5;
    padding: 20px 15px;}    

.tabs > ul li.active a,
.tabs > ul li.ui-tabs-active a,
.tabs > ul li.active > a:focus{background-color:#F4F4F4;color:#13386d;border-radius:0px;}
.tabs > ul li > a:hover{
	color:#3c80d7;
} 


/************************************************************************************
PORTADILLA INFORMACIÓN ESTADÍSTICA
*************************************************************************************/
#menu-infoestadistica img {
    width: 25px;
}

#menu-infoestadistica .nav > li{height: 55px;}

#menu-infoestadistica .nav > li> a{border: 1px solid transparent;}

#menu-infoestadistica .nav > li > a:hover, #menu-infoestadistica .nav > li> a:focus{
    background-color: transparent;
    border: 1px solid #0E698E;
}

div#menu-infoestadistica.contrasteOn .nav > li > a{color: white;}

div#menu-infoestadistica.contrasteOn .nav > li > a:hover, div#menu-infoestadistica.contrasteOn .nav > li> a:focus{
    border: 1px solid yellow;
    color: yellow;
}

#menuLateral_infoestadistica .recuadro .titulo{padding: 1% 0%;}

#menuLateral_infoestadistica h2.titulo-caja{margin-top: 0px;}

.img-responsive img {
    width: 100%;
    height: auto;
}

.articulo-infoestadistica ul{padding-left: 0px;}

.articulo-infoestadistica ul li{
    list-style-type: none;
    margin: 10px 0px;
    height: 35px;
}

.articulo-infoestadistica ul li .pull-right img {
    width: 30px;
    height: auto;
    margin-right: 15px;
}
/************************************************************************************
paginador portadilla
*************************************************************************************/
#paginador_portadilla > div > div {
    float: left;
    width: 100%;
}

#filtrosRecursos {
    background: #e8e8e8;
    margin: 0;
    padding: 12px;
}

#itemspagina {
    background: #13386d;
    color: #fff;
    border: 0;
    border-radius: 0;
}

#itemspagina:hover {
    background: #13386d;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.paginador_bottom {
    float: left;
    width: 100%;
    text-align: center;
}

.paginador_bottom .pagination li a {
    padding: 4px 12px;
    margin-right: 6px;
    border: 0;
}


#paginador_portadilla > div > div > .recuadro {
    margin-bottom: 30px;
    min-height: 250px;
    position: relative;
}

#paginador_portadilla > div > div > .recuadro:after {
    content: "";
    display: block;
    bottom: 0;
    width: 90%;
    height: 2px;
    background: #9b28b1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#paginador_portadilla .ntg_paginador > div > .recuadro .info-hover .abstract {
    display: none;
    max-width: 100%;
    height: auto;
    max-height: 130px;
    margin: 0 auto;
    line-height: 1;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#paginador_portadilla .ntg_paginador > div > .recuadro:hover .info-hover .abstract {
    display: block;
    color: #fff;
}


#paginador_portadilla .ntg_paginador > div > .recuadro:hover .info-hover .abstract a{
    text-decoration: underline;
    color: #fff;
}


#paginador_portadilla .ntg_paginador > div > .recuadro .info-hover .titulo {
    word-break: break-word;
    margin: 10px 0;
}

#paginador_portadilla .ntg_paginador > div > .recuadro:hover .info-hover .titulo a{
    color: #fff;
    text-decoration: underline;
}

#paginador_portadilla .ntg_paginador > div > .recuadro:hover .figure {
    display: none;
}

#paginador_portadilla .ntg_paginador > div > .recuadro:hover {
    background: #9b28b1;
    padding: 15px;
    box-sizing: border-box;
}


.paginador_bottom .pagination li.sig a:after {
    content: "";
    display: block;
    background-image: url(//cms.mineducacion.gov.co/static/cache/binaries/channels-956_flechas_paginador.png?binary_rand=197);
    height: 20px;
    width: 20px;
    background-size: auto 20px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding: 4px 4px;
}

.paginador_bottom .pagination li.ant a:after {
    content: "";
    display: block;
    background-image: url(//cms.mineducacion.gov.co/static/cache/binaries/channels-956_flechas_paginador.png?binary_rand=197);
    height: 20px;
    width: 20px;
    background-size: auto 20px;
    background-position: -20px 0px;
    background-repeat: no-repeat;
    padding: 4px 4px;
}

.accordion-anidado ul {
    list-style: none;
}

.accordion-anidado .accordion {
    padding-left: 30px;
}

.accordion-anidado .inner-panel {
    position: relative;
}

.accordion-anidado .inner-panel > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 12px;
    height: 12px;
    border-bottom: solid 2px #13386d;
    border-left: solid 2px #13386d;
    transform: rotate(-45deg);
    transition: all .3s;
}

.accordion-anidado .inner-panel.active > a:after {
    transform: rotate(135deg);
    top: 16px;
}

.accordion-anidado .inner-panel > a {
    text-decoration: none;
    font-weight: 700;
    padding-right: 30px !important;
}

.accordion-anidado .inner-panel.active > a {
    color: #3c80d7;
}

.accordion-anidado .accordion > li {
    margin-bottom: 3rem;
    position: relative;
}

.accordion-anidado .accordion > li > img {
    position: absolute;
    left: -30px;
    top: 5px;
    width: 35px;
    height: auto;
}

.accordion-anidado .accordion > li > ul {
    padding-left: 30px;
}

.accordion-anidado .accordion > li > a {
    display: block;
    background-color: #b8cae8;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 2rem;
    margin-left: 16px;
}

.accordion-anidado .accordion > li > ul > li {
    display: block;
    background-color: #ccdbf2;
    padding: 8px 15px;
    border-radius: 8px;
    margin: 10px 0;
}

.accordion-anidado .accordion > li > ul > li.inner-panel {
    background-color: transparent;
    padding: unset;
    border: unset;
    margin: unset;
}

.accordion-anidado .accordion > li > ul > li.inner-panel > a {
    display: block;
    background-color: #ccdbf2;
    padding: 8px 15px;
    border-radius: 8px;
    margin: 10px 0;
}

.accordion-anidado .accordion > li > ul > li > ul {
    background-color: #eaeff4;
    border-radius: 8px;
    margin-left: 2rem;
    padding: 15px 15px 15px 30px;
}

.accordion-anidado .accordion > li > ul > li > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.accordion-anidado .accordion > li > ul > li > ul > li.inner-panel {
	display: block;
}

.accordion-anidado .accordion > li > ul > li > ul > li > a {
    margin-left: 1rem;
}

.accordion-anidado .accordion > li > ul > li > ul > li.inner-panel a{
	margin-left: 0;
}

.accordion-anidado .accordion > li > ul > li > ul > li.inner-panel ul li{
    margin-bottom: 15px;
}

/************************************************************************************
UTILIDADES
*************************************************************************************/
.border-0 {border:none;}
.margen-0 {
    margin: 0;
}
.margen-bottom-xs {
    margin-bottom: 15px;
}
.margen-bottom-md {
    margin-bottom: 30px;
}
.margen-bottom-lg {
    margin-bottom: 45px;
}
.margen-top-xs {
    margin-top: 15px;
}
.margen-top-md {
    margin-top: 30px;
}
.margen-top-lg {
    margin-top: 45px;
}
.margen-right-xs {
    margin-right: 5px;
}
.margen-right-md {
    margin-right: 30px;
}
.margen-right-lg {
    margin-right: 45px;
}
.margen-left-xs {
    margin-left: 15px;
}
.margen-left-md {
    margin-left: 30px;
}
.margen-left-lg {
    margin-left: 45px;
}
.margen-top-0 {margin-top:0px;}
.padding-0 {padding:0;} 
.padding-izquierda-0 {padding-left:0;}
.padding-derecha-0 {padding-right:0;}
.padding-bottom-xs {
    padding-bottom: 15px;
}
.padding-bottom-md {
    padding-bottom: 30px;
}
.padding-bottom-lg {
    padding-bottom: 45px;
}
.padding-top-xs {
    padding-top: 15px;
}
.padding-top-md {
    padding-top: 30px;
}
.padding-top-lg {
    padding-top: 45px;
}
.padding-left-xs {
    padding-left: 15px;
}
.padding-left-md {
    padding-left: 30px;
}
.padding-left-lg {
    padding-left: 45px;
}
.padding-right-xs {
    padding-right: 15px;
}
.padding-right-md {
    padding-right: 30px;
}
.padding-right-lg {
    padding-right: 45px;
}
/************************************************************************************
MEDIA QUERY
*************************************************************************************/
@media only screen and (max-width: 1200px) {    
}
@media only screen and (max-width: 992px) {     
    .home-lanzadores .recuadro{width:100%;}
    .home-lanzadores .recuadro .titulo{border:none;}

    .margen-top-lg,.margen-top-md{margin-top:15px;}
    .margen-bottom-lg,.margen-bottom-md{margin-bottom:15px;}
    .padding-top-lg,.padding-top-md{padding-top:0px;}

    /* Home Recuadros Participación Ciudadana*/
    .recuadros-lanzador-col2 .recuadro .titulo {font-size: 18px;}

    /*Atencion al ciudadano*/
    .recuadros-publicos > .recuadro {width: 240px;}
}
@media only screen and (max-width: 767px) {
    .socialnetwork {float:left;}
    .formulario-normas .form_select,
    .formulario-normas .form_text{width:100%;}
    .home-articulo-especial .figure > img{width:100%;height:auto;}


    #myModal .modal-header img {
        width: 100% !important;
        height: auto !important;
    }

    #accessBar{
        top: initial;
        width: 100%;
        z-index: 999 !important;
    }

    #accessBar a{
        background-color: #13386d;
        display: inline-block;
        cursor: pointer;
        color: #FFF;
        width: 32%;
        text-align: center;
        font-size: 3rem;
    }
    #accessBar #high_contrast_off, #accessBar #high_contrast_on{
        background-position: center;
        background-size: 30px;
    }

}
@media only screen and (max-width: 480px) {
    .margen-top-xs,.margen-bottom-md , .margen-top-lg ,.margen-top-xs ,
    .margen-top-md ,.margen-top-lg ,.margen-right-xs ,.margen-right-md ,
    .margen-right-lg ,.margen-left-xs ,.margen-left-md ,.margen-left-lg ,
    .padding-bottom-xs, .padding-bottom-md ,.padding-bottom-lg ,.padding-top-xs ,
    .padding-top-md ,.padding-top-lg ,.padding-left-xs ,.padding-left-md ,
    .padding-left-lg ,.padding-right-xs, 
    .padding-right-md ,.padding-right-lg {margin:0px;padding:0px;}  


    .logo{background-image:url(../images/logo-tablet.png); width: 406px;height: 117px;top:0px;}
    .recuadros-lanzador .recuadro {padding: 10px;}
    .slider-news .recuadro .titulo{font-size:20px;}

    a.logo {
        width: 100%;
        background-size: 100%;
    }

}
@media only screen and (max-width: 420px) {
    .logo.contrasteOn {
        background-image: url(../images/channels-956_contraste_logo_min.png);
        background-position: -9px;
        margin: 0 auto;
    }
    .recuadros-lanzador .recuadro {padding:0px;}
    /*Atención al ciudadano*/
    .recuadros-publicos > .recuadro {width: 100%;text-align: center;}
}
@media only screen and (max-width: 240px) {}


.figure > a:nth-of-type(2){
    display: none;
}

.bajardoc > a{
    display: inline-block;
}

/************************************************************************************
ESTILOS 07.11.2019 CAJA EXTERNA
*************************************************************************************/


.home-lanzadores .recuadro {
    display: inline-flex;
    margin: 15px 0px;
    border-right: 1px solid #13386d;
}

.home-lanzadores .recuadro:last-child{border: 0;}

.home-lanzadores .recuadro .titulo{
    border: 0;
    margin: 0;
    padding-left: 60px;
}

.home-lanzadores .recuadro div {
    display: table;
    height: 60px;
}

.home-lanzadores .recuadro div.pull-left {
    position: relative;
}

.home-lanzadores .recuadro div.pull-left img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.home-lanzadores .recuadro .titulo a {
    display: table-cell;
    vertical-align: middle;
}

#i__MEN_po_Informacion_Estadisticas_Sectoriales_eje_1_1 > .recuadro{
    width: 20%;
}

#i__MEN_po_atencionCiudadano_PorPublico_1 > .recuadro{
    width: 16%;
}

#testEncuesta{
    height: auto;
    overflow: hidden;
    display: block;
}

div#la_encuesta, .total {
    /*margin: 0px 15px;*/
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.total{text-align: center;}

.linkEncuesta {
    /*margin: 0px 15px;*/
    padding: 10px 0px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
}

.linkEncuesta a{ color: #000; font-size: 20px;}

.linkEncuesta .figure {
    float: left;
    margin: 0px 4px;
}

.linkEncuesta h3.titulo {
    text-align: left;
}
.total h2{margin: 0px;}

.total.contrasteOn h2{color: #FFF;}

div.total table{display:none;}


@media (max-width: 768px){

    .recuadros-publicos > .recuadro{
        width: 100%;
        height: 170px;
    }
}

#article_i__MEN_tr_youtube_1 {
    margin: auto !important;
}


@media screen and (min-width: 1px) and (max-width: 767px){
/*
    .slider_principal .figure-100 img {
        width: auto;
        height: 100%;
    }
*/
    .slider-news {
        height: 288px;
    }
}


@media screen and (min-width: 1px) and (max-width: 500px){
    .slider-news .recuadro .titulo > a {
        display: block;
        display: -webkit-box;
        height: 89px;
        margin: 0 auto;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/************************************************************************************
ESTILOS_EXTRAS_PORTADILLAS
*************************************************************************************/
.intro_portadilla {
	color: #FFF;
	position: relative;
	margin-top: 0;
	border: 1px solid #FFFFFF;
	display:block;}	
.intro_portadilla div.recuadro {
	padding: 0;
	background-color:#393939;}
.intro_portadilla img {
	max-height: 400px;
	max-width:1108px;
    width: 100%;
    height: auto;}
.intro_portadilla div.recuadro ul {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #000000;
	opacity: 0.5;}
.intro_portadilla div.recuadro ul li.titulo {
	font-size: 1.3em;
	line-height: 130%;
	font-weight: 300;	
	margin-right: 5%;
	text-align: center;
	color: #FFF;
	font-family:"PT Sans", Arial, sans-serif;
	padding: 0.7em 0 0.7em 2.6em;}
.intro_portadilla div.recuadro ul li.titulo a{
	position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    color: white;}
.intro_portadilla div.recuadro ul li.abstract a {
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0}
.intro_portadilla div.recuadro ul li.titulo a.hover {text-decoration: underline;}
.intro_portadilla div.recuadro ul li.abstract {
    margin-right: 7%;
    padding: 0 0 2em 3.4em;
	font-size: 1em;
	line-height: 130%}
.into_descr{
    background-color: #EBEFF2;
    margin: 0px; 
    font-size: initial; }
.into_descr p{
    padding-left: 15%; 
    padding-right: 15%; 
	padding-top:30px;
	padding-bottom: 30px; }
.into_descr p:first-letter { color:#666666; font-size:26px; font-weight:bold; }
.slider_inferior .media{	background-color: #F4F5F7;}
.vermas {
	font-size: 0.9em;
	padding: 0.3em 0;
	font-weight:normal;
	margin-right:10px;
	text-align:right;}
.vermas a {
	color:#333;
	padding: 0.3em 0 0 1.6em;
	text-decoration: none;
	background-image: url(../images/bullet-vermas.png);
	background-repeat: no-repeat;
	background-position: left 3px;}
.vermas a:hover {
	text-decoration: none;
	color: #848080;
	background-image: url(../images/bullet-vermas2.png);
	background-repeat: no-repeat;
	background-position: left 3px;}
a.vermas {
	font-size: 0.9em;
	padding: 0.3em 0;
	font-weight:normal;
	margin-right:10px;
	text-align:right;}
a.vermas {
	color:#333;
	padding: 0.3em 0 0 1.6em;
	text-decoration: none;
	background-image: url(../images/bullet-vermas.png);
	background-repeat: no-repeat;
	background-position: left 3px;}
a.vermas:hover {
	text-decoration: none;
	color: #848080;
	background-image: url(../images/bullet-vermas2.png);
	background-repeat: no-repeat;
	background-position: left 3px;}
.doc .vermas {
	padding-left: 110px;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0}
.doc .vermas a {
	padding: 2px 10px 0 0;
	margin: 0;
	color: #F7594F !important;
	font-size: 100%;
	background: none}
.doc .vermas a:hover {
	color: #FF8431 !important;
	text-decoration: none}
.slider-liketabs{position:relative;}
.slider-liketabs .titulo{
    margin-top: 10px !important;
	font-size: 15px;}
.slider-liketabs .titulo >a{color:#13386d;}
.slider-liketabs .controls, .slider-liketabs .boton{display:none;}
.slider-liketabs .prev > a,
.slider-liketabs .next > a{
    position: absolute;
    bottom: 58px;
    width: 7px;
    height: 12px;
    background-image:url(../images/arrow-xs-sprite.png);
	display: block;
	margin:10px;}
.slider-liketabs .prev > a{left: 10px;background-position: 0px -12px;}
.slider-liketabs .next > a{right: 10px;background-position: 0px 0px;}
 .fondo_lateral{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/bg_h2_menu.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #CCC;
	background-color: #F8F8F8;
	padding-top:4px;}
.fondo_lateral h2{
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    font-family: Tahoma,Arial,Geneva,sans-serif;
    font-size: 1.05em;
    font-weight: normal;
    padding: 3px 0 6px 10px;}
.menu_valores {
  background-color:#FAFCFB;	border: 1px solid #E6E0E0;}
.menu_valores ul {list-style: none;padding-left: 0px;}
.menu_valores ul li {border-bottom: 1px solid #EEECED;padding: 5px 18px;}
.menu_valores ul li a {	
    color: #596c78;
	   background-image: url(../images/flecha-item-menu.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
	text-decoration: none;
	padding: 5px 20px;
	border-bottom: solid 2px transparent;
	font-size: 15px;}
.menu_valores ul li a:hover {color:#3c80d7;}
.menu_valores ul > li ul {
	padding-top: 0.5em;
	padding-left: 2em;}
.menu_valores ul > li.current > ul > li.current a {	color:#13386d !important;}
.menu_valores ul > li ul > li {	
	border-top:  1px #CCC dotted;
	border-bottom: none;
	font-size: 95%}
.menu_valores ul > li span.expandir, .menu_valores ul > li span.contraer {
	font-size: 1em;
	font-weight: 700;
	float:left;
	background-repeat: no-repeat;
	text-indent: -9999%;
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	background-image: url(../images/sprite_herramientas_orden.png);}
.menu_valores ul > li span.expandir:hover, .menu_valores ul > li span.contraer:hover {
	border: 1px solid #e8e8e8;
	border-bottom-color:#e1e1e1;
	border-right-color:#e1e1e1;
	background-position: 0 -380px;
	background-color: #fff}
.menu_valores ul > li span.expandir {background-position: 0 -360px;}
.menu_valores ul > li span.contraer {background-position: 0 -380px;}
.menu_valores > ul li.current a{color:#13386d!important;}
.menu_valores a:hover{color:#3c80d7}
.menu-lateral-seccion{
	background-color:#FAFCFB;	
    border-top: 0px;}
.menu-lateral-seccion ul{list-style: none;padding-left: 0px;}
.menu-lateral-seccion h1, .h1 {
	height: inherit;
    font-size: 34px;
    padding-top: 5px;
	padding-bottom:5px;
	padding-left:25px;
    margin: 0px;
	line-height: 0.5;
	text-indent: -20px;
	padding-left: 40px}
.menu-lateral-seccion current a{color:#13386d;}
.menu-lateral-seccion last-child{border-bottom:none;}
.menu-lateral-seccion a {
    color: #596c78;
	background-image: url(../images/flecha-item-menu.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
	text-decoration: none;
	padding: 5px 20px;
	border-bottom: solid 2px transparent;
	font-size: 15px;}
.menu-lateral-seccion a:hover{color:#3c80d7}
.menu-lateral-seccion .panel-default > .panel-heading {
    color: #333333;
    background-color: #FAFCFB;
    border-color: #dddddd;}
.menu-lateral-seccion .panel-default > .panel-heading a:hover{
    background-image: url(../images/flecha-hover-menu2.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;}
.menu-lateral-seccion .panel-default > .panel-heading a:active{
    background-image: url(../images/flecha-hover-menu2.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;}
.menu-lateral-seccion .panel-default > .panel-heading a:visited{
    background-image: url(../images/flecha-hover-menu2.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;}
.menu-lateral-seccion .panel-heading {padding: 5px 15px !important;}
.menu-lateral-seccion .panel-group {
 margin-bottom: 0px !important; }
.menu-lateral-seccion .panel-group .panel {
 margin-top: none !important; 
 border-radius: 0px !important;}
.menu-lateral-seccion .panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {  border-top: none;}
.menu-lateral-seccion .panel {border: 1px solid #dddddd;}
.menu-lateral-seccion .panel-default{
	margin: -1px !important;
	border-radius: 0px;
    border: 1px solid #dddddd;}
.menu-lateral-seccion .panel-collapse .collapse .in{border:none;}
.menu-lateral-seccion a:hover {
	color: #3c80d7;
	text-decoration: underline;}
.menu-lateral-seccion .recuadro {min-height: 32px;}
.menu-lateral-seccion .panel-body {
    padding-top: 0px;
	border:none;}
.menu-lateral-seccion .panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group { border: none;}
.menu-lateral-seccion .panel-group .panel-heading + .panel-collapse > .panel-body{ border: none;}
.slider_proyectos .grupo .recuadro{
	float:left;
	background-color: white;
	padding-top: 15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin: 10px;
	border: 1px solid #B9BDC0;
	max-width: 232px;
	max-height: 204px;	}
.slider_proyectos .titulo-grupo{display:none;}
.slider_proyectos .grupo{margin: 0px 48px 29px 48px;height: 235px;}

/*Botones de Navegacion slider*/
.slider_proyectos ul.indice_caras {
    list-style: none outside none;
    position: absolute;
    z-index: 10;
    height: 14px;
    width: 50px;
    left: 0%;
    bottom: 0%;
    margin-left: 44%;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 7px 42px;}
.slider_proyectos .indice_caras li {
  background-image: url(../images/sprite_marquesina_indice.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline;
  float: left;
  font-size: 0;
  height: 16px;  
  width: 16px;
  line-height: 0;
  margin: 0 2px;
  padding: 0;
  text-decoration: none;
  text-indent: -9999%;}
.slider_inferior  {
	position:relative;
	background-color: #F4F5F7;}
.slider_inferior  .indice_caras li a {
  color: #989898;
  display: block;
  height: 16px;
  width: 16px;
  padding: 0;
  text-decoration: none;}
.slider_inferior  .indice_caras li.current, 
.slider_inferior  .indice_caras li:hover {background-position: 0 -16px;	}

/*btnes Previo y Next*/
.slider_inferior  span.prev, .slider_inferior span.next {
  display: block;
  height: 80px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 36px;
  z-index: 80;
  text-indent: -9999%;
  line-height: 0;
  font-size: 0;
  margin-top: -40px;}
.slider_inferior  span.prev {left: 10px;}
.slider_inferior  span.next {right: 10px;}
.slider_inferior  span.prev a { background-position: 0px -77px;}
.slider_inferior  span.prev a, .slider_inferior span.next a {
  width: 30px;
  height: 74px;
  display: block;
  background-image: url(../images/sprite-arrow.png);
  background-repeat: no-repeat;}
.slider_inferior  span.next a {background-position: 0px -5px;}

/*btnes pausa play*/
.slider_inferior  span.boton {
	display: block;
	position: absolute;
	text-align: center;
	bottom: 0.5em;
	left: 1em;
	z-index: 10;}

.slider_inferior  span.boton a.play, .slider_inferior span.boton a.pause {
	color: #545050;
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: -99999%;
  z-index: 10;}
.slider_inferior  .controls{	display:none; }
.slider_inferior  .titulo-caja{
	background-color:#FFFFFF !important;
	margin-bottom:10px !important;}
.slider_proyectos .grupo .recuadro h3{
	margin-top: 10px !important;
	font-size: 15px;
	color:#43535b;	}
.slider_proyectos .grupo .recuadro h3 a{color:#43535b !important;}

/* Sala de prensa */
.titulo_portadilla h1 {
	border-bottom: 1px solid rgb(241, 241, 241);
	padding-bottom: 15px;}
 .recuadros-lista_sala > div{
	 border-bottom: 1px solid #d6d6d6;
	 margin-bottom:40px;}
 .recuadros-lista_sala .titulo,
 .recuadros-lista_sala .titulo a{color:#13386d;}
 .recuadros-lista_sala .abstract {font-size:15px;}
 .recuadros-lista_videos > div{border-bottom: 1px solid #d6d6d6;}
 .recuadros-lista_videos .titulo,
 .recuadros-lista_videos .titulo a{color:#13386d;}
 .recuadros-lista_videos .abstract {font-size:15px;}
.lanzador-saladeprensa .recuadros-lanzador .recuadro{margin-top: 15px;}
.lanzador-saladeprensa .recuadros-lanzador .recuadro .titulo {margin-top: 25px !important;}
.agenda  > div{
	border-bottom: 1px solid #F1F1F1;
    margin-bottom: 40px;}
.agenda .titulo,
.agenda .titulo a{color:#13386d;}
.agenda .abstract {font-size:15px;}
.fecha_agenda {
	background-image: url(../images/icono-agenda.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 15px;
	background-color: #538ADB;
	padding-top: 5px;
	padding-bottom: 6px;
	background-position: 6px;
	max-width: 150px;
	color: #fff;
	text-transform: uppercase;}
.tabs_redes > ul li,
.ui-tabs > ul li {background-color:#D9DDE0;border:1px solid #EBEBEB;text-align: center;}
.tabs_redes > ul li a,
.ui-tabs > ul li a{
	font-size: 16px;
    padding: 5px 7px;
    color: #5B6268;}
.tabs_redes > ul li.active a,
.tabs_redes > ul li.active > a:focus{background-color:#F4F4F4;color:#13386d;border-radius:0px;}
.tabs_redes .tab-content{
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:25px;
	background-color:#f5f5f5;}
	.tabs_redes > ul li > a:hover {
		color: #3c80d7;
	}
	.tabs_redes .tab-content #videos,
	.tabs_redes .tab-content #audio {
		overflow: hidden;
	}	
.ultima_hora{
	margin-bottom: 20px;
	height: 90px;}
.ultima_hora > a,
.ultima_hora > .recuadro{
  float:left;
  border:none;}
.ultima_hora .titulo-caja{
	float:left;
    background-image: url("../images/icono-ultima-hora.png");
    background-position: 6px 9px;
    background-repeat: no-repeat;
	background-color:#FAFCFB;
	position:absolute;
	font-size:17px;
	padding-left: 47px;
	padding-top: 19px;
	padding-bottom: 25px;
	margin-top: 15px;
	border:none;
	border-top:1px solid #E3E1E2;
	border-left:1px solid #E3E1E2;
	width:168px;}
.ultima_hora .fecha{
	background:none;
	padding-left: 15px;
	padding-right:15px;
	border-right:2px dotted #E3E1E2;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 12px;
	font-size: 14px;
	margin-left:170px;
	border-right:2px dotted #E3E1E2;
	border-left:2px dotted #E3E1E2;}
.ultima_hora  h1{
	float:left;
	font-size:13px; color:Ãƒâ€šÃ‚Â·#0E77B9; 
	max-width: 115px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:5px;
	margin-left:3px;
	margin: 0 auto;
	vertical-align: middle;
	min-height:30px;}
ul.ultima_hora{
  padding:1px;
  border-left: 1px solid #A6BDCB;}
.ultima_hora img{  
  float:left;  
  margin-right: 5px;
  margin-left: 10px;
  vertical-align: middle;}
.ultima_hora > a,
.ultima_hora > li:first-child,.ultima_hora > .recuadro{
	border: none;
	background-color: #FAFCFB;
	border:1px solid #E3E1E2;
	height: 65px;
	margin-bottom:25px;}
.ultima_hora h3 {
	font-size:15px;
	padding-top: 17px;
	padding-left:20px;
	color:#43535b !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 800px !important;}	
.ultima_hora h3 a{
	color:#43535b !important;
	font-size: 13px;
	font-style:italic;}	
.ultima_hora > li.active > a,.ultima_hora > .active a{color:#000;}
.tabs-noticias .titulo-caja{
	border:0px;
	padding-left:0px;
	margin-bottom: 15px;
    font-size: 34px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #13386d;
    text-transform: none;}
.tabs-noticias .ui-tabs > ul{list-style:none;display: inline-block;padding: 0px;}
.tabs-noticias .ui-tabs > ul li{float:left;}
.tabs-noticias .tabs > ul li,
.ui-tabs > ul li {background-color:#D9DDE0;border:1px solid #EBEBEB;}
.tabs-noticias .tabs > ul li a,
.ui-tabs > ul li a{
	font-size: 16px;
    padding: 5px 7px;
    color: #5B6268;}
.tabs-noticias .tabs > ul li.active a,
.tabs-noticias .tabs > ul li.active > a:focus{background-color:#F4F4F4;color:#13386d;border-radius:0px;}
.tabs-noticias .tabs > ul li > a:hover {
	color: #3c80d7;
} 
.tabs-multimedia iframe{
	float: left;
    height: 240px;
    width: 60%;
	margin-right:20px;}
.tabs-multimedia img_principal{
	float: left;
    width: 60%;}
.tabs-multimedia div{	margin-left: 10px;}
.tabs-multimedia  a {
	 color: #596c78;
    font-size: 13px;
    text-decoration: none;}   
.tabs-multimedia-audio {
	 color: #596c78;
    font-size: 13px;
    text-decoration: none;}   
.tabs-multimedia-audio div{
	margin-left: 10px;}
.tabs-multimedia-audio  a {
	 color: #596c78;
    text-decoration: none;}  
.tabs-multimedia-audio img_principal{
	float: left;
    width: 50%;}
.tabs-multimedia-audio  .btn-default a{
	color:#13386d !important;
	font-size: 16px !important;}
.printer {
    display: block;
    background-image: url(../images/imprimir.png);
    background-repeat: no-repeat;
    background-position: right top;
    text-indent: -99999px;
	margin-top:-25px;}
.imagen_margen{
	margin-bottom:20px;}
	
@media screen and (max-width: 992px) {
	.slider_proyectos .grupo {height: 450px;}
}
@media screen and (max-width: 646px) {
	.slider_proyectos .grupo {height: 900px;}
	.ultima_hora{display:none;}
}
@media screen and (min-width: 990px) and (max-width: 1200px){
	.slider_proyectos .grupo {height: 450px;}
}
.publicaciones img{
    width: 85%;
	height:auto;}
iframe .tamano_galeria{
	width:100%;
	height:480px;}
.tamano_galeria{
	width:100%;
	height:480px;}

	/**/
@media screen and (max-width: 646px) {
  .tabs-multimedia-audio img  {
        width: 100%;
        height:100%;}
}
.margen_left_no{margin-left: 0px;}
.margen_left_no .ntg_paginador .prev{left: 15px !important;}
.margen_left_no .abstract {margin-bottom: 50px;}


/************************************************************************************
CSS_MENU_EXTRA
*************************************************************************************/
#menu_principal .container {
	background-color: transparent!important;
}
#menu_principal .main_menu {
	display: flex;
    justify-content: space-between;
	background-color: transparent;
	width: 100%;
	box-shadow: none;
}
@media only screen and (max-width: 992px) {
	#menu_principal .main_menu {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767.98px) {
	#menu_principal .main_menu  {
		flex-direction: column;
	}
}

.main_menu  li a
{
	color: #434343;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom: solid 2px transparent;
}

#menu_principal .main_menu  li > div > a:hover {
	background-color: #F2F2F2;
	border: 0;
	color: inherit !important;
	font-weight: 600;
	text-decoration: underline;
}

#menu_principal .main_menu  li > div > a.active:hover,
#menu_principal .main_menu  li > div > a.active 
{
	color: #fff !important;
	background-color: var(--primary);
	border: 0;	
}

.main_menu  > li  > .collapse
{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 58px;
    width: auto;
    margin: 0;
}
.main_menu  > li  > .collapse.item-edsuperior,
.main_menu  > li  > .collapse.item-salaprensa {
	left: auto;
	right: 0;
}

.main_menu > li:hover > .collapse 
{
	display: block;
}

.main_menu li a {
  text-decoration:none;
  float: left;
}

.main_menu  > .normatividad  > .item-normatividad > ul
{
	left: -136px;
}

.submenu, .main_menu  > .normatividad  > .item-normatividad > ul
{
	font-size: 14px;
	background-color: #f5f5f5 !important;
	width: 1108px !important;
	min-height: 130px;
	position: relative;
	margin-top: 43px;
}

.submenu > li > a
{
    display: inline-block;
    padding: 3px 15px;
    margin: 0;
	width: 100%;
}

.item-normatividad > ul > li > a
{
	margin-left: 2000px;
}

.menu-open
{
	height: 150px !important;
}

.menu-close
{
	height: auto;
}

.submenu > li > a:hover,
.submenu > li > a.active
{
	color: #fff;
	background-color: var(--primary);
}

.submenu > .active > a,
.submenu > .active > a:hover,
.submenu > .active > a:focus
{
	color: #fff;
	background-color: var(--primary);
}

.ul-ministerio
{
	left: -53px;
}

.ul-normatividad
{
    left: -136px !important;
}

.ul-edinicial
{
    left: -236px !important;
}

.ul-preescolar
{
    left: -371px !important;
}

.ul-edsuperior
{
    left: -571px !important;
}

.ul-salaprensa
{
    left: -721px !important;
}

.ul-atciudadano
{
    left: -878px !important;
}

.item-normatividad > ul > li > a
{
	background-image: url(../images/flecha-item-menu.png);
	background-repeat: no-repeat;
    background-position: 0px 10px;
}

.submenu-link-hover
{
	background-image: url(../images/flecha-hover-menu2.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}

/*====== FLECHA HACIA ABAJO ==========*/

.main_menu > li:hover > div[id^='link_clasificandoi__MEN_tr_menu_principal'] 
{
	/*height: 41px;*/
	width: inherit;
	/*background-image: url(../images/flecha-hover-menu2.png);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	z-index: 9999;
}

.icon-atciudadano
{
	background-image: url(../images/icono-atencion-al-ciudadano2.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
}

.icon-ciudadano
{
	float: left
}

.icon-ciudadano > a
{
	padding: 5px 0px !important;
}

/*=== Acordeon ===*/

.secondlink
{
	position: relative;
	margin-bottom: 25px;
	margin-top: 20px;
	list-style-type: none;
	display: none;
	
}

.secondlink > li
{
	width: 150px;
}

.secondlink > li > a
{
	background-image: url(../images/flecha-item-menu.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

/* ========== Anchos <li> menÃº principal */

.ministerio,
.normatividad,
.edinicial,
.edpreescolar,
.edsuperior,
.salaprensa,
.atciudadano {
	width: auto;
}

/*========== Posiciones SubmenÃº =============*/

.infoinstitucional
{
	left:-190px;
}

.direducativo
{
	left:-160px;
}

.servimen
{
	left:-124px;
}

.sisteducacional
{
	left:-210px;
}

.dirprimera
{
	left: -194px;
}

.poleducativa
{
	left: -145px;
}

.reftecnicos
{
	left: -161px;
}

.sistbasica
{
	left: -223px;
}

.evaluacion
{
	left: -102px;
}

.proycobertura
{
	left: -156px;
}

.proyeficiencia
{
	left: -156px;
}

.proyecalidad
{
	left: -145px;
}

.proyepertinencia
{
	left: -167px;
}

.refercalidad
{
	left: -168px;
}

.modeloedu
{
	left: -210px;
}

.sistedusuperior
{
	left: -225px;
}

.asistecnica
{
	left: -152px;
}

.proycalidad
{
	left: -150px;
}

.proycierre
{
	left: -202px;
}

.proyinnovacion
{
	left: -246px;
}

.proymodelos
{
	left: -216px;
}

.vininteres
{
	left: -155px;
}

.vininteres a {
	width: 100px;
}

.asociaciones
{
	left: -114px;
}

.asociaciones a {
	width: 100px;
}

.infodestacada
{
	left: -177px;
}

.ventanilla
{
	left: -210px;
}

.consultas
{
	top: 21px;
	left: -267px;
}

.consultas a
{
	width: 100px;
}



.partciudadana
{
	left: -181px;
}

.vinculos
{
	left: -151px;
}

.pqr
{
	left: -64px;
}

.trampublic
{
	left: -225px;
}

.tramnivel
{
	left: -212px;
}

.navbar-default
{
	height: auto;
	min-height: unset;
	width: 100%;
	background-color: #F6F8F9;
	border-bottom: 3px solid var(--secondary);
}
@media only screen and (max-width: 767.98px) {
	.navbar-default
	{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.main_menu > li > div > a {
		justify-content: center;
		height: 40px;
	}
}


/************************************************************************************

Menu Fijo

*************************************************************************************/

.sticky {
	position: fixed;
	top: 0;
	z-index: 999;
	/*width: 100%;
	background-color: #F8F8F8;*/
}

.sticky  > .main_menu > li:hover > div.collapse
{
	display: none;
}

.sticky  > .main_menu > li:hover > div.collapse > ul.submenu
{
	display: none;
}

.sticky  .submenu, .sticky  .collapse 
{
	display: none;
	height: 0px;
	margin-bottom: -10px;
}


/************************************************************************************

Compartir Redes

*************************************************************************************/

.share
{
	border-style: dashed;
	border-width: 1px 0px;
	padding: 7px 0px;
	border-color: #818182;
	margin-top: 15px;
	clear: both;
}

.articulo table th
{
	font-size: 19px;
	color: #3366CC;
	text-align: center;
	vertical-align: middle;
}

.articulo table > tbody > tr:first-child > td
{
	font-size: 19px;
	color: #3366CC;
	text-align: center;
	vertical-align: middle;
}

.articulo table tbody tr:nth-child(even) {
	background-color: #ebeff1;
}

.articulo table tbody tr .bajardoc
{
	text-align: center;
}

/*========== Pie de foto - Articulos ==============*/

.articulo .pie-foto
{
	width: 100% !important;
	background-color: #E6E6E6;
	font-size: 12px;
	padding: 6px 9px;
}

/*========== estilos @media ==============*/

@media only screen and (max-width: 1198px) {
	.main_menu > li:hover > div.collapse
	{
		display: none;
	}
}

@media only screen and (max-width: 760px) {
	div.icon-atciudadano{display: none;}
	#menu_principal{overflow-x: hidden;}
	.margen-movil-lateral{margin:10px 0px;}
}

/*========== Mozilla Firefox ==============*/

@-moz-document url-prefix() {
	
	/*Firefox*/
	.submenu, .main_menu  > .normatividad  > .item-normatividad > ul
	{
		padding-top: 10px; 
	}
	.submenu > li , .main_menu  > .normatividad  > .item-normatividad > ul > li
	{
		display: -moz-groupbox;
	}
	.secondlink
	{
		margin-top: 0px !important;
	}
	/*-----*/


}

/*========== Portadilla Especiales ==============*/

.recuadro-especiales .recuadro
{
	display: inline-block;
	margin: 0 10px 5px 0;
	max-width: 260px;
}

.recuadro-especiales .recuadro img
{
	width: auto;
	max-width: 100%;
}

.recuadro-especiales .recuadro ul
{
	padding: 0px;
	list-style-type: none;
}

.recuadro-especiales .titulo-recuadro
{
	margin: 5px 0px;
}

.recuadro-especiales .titulo-recuadro a
{
	color: #43535b;
	font-weight: bold;
	font-size: 20px;
}

/*========== Portadilla Noticias Sector ==============*/

.recuadro-notisector .recuadro
{
	display: inline-block;
	margin: 0 10px 5px 0;
	max-width: 310px;
}

.recuadro-notisector .recuadro img
{
	height: auto;
	width: auto;
	max-width: 100%;
}

.recuadro-notisector .recuadro ul
{
	padding: 0px;
	list-style-type: none;
}

.recuadro-notisector .titulo-recuadro
{
	margin: 5px 0px;
}

.recuadro-notisector .titulo-recuadro a
{
	color: #43535b;
	font-weight: bold;
	font-size: 20px;
}

/*-----------------------*/

.titulo-responsabilidad
{
	display: inline-block;
	float: left;
	background-image: url("../images/icono-ultima-hora.png");
	background-position: 6px 9px;
	background-repeat: no-repeat;
	background-color: #FAFCFB;
	font-size: 17px;
	padding-left: 47px;
	padding-top: 10px;
	margin-right: 13px;
}

.msg-responsabilidad
{
	display: inline-block;
	margin-top: 11px;
	position: absolute;
	font-size: 15px;
	padding-left: 12px;
	border-left: 2px dotted #E3E1E2;
}

.nota-responsabilidad
{
	background-color: #FAFCFB;
	border: 1px solid #E3E1E2;
	height: auto;
	min-height: 65px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 1198px) {
	.msg-responsabilidad
	{
		position:static;
	}
}

/*========== Portadilla MEN en la prensa ==============*/

.img-menprensa a 
{
	float: left;
}

.img-menprensa a img
{
	width: auto !important;
	margin-right: 10px;
}





/*========== Encuesta "EncuestaSatisfaccion2012v2" ==============*/

.formGeneral select , .formGeneral textarea
{
	width: 90%;
}

.formGeneral .form_select
{
	padding: 15px 0px;
}

.formGeneral .alert-warning
{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	font-size: 13px;
	display: block;
}

.formGeneral .form_button input
{
	background-color: #3366CC;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	border-width: 1px;
	border-style: none;
}



.formGeneral .form_button input:hover
{
	background-color: #538ADB;
	border-color: #538ADB;
	color: #ffffff;
}



.formGeneral .form_button 
{
	margin: 10px 0px;
}

.formGeneral ul
{
	list-style-type: none;
	padding: 0px;
}

.formGeneral input[type="radio"]
{
	margin-right: 5px;
}

/*========== Descarga de archivos ==============*/

.bajardoc .titulo
{
	display: inline;
	margin-left: 5px;
}



/*========== Eidox Convalidaciones ==============*/

.iframe_50 iframe
{
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.iframe_50 iframe
	{
		width: 100%;
	}
}



/*========== MAPA TRAVESIA  ==============*/



@keyframes animacion1 {

0%   {transform:rotate(0deg)}

25%  {transform:rotate(10deg)}

50%  {transform:rotate(0deg)}

75%  {transform:rotate(-15deg)}

100% {transform:rotate(0deg)}
}

/* Firefox */

@-moz-keyframes animacion1 {

0%   {transform:rotate(0deg)}

25%  {transform:rotate(10deg)}

50%  {transform:rotate(0deg)}

75%  {transform:rotate(-15deg)}

100% {transform:rotate(0deg)}
}

/* Safari y Chrome */

@-webkit-keyframes animacion1 {

0%   {transform:rotate(0deg)}

25%  {transform:rotate(10deg)}

50%  {transform:rotate(0deg)}

75%  {transform:rotate(-15deg)}

100% {transform:rotate(0deg)}
}


	



.travesia nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	float:left;
	top:10px;
	margin-left:2px;
	z-index:5;
	list-style-type: none;
	color:#FFF;
	font-weight:400;
	display:block;
	cursor:pointer;
	}





.travesia li {
	text-shadow:0px 0px 5px rgba(0,0,0,1);
	float:left;
	}

.travesia li:hover{
	background-color:#862238;
	border-radius: 10px;
	float:left;}
	

.travesia li a {

   color: #FFFFFF;

   text-shadow: 0 0 5px #000000;
}
	



.travesia {
	width:637px;
	height:629px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_travesia_fondo.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin:0;
	border:0;
	top:0;
	Left:0;
}
	

.mapa {
	width:454px;
	height:629px;
	float:left;
	margin-left:10px;
	position:absolute;
	z-index:1}



.logo-mapa{
	width:296px;
	height:140px;
	float:right;
	position:absolute;
	top:50px;
	right:30px;
	z-index:2}

.brujula{
	width:164px;
	height:164px;
	float:right;
	position:relative;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_travesia_brujula.png);
	background-repeat:no-repeat;
	top:191px;
	right:22px;
	z-index:3;
	animation-name: animacion1;
	animation-duration: 3s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	/* Firefox: */

-moz-animation-name: animacion1;

-moz-animation-duration: 3s;

-moz-animation-timing-function: ease-in;

-moz-animation-iteration-count: infinite;

-moz-animation-direction: alternate;



/* Safari and Chrome: */

-webkit-animation-name: animacion1;

-webkit-animation-duration: 3s;

-webkit-animation-timing-function: ease-in;

-webkit-animation-iteration-count: infinite;

-webkit-animation-direction: alternate;
}



.video-mapa{
	width:122px;
	height:170px;
	float:right;
	position:relative;
	top:440px;
	right:-90px;
	cursor:pointer;
	z-index:4;}



.mapa_barra:link{
	color:#FFF;
	text-decoration:none;}

.mapa_barra:hover{
	color:#FFF;
	text-decoration:none;}	

.mapa_barra:visited{
	color:#FFF;
	text-decoration:none;}

.mapa-uno {
	margin-top:20px;
	margin-left:10px;
	padding:5px;
	}
	



.mapa-dos {
	margin-top:65px;
	margin-left:35px;
	padding:5px;
	}
	

.mapa-tres {
	margin-top:100px;
	margin-left:-60px;
	padding:5px;
	
	}

.mapa-cuatro {
	margin-top:148px;
	margin-left:-60px;
	padding:5px;
	}

.mapa-cinco {
	margin-top:200px;
	margin-left:20px;
	padding:5px;
	}

.mapa-seis {
	margin-top:220px;
	margin-left:-150px;
	padding:5px;
	display:none;
	
	}

.mapa-siete {
	margin-top:250px;
	margin-left:-200px;
	padding:5px;
	
	}
	

.mapa-ocho {
	margin-top:275px;
	margin-left:-165px;
	padding:5px;
	
	
	}

.mapa-nueve {
	margin-top:300px;
	margin-left:-130px;
	padding:5px;
	}

.mapa-diez {
	margin-top:310px;
	margin-left:-90px;
	padding:5px;
	}

.mapa-once {
	margin-top:330px;
	margin-left:-190px;
	padding:5px;
	}
	



.mapa-doce {
	margin-top:370px;
	margin-left:-200px;
	padding:5px;
	}

.mapa-trece {
	margin-top:406px;
	margin-left:-150px;
	padding:5px;
	display:none;
	}							

.mapa-catorce {
	margin-top:413px;
	margin-left:-215px;
	padding:5px;
	}

.mapa-quince {
	margin-top:340px;
	margin-left:-150px;
	padding:5px;
	}
	

/*================== Publicaciones EducaciÃ³n Superior ==================*/



.container_2 
{
	width:604px;
	text-align:center;
}



.container_2  .stad
{
	width:594px;
	height:150px;
	display:inline-block;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_stand.png);
	background-repeat:no-repeat;
	margin-top:30px;
}





.container_2  .cssToolTip 
{
	position: relative; /* Esta clase tiene que tener posicion relativa */
	color: #ff8c00; /* Color del texto */
}

 

/* El tooltip */

.container_2  .cssToolTip span 
{
	background:#FFF  center left 60px no-repeat; 
	border: 2px; 
	border-radius: 5px;
	box-shadow: 2px 2px 3px #666;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	display: none; /* El tooltip por defecto estara oculto */
	font-size: 12px;
	text-align:center;
	padding: 3px 5px 3px 5px;
	min-width:250px;
	max-width: 8000px;
	position: absolute; /* El tooltip se posiciona de forma absoluta para no modificar el aspezto del resto de la pagina */
	top: 82px; /* Posicion apartir de la parte superior del primer elemento padre con posicion relativa */
	left: -62px; /* Posicion apartir de la parte izquierda del primer elemento padre con posicion relativa */
	z-index: 300; /* Poner un z-index alto para que aparezca por encima del resto de elementos */
}

 

/* El tooltip cuando se muestra */

.container_2  .cssToolTip:hover span 
{
	display: inline; /* Para mostrarlo simplemente usamos display block por ejemplo */
}



/*=========== PestaÃ±as ===========*/



.container_2  .tabs /* es el rectÃ¡ngulo contenedor */
{ 
	margin: 0 auto;
	height:600px;
	position: relative;
	width: 640px;
}



.container_2  .tab /* cada una de las pestaÃ±as */
{ 
	float: left;
}



.container_2  .tab label /* la parte superior con el tÃ­tulo de la pestaÃ±a */ 
{ 
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(99%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 99%); /* IE10+ */
	background: linear-gradient(to bottom, #eaeaea 0%,#d6d6d6 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0 0;
	
	color: #6C0003;
	cursor: pointer;
	left: 0;
	margin-right: 1px;
	padding: 7px 15px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}



/* el control input sÃ³lo lo necesitamos para que las pestaÃ±as permanezcan abiertas asÃ­ que lo ocultamos */

.container_2  .tab [type=radio] { display: none; }



/* el contenido de las pestaÃ±as */

.container_2  .content {
	background-color:#FFF;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 23px;
	border-top: #eaeaea 5px solid;
}

/* y un poco de animaciÃ³n */

.container_2  .content > * {
	opacity: 0;
	
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}



/* controlamos la pestaÃ±a activa */

.container_2  [type="radio"]:checked ~ label {
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top, #d6d6d6 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d6d6 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d6d6 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6d6d6 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	color: #333;
	z-index: 2;
}



.container_2  [type=radio]:checked ~ label ~ .content { z-index: 1; }



.container_2  [type=radio]:checked ~ label ~ .content > * 
{
	opacity: 1;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}







 

/*=========== Publicaciones ===========*/

/*=========== Reformas a la educaciÃ³n superior ===========*/

.res-1 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_res1_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:40px;



  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.res-1 a:hover
{
	 width:120px;
	height:156px;
	margin-left:1;
	 background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_res1_grande.jpg);
	 background-repeat:no-repeat;
	 z-index:6;
	 border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	
	

.res-2 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_res2_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:40px;



  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.res-2 a:hover
{
	 width:120px;
	height:156px;
	margin-left:1;
	 background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_res2_grande.jpg);
	 background-repeat:no-repeat;
	 z-index:6;
	 border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 

.res-3  a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_res3_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:40px;



  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.res-3 a:hover
{
	 width:120px;
	height:156px;
	margin-left:1;
	 background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_res3_grande.jpg);
	 background-repeat:no-repeat;
	 z-index:6;
	 border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	/* -moz-transition:all 1s ease; */
	-o-transition:all 1s ease;
	transition:all 1s ease;
}



/*=========== Dialogos sobre educaciÃ³n superior ===========*/



.des-1 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_des1_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:40px;



  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.des-1 a:hover
{
	 width:120px;
	height:156px;
	margin-left:1;
	 background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_des1_grande.jpg);
	 background-repeat:no-repeat;
	 z-index:6;
	 border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 

.des-2 a
{
	width:100px;
	height:130px;
	background-image:url(http://redes.colombiaaprende.edu.co/ntg/men/Reforma/dialogos_ES/img/articles-338200_archivo_pdf-1_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:40px;

  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.des-2 a:hover
{
	 width:120px;
	height:156px;
	margin-left:1;
	 background-image:url(http://redes.colombiaaprende.edu.co/ntg/men/Reforma/dialogos_ES/img/articles-338200_archivo_pdf-1_grande.jpg);
	 background-repeat:no-repeat;
	 z-index:6;
	 border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;	 
}

/*=========== Sistema de aseguramiento de calidad ===========*/

.sac-1 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac1_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;

  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

.sac-1 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac1_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 

.sac-2 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac2_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;}

  

.sac-2 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac2_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease; 
}
	 
	 

.sac-3 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac3_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-3 a:hover
{
	 width:120px;
	height:156px;
	margin-left:1;
	 background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac3_grande.jpg);
	 background-repeat:no-repeat;
	 z-index:6;
	 border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	 
	 } 	 
	 

.sac-4 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac4_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-4 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac4_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 

.sac-5 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac5_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-5 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac5_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 

.sac-6 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac6_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-6 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac6_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 	  	 	 
	 	 	 	  	 	 



.sac-7 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac7_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-7 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac7_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}

 	 

.sac-8 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac8_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-8 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac8_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 



.sac-9 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac9_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-9 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac9_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease; 
} 	 	  	 	 
	 	 	 	  	 	 
	 	  	 

.sac-10 a
{
	width:100px;
	height:130px;
	background-image: url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac10_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-10 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac10_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	
	 

.sac-11 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac11_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-11 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac11_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 

.sac-12 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac12_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}


.sac-12 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac12_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 


.sac-13 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac13_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-13 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac13_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
	 
	 

.sac-15 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac15_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-15 a:hover
{
	 width:120px;
	height:156px;
	margin-left:1;
	 background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac15_grande.jpg);
	 background-repeat:no-repeat;
	 z-index:6;
	 border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 
	 

.sac-16 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac16_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-16 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac16_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 

.sac-17 a
{
	width:100px;
	height:130px;
	background-image:url(http://redes.colombiaaprende.edu.co/ntg/men/Reforma/sistema_aseguramiento_calidad/img/ES_colombia_2012_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-17 a:hover
{
	 width:120px;
	height:156px;
	margin-left:1;
	 background-image:url(http://redes.colombiaaprende.edu.co/ntg/men/Reforma/sistema_aseguramiento_calidad/img/ES_colombia_2012_grande.jpg);
	 background-repeat:no-repeat;
	 z-index:6;
	 border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 

.sac-18 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac18_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-18 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac18_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 	  	 	 
	 	 	 	  	 	 

.sac-19 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac19_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-19 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac19_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 



.sac-20 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac20_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-20 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac20_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 



.sac-21 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac21_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-21 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac21_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 	  	 	 
	 	 	 	  	 	 
	 	  	 

.sac-22 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac22_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-22 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac22_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	
	 

.sac-23 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac23_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.sac-23 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_sac23_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}

/*=========== Memorias conversatorios sobre calidad de la educaciÃ³n superior ===========*/


.mces-1 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_mces1_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;

  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

.mces-1 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_mces1_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 

.mces-2 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_mces2_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;

  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.mces-2 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_mces2_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 



.mces-3 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_mces3_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;

  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.mces-3 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_mces3_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 



.mces-4 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_mces4_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;

  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.mces-4 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_mces4_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}


/*=========== AcreditaciÃ³n de alta calidad ===========*/


.aac-1 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_aac1_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;

  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

.aac-1 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_aac1_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 

.aac-2 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_aac2_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;



  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.aac-2 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_aac2_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 


.aac-3 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_aac3_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;

  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;}

  

.aac-3 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_aac3_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	
	 

.aac-4 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_aac4_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.aac-4 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_aac4_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 



.aac-5 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_aac5_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;

  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.aac-5 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_aac5_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}



/*=========== Estructura de indicadores de perfilaciÃ³n ===========*/



.eip-1 a{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_eip1_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:40px;

  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

  

.eip-1 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_eip1_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 

.eip-2 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_eip2_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:40px;

  	cursor:pointer;

  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}

.eip-2 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_eip2_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}

/*=========== Estudios tÃ©cnicos CESU ===========*/


.cesu-1 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu1_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
  	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-1 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu1_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 
.cesu-2 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu2_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-2 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu2_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
	 
.cesu-3 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu3_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-3 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu3_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 
	 
.cesu-4 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu4_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-4 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu4_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 
.cesu-5 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu5_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-5 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu5_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 
.cesu-6 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu6_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-6 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu6_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 	  	 	 
	 	 	 	  	 	 

.cesu-7 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu7_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-7 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu7_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 

.cesu-8 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu8_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-8 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu8_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 

.cesu-9 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu9_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-9 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu1_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 	  	 	 
	 	 	 	  	 	 
	 	  	 
.cesu-10 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu10_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-10 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu10_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	
	 
.cesu-11 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu11_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-11 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu11_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 
.cesu-12 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu12_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-12 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu12_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}

.cesu-13 a
{
	width:100px; 
	height:130px;
	background-image: url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu13_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
  	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-13 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu13_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 
.cesu-14 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu14_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-14 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu14_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
	 
	 
.cesu-15 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu15_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-15 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu15_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 
	 
.cesu-16 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu16_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-16 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu16_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 
.cesu-17 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu17_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-17 a:hover{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu17_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 
	 
.cesu-18 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu18_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-18 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu18_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 	  	 	 
	 	 	 	  	 	 
.cesu-19 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu19_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-19 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu19_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 

.cesu-20 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu20_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-20 a:hover
{
	 width:120px;
	height:156px;
	margin-left:1;
	 background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu20_grande.jpg);
	 background-repeat:no-repeat;
	 z-index:6;
	 border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 

.cesu-21 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu21_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-21 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu21_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	 	  	 	 
	 	 	 	  	 	 
.cesu-22 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu22_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-22 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu22_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
} 	
	 
.cesu-23 a
{
	width:100px;
	height:130px;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu23_peq.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	cursor:pointer;
  	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	transition:all 1s ease 1s;
}
  
.cesu-23 a:hover
{
	width:120px;
	height:156px;
	margin-left:1;
	background-image:url(http://cms.mineducacion.gov.co/static/cache/binaries/channels-956_z_cesu23_grande.jpg);
	background-repeat:no-repeat;
	z-index:6;
	border-bottom-color:transparent;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}

div#menu_principal.sticky {
    width: 100%;
    max-width: unset;
	background-color: #F6F8F9;
    border-bottom: 3px solid var(--secondary);
	margin: auto;
    right: 0;
    left: 0;
}

#menu_principal .main_menu .submenu > li {
	display: inline-block;
  	text-align: left;
	width: auto !important;
}

/****************************************************  
MEN_po_css_atencionCiudadano 
****************************************************/
.main_menu > li > div#link_clasificandoi__MEN_ALT_tr_menu_principal_atencion_ciudadano_copia_1 a{width: 72%;}

.encabezado-ateCiud:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #E2ECFD;
    width: 100px;
    top: 0;
    bottom: 0;
}

.encabezado-ateCiud .titulo {
    background-color: #F42F63;
    font-weight: 600;
    width: 200px;
    padding: 15px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}

@media only screen and (max-width: 767.98px) {

    .encabezado-ateCiud .titulo {
        width: 100%;
        position: relative;
        transform: unset;
        margin-bottom: 30px;
    }

    .encabezado-ateCiud:before {
        display: none;
    }
}

.bg-gray {
    background-color: #f2f2f2;
}

.ateCiud-card {
    text-align: center;
    padding-left: 25px !important;
    padding-right: 25px !important;
    min-height: 350px !important;
    margin-bottom: 15px;
}

.ateCiud-card:nth-child(1):after,
.ateCiud-card:nth-child(2):after,
.ateCiud-card:nth-child(3):after,
.ateCiud-card:nth-child(4):after {
    content:"";
    display:block;
    border-bottom: solid 2px #c5cdd7;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
}

.ateCiud-card img {
    max-width: 140px;
    height: auto;
    display: block;
    margin: auto;
}

.ateCiud-card a {
   font-size: 24px;
   line-height: 1.2;
}

.ateCiud-card .caption {
    margin-top: 10px;
    width: auto !important;
}

.ateCiud-card a,
.ateCiud-card p,
.ateCiud-card p span {
    color: #13386d !important;
}

/* CONSULTAS */

.ateCiud-consultas .ntg-titulo-caja {
    font-size: 28px;
    font-weight: 600;
    color: #13386d;
    padding: 15px 0;
}

.ateCiud-consultas .cid-956 {
    padding: 20px 60px 20px 60px;
    margin-bottom: 20px;
    min-height: 200px;
}

.ateCiud-consultas .cid-956:after {
    content:"";
    display: block;
    border-bottom: solid 1px #b5b5b5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 60px;
}

.ateCiud-consultas .cid-956 a:first-child {
    position: absolute;
    left: 0;
}

.ateCiud-consultas .cid-956 a:nth-child(2) {
    color: #13386d !important;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-top: 5px;
    display: inline-block;
}

.ateCiud-consultas .cid-956 a img {
    width: 45px;
    height: auto;
    border-right: solid 3px #F42F63;
    padding-right: 5px;
}

.ateCiud-card a:visited,
.ateCiud-consultas .cid-956 a:nth-child(2):visited {
	color: #0066ce !important;
}

.ateCiud-card a:hover,
.ateCiud-consultas .cid-956 a:nth-child(2):hover {
	color: #3c80d7 !important;
}

.ateCiud-consultas .caption {
    width: auto !important;
}

/* FIN CONSULTAS */
/****************************************************  
FIN CSS ATENCION AL CIUDADANO
****************************************************/

header > div > .container {
	background-color: transparent!important;
}