/*   
Theme Name: Mineduc Theme
Theme URI: 
Description: Theme Creado para Mineduc
Author: <a href="mailto:enzo.farfan@gmail.com">Enzo Farfan</a> y Eduardo Aranda en <a href="http://www.mockup.cl">Mockup</a>
Author URI: 
Version: 1.0
.
General comments/License Statement if any.
.
*/
/*
@font-face {
    font-family: gobCL;
    src: url("fonts/gobCL_Regular.otf") format('opentype');
}
@font-face {
    font-family: gobCL;
    src: url("fonts/gobCL_Bold.otf") format('opentype');
    font-weight: bold;
}
@font-face {
    font-family: gobCL;
    src: url("fonts/gobCL_Heavy.otf") format('opentype');
    font-weight: 900;
}
@font-face {
    font-family: gobCL;
    src: url("fonts/gobCL_Light.otf") format('opentype');
    font-weight: 100;
}
*/

@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobcl_bold-webfont.eot');
    src: url("fonts/gobCL_Bold.otf") format('opentype'),
         url('fonts/gobcl_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gobcl_bold-webfont.woff2') format('woff2'),
         url('fonts/gobcl_bold-webfont.woff') format('woff'),
         url('fonts/gobcl_bold-webfont.ttf') format('truetype'),
         url('fonts/gobcl_bold-webfont.svg#gobclbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobcl_heavy-webfont.eot');
    src: url("fonts/gobCL_Heavy.otf") format('opentype'),
         url('fonts/gobcl_heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gobcl_heavy-webfont.woff2') format('woff2'),
         url('fonts/gobcl_heavy-webfont.woff') format('woff'),
         url('fonts/gobcl_heavy-webfont.ttf') format('truetype'),
         url('fonts/gobcl_heavy-webfont.svg#gobclheavy') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobcl_light-webfont.eot');
    src: url("fonts/gobCL_Light.otf") format('opentype'),
         url('fonts/gobcl_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gobcl_light-webfont.woff2') format('woff2'),
         url('fonts/gobcl_light-webfont.woff') format('woff'),
         url('fonts/gobcl_light-webfont.ttf') format('truetype'),
         url('fonts/gobcl_light-webfont.svg#gobcllight') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobcl_regular-webfont.eot');
    src: url("fonts/gobCL_Regular.otf") format('opentype'),
         url('fonts/gobcl_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gobcl_regular-webfont.woff2') format('woff2'),
         url('fonts/gobcl_regular-webfont.woff') format('woff'),
         url('fonts/gobcl_regular-webfont.ttf') format('truetype'),
         url('fonts/gobcl_regular-webfont.svg#gobclregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0px; padding: 0px; font-style: normal; font-family: 'gobCL'; box-sizing: border-box; text-decoration: none;}
body{ width: 100%; background-color: #f0f0f0; } 

i, em { font-style: italic;}

.texto-contenido a { 
     color: #06C !important;
	 font-size:17px!important;
	 }	 
.texto-contenido:a:link{ 
     color: #565555 !important;
	 font-size:17px!important
	 }
.texto-contenido:a:visited { 
     color: #565555 !important;
	 font-size:17px!important;
	 }
.texto-contenido:a:active,
.texto-contenido:a:hover {
	color: #565555 !important;
	font-family: 'gobCL';
	font-size:17px!important;
}
.texto-contenido > p{
    margin-block-start: 1em;
    margin-block-end: 1em;
    display: block;
}

.content a {
     color: #06C !important;
         font-size:17px!important;
         }
.content a:link{
     color: #06C !important;
         font-size:17px!important
         }
.content a:visited {
     color: #60C !important;
         font-size:17px!important;
         }
.content a:active,
.content a:hover {
        color: #60C !important;
        font-family: 'gobCL';
        font-size:17px!important;
}

.content p a {
     color: #06C !important;
         font-size:17px!important;
         }
.content p a:link{
     color: #06C !important;
         font-size:17px!important
         }
.content p a:visited {
     color: #60C !important;
         font-size:17px!important;
         }
.content p a:active,
.content p a:hover {
        color: #60C !important;
        font-family: 'gobCL';
        font-size:17px!important;
}

.consulta {
    padding: 15px;
    width: 100%;
    margin: 20px 0;
    display: table;
    border-bottom: 3px solid;
    transition: background-color 0.4s ease
}
.consulta:hover {background:#016CD9;}

.consulta h2 {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    padding: 9px 0;
}
.consulta div {
    display: table-cell;
    vertical-align: middle;
}
.consulta a {
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 20;
    font-size: 25px;
}

.wrapp { width: 100%; max-width: 1000px; margin: 0 auto;}
/* estilos transversales */
.float-right {float:right;}
.float-left {float:left;}
.dblock {display:block;width:100%;}
.table {display:table;width:100%;}

/*header y nav */
#header{ background-color: #fff; height: 252px;}
#header #superior{ height: 95px; position: relative;}
#header #superior #logo { float: left; background: url(img_css/logotop.jpg) no-repeat; min-width: 220px; padding-top: 28px;}
.banner_transparencia{text-align:right;margin-top:90px}
.banner_transparencia div{display: inline-block;margin-left:5px;}

#header #superior #logo h1 a {font-size: 21px; color: white; font-weight: bold; line-height: 21px }
#header #superior #logo h2 a {font-size: 21px; color: white; font-weight: normal; }
#header #superior #sociales { float: right; padding-top: 20px;}
#header #superior #menuayuda { float: right; padding-top: 14px;}

#header #menuayuda ul li {/* height: 40px; */ display: inline-block;line-height: 38px;padding-right: 20px;}
#header #menuayuda ul li a { color: #FFF; display: table-cell; vertical-align: middle; font-weight: bold; font-size: 16px;}
#header #menuayuda ul { list-style: none; float: right; height: 40px; border-right: 1px solid #FFF; display: inline-block; margin-right: 30px}

#header #sociales ul { list-style: none; float: right; height: 30px;}
#header #sociales ul li { float:left; opacity:1; transition: opacity 0.1s linear; margin-left: 34px; height: 100%; display: table;}
#header #sociales ul li:first-child { margin: 0;}
#header #sociales ul li .menuTitle { display: none; }
#header #sociales ul li a { display: table-cell; vertical-align: middle;}
#header #sociales ul li img { padding:0;}
#header #sociales ul li:hover { opacity:0.5; }

.menuTitle { display: inline-block; }

.wrappmenu { width: 100%; max-width: 1000px; margin: 0 auto; }
.wrappmenu > div { float: left; display: inline-block; }
.wrappmenu .mpcontainer { margin-left:-30px; }

.wrappmenu .mmcontainer {float: right;}
.wrappmenu .mmcontainer #menumineduc li {background: #6d8fa9; color: #FFF !important;}
.wrappmenu .mmcontainer #menumineduc li:hover {background: #5F84A1; }
.wrappmenu .mmcontainer #menumineduc li a {color: #FFF !important;}

.slicknav_btn {padding:11px 12px;}

#nav {width:100%; background-color: #FFF; height: 50px; border-bottom: 2px solid #bdc9d2; overflow: hidden; font-weight: 100; font-size: 16px;margin-bottom: 10px;}
#nav:hover {overflow: visible; }
#nav ul { list-style:none; display:table; width:100%; line-height: 48px; position:relative;}
#nav ul li { display:block; text-align:center; position:relative; transition: background 0.2s linear 0s, border-color 0.2s linear 0s; float:left; border-style: solid; border-width: 0 1px 2px 0; border-color: #e1e1e1 #e1e1e1 #bdc9d2; height: 50px;}
#nav ul li:hover, #nav ul li.current-menu-item, #nav ul li.current-menu-ancestor { background: #deebf5;}
#nav ul li:hover, #nav ul li.current-menu-item a, #nav ul li.current-menu-ancestor a {color: ##475156;}
#nav ul li:hover, #nav ul li.current-menu-item ul.sub-menu li a, #nav ul li.current-menu-ancestor  ul.sub-menu li a {color: #fff;}

#nav ul li a { color: #475156; padding: 0 20px;overflow: hidden; display: inline-block;}
#nav ul li a:hover { /* color: #0169b0; */}
#nav ul li ul { display: none; position:absolute; top: 50px; left:-1px; width: 270px; opacity:0; transition: opacity 0.2s linear, border 0.2s linear, visibility 0.2s linear ; z-index:10000;}
#nav ul li ul li {background: #0d6ab5;  display:block; border:none; border-top: 1px solid #187ed0; transition:background 0.2s linear 0s;text-align: left;box-sizing: border-box;font-size: 15px;float: left;width: 100%;line-height: 18px;padding: 6px 0 0 0; min-height: 30px; height:inherit;}
#nav ul li ul li a { color:#FFF; padding: 0 22px;overflow: hidden; display: inline-block; width: 100%; box-sizing: border-box;}
#nav ul li:hover ul { display: block; background: #3B5C7B; opacity:1;border-top: 0px;}
#nav ul li:hover ul li:hover, #nav ul li:hover ul li.current-menu-item, #nav ul li:hover ul li.current-post-parent {background: #025282; }

#nav ul li.menuAncho ul { width:360px; }
#nav ul li.menuAncho:hover ul li:nth-child(odd)  {border-right: 1px solid #122A42;}

#nav .buscMenu { float: right; padding-left: 15px;}
#nav .buscMenu input[type=text] { width: 167px; height: 30px; border: 0; margin: 11px -4px 0 0; font-size: 16px; padding: 4px 0 0 9px; background: #F0F0F0;}
#nav .buscMenu #searchsubmit { border: 0; background: url(img_css/lupa.png); text-indent: -9999em; width: 30px; height: 30px; overflow: hidden; cursor: pointer; vertical-align: bottom;} 

.slicknav_nav a{padding: 12px 15px;}
.slicknav_nav ul li a {padding: 12px 30px;}

#menuprincipal .menu-item-has-children > a:after{content:' '; margin-left:10px; display:inline-block; width: 0; height: 0; border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #475156;top: -2px;position: relative;}

#slider {border-bottom: 5px solid #C5c5c5; margin: 0; padding: 0; border: 0;}
#slider li {background: #FFF; }
#slider li > div {width: 50%; position: relative;float: left; padding: 0 20px 0px 20px; margin-bottom: 17px;min-height: 34px;}
#slider .imgdest{width: 100%; float: none; padding: 0; }
#slider .imgdest img {width: 100% !important; height: inherit;}
#slider .titulo{ height: 150px; overflow: hidden;border-right: 1px solid #d1d1d1;}
#slider .nombre, #slider .titulo a { color: #0f69b4; font-size: 24; font-weight: lighter;}
#slider .titulo a:hover {text-decoration: underline; }
#slider .extracto {font-size: 16px; color: #475156; font-weight: lighter; line-height: 19px; height: 150px;overflow: hidden;} 
#slider .fade {width: 100%; position: absolute; bottom: -3px; height: 28px;padding: 0; margin: 0;  
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
 
#slider .fecha{color: #475156; font-size: 14px; font-weight: bold; }
#slider .flex-control-nav {top: 235px; z-index: 3; height: 20px;}
#slider .flex-control-paging li a {width: 20px; height: 20px; background: rgba(255, 255, 255, 0.65); }
#slider .flex-control-paging li a.flex-active {background: #FFF; }
#slider .flex-control-paging li {background: none !important; }

#titlePost { padding: 9px 0;}
#titlePost h1 { font-size: 28px; color: #0f69b4; line-height: 35px; padding-top: 2px !important; font-weight: lighter;}
#titlePost .categoria { padding-right: 4px; color: #5490b9; font-size: 15px; font-style: italic; font-weight: normal; margin-top: 15px; display: inline-block; line-height: 11px;}
#titlePost .categoria:hover {opacity: 0.9; text-decoration: underline; }
#titlePost .fecha { display: block; padding-top: 5px; font-size: 14px; color: #6B6A6A; font-weight: bold;}

#titlePage { padding: 9px 20px 9px 20px; background: white; margin-bottom: 32px; margin-top: -45px; border-bottom: 5px solid #E5E5E5; background-position: 98% 15px; background-repeat: no-repeat;}
#titlePage h1 { font-size: 36px; font-weight: 400; color: #DC5247; line-height: 35px; padding-top: 8px;}
#titlePage .descripcion { display: block; padding-top: 15px; border-top: 1px solid #CFCFCF; margin-top: 13px; font-size: 16px; color: #6B6A6A; font-weight: lighter;}

.titleSecond { padding: 9px 0; width: 100%; text-align: left;}
.titleSecond h2{ color: #989898; font-size: 18px; font-weight:500;}
.banners {/* margin-top:8px; */}
.banners .titleSecond h2 { color: #989898; font-size: 18px; font-weight:100;}


.breadcrumb {color: #989898;  font-size: 18px; font-weight: bold ;padding:9px 0;}
.breadcrumb a {color: #989898;  font-size: 18px;}
.breadcrumb a:last-child{ text-decoration: underline; }
.breadcrumb a:first-child{ text-decoration: none !important; }

.container .contentBody { max-width: 660px; display: inline-block; vertical-align: top; font-size: 15px; color: #686868; font-weight: normal; width: 100%;} 
.container .contentBody .imgDest{ width: 100%;} 
.container .contentBody .imgDest img{ width: 100%; height: inherit;}
.container .contentBody .content { margin-bottom: 30px; border-bottom: 3px solid #B0BBC3;} 
.container .contentBody .content.list { margin-bottom: 30px; border-bottom: none;} 
.container .contentBody .content p { margin-bottom: 14px;} 
.container .contentBody .content ul { margin-left: 0px; margin-bottom: 20px;}
.container .contentBody .content p iframe {width: 100%;}
.container .contentBody .content p img {width: auto;}
.container .contentBody .buscnotas {text-align: right; color: #0169b0;font-size: 17px;}
.container .contentBody .buscnotas .buscNota label input[type=radio] {display: none;}
.container .contentBody .buscnotas .buscNota label span {padding-left: 23px; margin-left: 15px; background: url(img_css/radiocheck.png) no-repeat 0 -20px;height: 20px;display: inline-block;}
.container .contentBody .buscnotas .buscNota label .pr {padding-right: 23px;}
.container .contentBody .buscnotas .buscNota label input[type=radio]:checked + span {background: url(img_css/radiocheck.png) no-repeat 0 0;}
.container .contentBody .buscnotas .buscNota .marco {display: inline-block; border-bottom: 3px solid #d6d6d6; }
.container .contentBody .buscnotas .buscNota .texto {border: 0; padding: 0px 10px; height: 37px; width: 275px; color: #0169b0; font-size: 17px;float: left; }
.container .contentBody .buscnotas .buscNota .texto::-webkit-input-placeholder {color: #0169b0; }
.container .contentBody .buscnotas .buscNota .texto:-moz-placeholder {  color: #0169b0; }
.container .contentBody .buscnotas .buscNota .texto::-moz-placeholder {  color: #0169b0; }
.container .contentBody .buscnotas .buscNota .texto:-ms-input-placeholder {color: #0169b0; }
.container .contentBody .buscnotas .buscNota .lupa {border: 0; text-indent: -999px; height: 37px; width: 37px; margin-left: -4px; background: #FFF url(img_css/lupazul.png) no-repeat 10px;  }
.container .contentBody .buscnotas .buscNota select {font-size: 18px; padding: 0 10px; height: 37px; color: #0169b0;}

.container .contentBody .content .row { width: 100%; display: table; color: #475156; font-weight: lighter; border-top: 1px solid #bdc9d2;}
.container .contentBody .content .row:first-child {border-top: none;}
.container .contentBody .content .row .thumb { display: inline-block; padding: 0 20px 25px 0; float: left; overflow: hidden; max-width: 50%;}
.container .contentBody .content .row h2 { font-size: 24px; font-weight: normal; color: #4078ac; margin-bottom: 10px; }
.container .contentBody .content .row img {width: 100%; height: inherit; }
.container .contentBody .content .row a {color: #0f69b4; font-size: 20px; line-height: 25px;transition: opacity 0.1s linear, text-decoration 0.1s linear;padding-bottom: 5px;display: block;font-weight: lighter;}
.container .contentBody .content .row a:hover {opacity: 0.9; text-decoration: underline; }
.container .contentBody .content .row .fecha {display: block; color: #919a9f;padding-bottom: 8px;font-size: 14px;font-weight: bold;}
.container .contentBody .content .row .extracto { padding-bottom: 25px;}
.container .contentBody .content .row .box { display: inline-block; vertical-align: top; position: relative; min-height: 155px; padding: 25px 0 0 0; width: 100%;}
.container .contentBody .content .row .vermas {text-align: right; background: none;  border-bottom: none; width: 100%;margin: 0 !important;padding: 0;position: absolute;bottom: 15px;font-size: 15px !important;font-weight: bold !important;}

.container .contentBody .content .rowres { border-bottom: 1px solid #a6a6a6; padding: 22px 0 19px 0;} 
.container .contentBody .content .rowres:first-child { padding-top: 0;} 
.container .contentBody .content .rowres:last-child { border-bottom: none;} 
.container .contentBody .content .rowres .categoria { color: #5490b9; font-size: 15px; font-style: italic; font-weight: normal; display: block;}
.container .contentBody .content .rowres .fecha { font-size: 14px; font-weight: normal; display: block;}
.container .contentBody .content .rowres .tipo { font-style: italic; color: #7FA2DA; text-transform: capitalize;}
.container .contentBody .content .rowres .extracto { padding-top: 15px; display: inline;}
.container .contentBody .content .rowres a {color: #dc5247; font-weight: bold; font-size: 20px; line-height: 22px; transition: opacity 0.1s linear, text-decoration 0.1s linear;display: block;}
.container .contentBody .content .rowres a:hover {opacity: 0.9; text-decoration: underline; }

.container .contentBody .content .rowact { width: 100%; display: table; color: #475156; font-weight: lighter; border-top: 1px solid #bdc9d2; padding: 25px 0 25px 0;}
.container .contentBody .content .rowact:first-child {border-top: none;}
.container .contentBody .content .rowact h2 { font-size: 24px; font-weight: normal; color: #4078ac; margin-bottom: 10px; }
.container .contentBody .content .rowact img {width: 100%; height: inherit; }
.container .contentBody .content .rowact a {color: #0f69b4; font-size: 20px; line-height: 25px;transition: opacity 0.1s linear, text-decoration 0.1s linear;padding-bottom: 5px;display: block;font-weight: lighter;}
.container .contentBody .content .rowact a:hover {opacity: 0.9; text-decoration: underline; }
.container .contentBody .content .rowact .fecha {display: block; color: #919a9f;padding-bottom: 8px;font-size: 14px;font-weight: bold;}
.container .contentBody .content .rowact .box { display: inline-block; vertical-align: top; position: relative;}
.container .contentBody .content .rowact .vermas {text-align: right; background: none;  border-bottom: none; width: 100%;margin: 0 !important;padding: 0 !important;position: absolute;bottom: -7px;font-size: 15px !important;font-weight: bold !important;}

.container .contentBody .content .wpcf7 { margin-top: 25px !important; }
.container .contentBody .content .wpcf7 input { width: 100%; border: 0; border-bottom: 5px solid #D6D6D6; height: 35px; margin-bottom: 20px; margin-top: 4px}
.container .contentBody .content .wpcf7 input[type="submit"] { color: white; display: inline-block; padding: 5px 15px; border-bottom: 5px solid #D6D6D6; background: #3B5C7B; font-size: 14px; transition: background 0.1s linear;}
.container .contentBody .content .wpcf7 textarea { width: 100%; border: 0; border-bottom: 5px solid #D6D6D6; height: 380px; margin-bottom: 20px; margin-top: 4px}
.container .contentBody .content .wpcf7 form div span { color: #dc5247; font-weight: lighter;}
.container .contentBody .content .wpcf7 form .formCorreo { width: 50%; display:inline-block; padding-right: 10px;padding-bottom: 30px;}
.container .contentBody .content .wpcf7 form .formFono { width: 50%; display:inline-block; float: right; padding-left: 10px;}

.container .contentBody .content .wpcf7 { margin-top: 25px !important; position: relative;}
.container .contentBody .content .wpcf7 input { width: 100%; border: 0; border-bottom: 5px solid #D6D6D6; height: 35px; margin-bottom: 20px; margin-top: 4px; padding: 0 13px;}
.container .contentBody .content .wpcf7 input[type="submit"] { color: white; display: inline-block; padding: 5px 15px; border-bottom: 5px solid #D6D6D6; background: #3B5C7B; font-size: 14px; transition: background 0.1s linear; width: inherit; min-width: 100px; float: right;}
.container .contentBody .content .wpcf7 input[type="submit"]:hover { background: #4077AD; }
.container .contentBody .content .wpcf7 textarea { width: 100%; border: 0; border-bottom: 5px solid #D6D6D6; height: 380px; margin-top: 4px; padding: 15px;}
.container .contentBody .content .wpcf7 form div span { color: #dc5247; font-weight: lighter;}
.container .contentBody .content .wpcf7 form .formCorreo { width: 50%; display:inline-block; padding-right: 10px;}
.container .contentBody .content .wpcf7 form .formFono { width: 50%; display:inline-block; float: right; padding-left: 10px;}
.container .contentBody .content .wpcf7 form .formMensaje .wpcf7-not-valid-tip { top: -20px; }
.container .contentBody .content .wpcf7 form .formEnviar { text-align: right; min-height: 40px; }
.container .contentBody .content .wpcf7 form .formEnviar img { padding: 10px 15px 0 0; }
.container .contentBody .content .wpcf7 form .wpcf7-not-valid-tip { position: absolute; top: 17px; border: 1px solid #a7a7a7; background: yellow; padding: 1px 7px; font-size: 12px !important; font-weight: bold !important; }
.container .contentBody .content .wpcf7 form .wpcf7-response-output { background: yellow; text-align: center; position: absolute; bottom: -14px; width: 546px; margin: 0;}

.container .contentBody #contentPost {background: #FFF; padding: 10px 15px 25px 15px; margin-bottom: 40px; border-bottom: 3px solid #bdc9d2; }
.container .contentBody #contentPost p {margin-bottom: 14px}
.container .contentBody #contentPost h1 { font-size: 28px; color: #0f69b4; line-height: 26px; padding: 25px 0 12px 0; font-weight: lighter;}
.container .contentBody #contentPost h2 { font-size: 22px; color: #0f69b4; line-height: 21px; padding: 17px 0 6px 0; font-weight: lighter;}
.container .contentBody #contentPost h3 { font-size: 18px; color: #0f69b4; line-height: 19px; padding: 17px 0 6px 0; font-weight: normal;}
.container .contentBody #contentPost .tag{ border-top: 1px solid #e6e6e6; padding-top: 7px; color: #8897a3; font-size: 15px; padding-left: 26px; background: url(img_css/tag.png) no-repeat 0px 7px; height: 28px;}
.container .contentBody #contentPost .tag .ttag{ text-transform: uppercase; font-weight: bold;line-height: 24px;}
.container .contentBody #contentPost .content { margin-bottom: 40px; border-bottom: noine;}
.container .contentBody #contentPost .content #slider .imgdest h2{width:100%;position: absolute; top:299px; background-color: rgba(0, 0, 0, 0.5);color:#fff;} 
.container .contentBody #contentPost .content ol {margin-left:40px;}
.container .contentBody #contentPost .content ol li{margin: 20px auto;}
.container .contentBody #contentPost .col blockquote{display: block; margin-inline-start: 40px; margin-inline-end: 40px;}
.container .contentBody #share { vertical-align: top; background: #FFF; padding: 10px 0 40px;} 
.container .contentBody .contentLinks { margin-top: 53px; height: 34px; text-align: center; margin-bottom: 35px; position: relative;} 
.container .contentBody .contentLinks a { color: white; display: inline-block; padding: 5px 15px; border-bottom: 5px solid #D6D6D6; background: #3B5C7B; font-size: 14px; transition: background 0.1s linear;}
.container .contentBody .contentLinks a:hover { background: #122A42; }
.container .contentBody .contentLinks .portada a { background: #4077AD; }
.container .contentBody .contentLinks .portada a :hover { background: #174D81; }
.container .contentBody .contentLinks .right a { position: absolute; right: 0;}
.container .contentBody .contentLinks .left a { position: absolute; left: 0;}

.container .contentBody #relatedPost { border-top: 1px solid #AEAEAE; padding-top: 13px; padding-bottom: 30px;}
.container .contentBody #relatedPost h2 { font-size: 24px; font-weight: normal; color: #4078ac; margin-bottom: 10px; }
.container .contentBody #relatedPost div { width: 206px; display: inline-block; vertical-align: top; margin-right: 17px; }
.container .contentBody #relatedPost div:last-child {margin-right: 0; }
.container .contentBody #relatedPost div .categoria { color: #5490b9; font-size: 15px; font-style: italic; font-weight: normal; margin-top: 13px; display: block; }
.container .contentBody #relatedPost div h3 { }
.container .contentBody #relatedPost div a {color: #dc5247; font-weight: bold; font-size: 16px; line-height: 18px; transition: opacity 0.1s linear, text-decoration 0.1s linear;}
.container .contentBody #relatedPost div a:hover {opacity: 0.9; text-decoration: underline; }

.container .contentBody .paginacion { position: relative; margin-bottom: 36px; min-height: 30px; margin-top: 16px;}
.container .contentBody .paginacion .navigation { width: 100%; max-width: 510px;  display: inline-block;}
.container .contentBody .paginacion .navigation .wp-paginate { width: 100%; list-style: none; }
.container .contentBody .paginacion .navigation .wp-paginate li { display: inline-block; }
.container .contentBody .paginacion .navigation .wp-paginate .title { display: none; }
.container .contentBody .paginacion .navigation .wp-paginate li a, .container .contentBody .paginacion .navigation .wp-paginate li span {margin: 5px 0; padding: 3px 18px 4px 18px; display: inline-block; height: 26px; color: #106db6; font-size: 15px; font-weight: bold; background: none !important; border: 0 !important; border-right: 1px solid #d2d1d1 !important;line-height: 24px;}
.container .contentBody .paginacion .navigation .wp-paginate li span.current { color: #FFF; background-color: #106db6 !important;}
.container .contentBody .paginacion .navigation .wp-paginate li:last-child a{ border-right: none;}
.container .contentBody .paginacion .navigation .wp-paginate li a:hover{ background: #106db6 !important; color: #FFF;}
.container .contentBody .paginacion .portada a { color: #5b7f99; display: inline-block; padding: 5px 15px; border-bottom: 5px solid #D6D6D6; font-size: 14px; transition: background 0.1s linear; background: #FFF; }
.container .contentBody .paginacion .portada a :hover { background: #174D81; }
.container .contentBody .paginacion .right a { position: absolute; right: 0;}
.container .contentBody .boton_content a { color: #5b7f99; display:block; float:right; padding: 6px 15px 3px; border-bottom: 5px solid #D6D6D6; line-height: 21px; font-size: 14px; transition: background 0.1s linear; background: #FFF;margin-bottom:30px; }
.container .contentBody .boton_content a:hover { background: #0168b7;  border-bottom: 5px solid #005184;color:#fff;}
.container .contentBody .boton_content a i { display: inline-block;width: 20px;height: 20px;float: left;margin: -3px 8px -3px 0;}

.container .contentBody.contentLanEdu {max-width: 100% !important;}

.contentBody.contentLanEdu #contentPost {margin-bottom: 20px; padding-bottom: 10px; }

.container .contentLanEdu #LanEduTitlePost {background-color: #53729a; padding: 13px 21px 10px; }
.container .contentLanEdu #LanEduTitlePost h1 {color:  white; font-weight: lighter; font-size: 31px; }
.container .contentLanEdu .LanEduButtons { font-size: 0; margin-bottom: 10px;}
.container .contentLanEdu .LanEduButtons > div {width: 50%; display: inline-block; height: 112; margin-bottom: 10px; vertical-align: middle; max-width: 100%; }
.container .contentLanEdu .LanEduButtons > div:nth-child(even), .container .contentLanEdu .LanEduButtons > div.even {padding-left: 5px;}
.container .contentLanEdu .LanEduButtons > div:nth-child(odd), .container .contentLanEdu .LanEduButtons > div.odd {padding-right: 5px;}
.container .contentLanEdu .LanEduButtons > div a {display: table-cell; vertical-align: middle; text-align: center; font-size: 24px; font-weight: bold; width: 10000px; height: 112px; border-bottom-style: solid; border-bottom-width: 5px; transition: opacity 0.2s ease; }
.container .contentLanEdu .LanEduButtons > div a:hover { opacity: 0.8;}
.container .contentLanEdu .LanEduImgFuerza {margin-bottom: 30px; text-align: center;}

#LanEduEnlaces {background-color: #e7e7e8;padding: 43px 0 55px 0;border-top: 3px solid #d6d7d9;position: relative;}
#LanEduEnlaces .LandEduContentBody .botonesEnlaces {font-size: 0; width: 100%;}
#LanEduEnlaces .LandEduContentBody .botonesEnlaces div {display: inline-block; width: 33.3%; vertical-align: top; margin-bottom: 20px; }
#LanEduEnlaces .LandEduContentBody .botonesEnlaces div a {display: block; font-size: 24px; padding: 14px 160px 0 12px; line-height: 21px; height: 113px; border-bottom-style: solid; border-bottom-width: 4px; position: relative; font-weight: bold; background-size: 100%; margin-left: 7.5px; margin-right: 7.5px; transition: opacity 0.2s ease;width: 320px;}
#LanEduEnlaces .LandEduContentBody .botonesEnlaces div a:hover { opacity: 0.8;}
#LanEduEnlaces .LandEduContentBody .botonesEnlaces div a .mas {position: absolute; top: 12px; right: 16px; font-size: 40px; font-weight: normal; }

#LanEduEnlaces .LandEduContentBody .botonesEnlaces div:nth-child(3n-2) a, #LanEduEnlaces .LandEduContentBody .botonesEnlaces div a.primero {margin-left: 0; margin-right: 13px;}
#LanEduEnlaces .LandEduContentBody .botonesEnlaces div:nth-child(3n) a, #LanEduEnlaces .LandEduContentBody .botonesEnlaces div a.tercero {margin-left: 13px; margin-right: 0;}
#LanEduEnlaces .LandEduContentBody .title {margin-bottom: 20px;}
#LanEduEnlaces .LandEduContentBody .title h2 {font-size: 31px; font-weight: normal;}
#LanEduEnlaces .LandEduContentBody .title span {font-size: 17.5px; font-weight: bold; color: #6d6e71;}

#LanEduEnlacesPie {background-color: #FFF; }
#LanEduEnlacesPie .bordealpie {border-bottom: 1px solid #a7bcc7; height: 20px; }

.container .notasHome { padding-bottom: 30px; display: flex;}
.container .notasHome h2 { font-size: 24px; font-weight: normal; color: #4078ac; margin-bottom: 10px; }
.container .notasHome div { width: 100%; display: inline-block; vertical-align: top; margin-right: 20px; max-width:33%; color: #475156; font-weight: lighter;}
.container .notasHome .extracto { width: 100%; display: inline-block; vertical-align: top; margin-right: 20px; max-width:100%; color: #475156; font-weight: lighter;}
.no_encontrada{
	width:30%;
	}

/*  ::::::::::::::::::::::  lo nuevo :::::::::::::::::::::::::  */
/*  ::::::::::::::::::::::   styleDocumentos.css  ::::::::::::::::::::::::::::::  */
acf-image-uploader img {background-color: gray;}

.mce-content-body {background-color: #E0E0E0; color: #20587d; display: table;}
.mce-content-body > * {
	font-style: normal;
	font-family: 'gobCL';
	box-sizing: border-box;
	text-decoration: none;
	/*padding: 0 20px; */
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.mce-content-body h1{ font-size: 40px; line-height: 30px; } 
.mce-content-body h2{font-size: 30px;line-height: 30px;padding-top:20px;color: #e84a0c;} 
.mce-content-body ul{}
.mce-content-body ul li {padding: 20px 20px 0 0;box-sizing:border-box;position: relative;left: 1em;}

.mce-content-body .mitad {width: 50%;height: auto; box-sizing:content-box}
.mce-content-body hr {display: block;width: 100%;padding: 0;margin: 0;height: 1px !important;overflow: hidden;border-style: solid;border-color: #888;border-bottom-style: none;}
.mce-content-body .alignleft {margin: 0;}
.mce-content-body .alignleft.mitad {padding: 0 20px 0 0; margin-left: -20px;position: relative;width: 51.8%;}
.mce-content-body .alignright {margin: 0;}
.mce-content-body .alignright.mitad {padding: 0 0 0 20px;margin-right: -20px;position: relative;width: 51.8%;}
.mce-content-body h1 .mitad{margin-top:0px;}
.mce-content-body h2 .mitad{margin-top:-20px;}
.mce-content-body h3 .mitad{margin-top:-20px;}

#tinymce.acf_pag_intro_text{background-color: #747272;color: #FFFFFF; position: inherit;}
.acf_pag_intro_text {position: absolute;bottom: 50px; color: #FFFFFF;}
.acf_pag_intro_text h1 {font-size: 80px;text-shadow: 2px 2px 2px #000;font-weight: 900;line-height: 0.88;margin: 0;padding: 0;}
.acf_pag_intro_text h2 {color: white; font-size: 40px;text-shadow: 1px 1px 1px #000;font-weight: 500;line-height: 1.1;margin: 0;padding: 0;}
.acf_pag_intro_text h2 strong { font-weight: 800; }
.acf_pag_intro_text a {color: #FFFFFF}
.acf_pag_intro_text a:hover {text-decoration: underline;}
.acf_pag_intro_text p {font-size: 16px; margin: 16px 0; }

.acf_pag_intro_text ul{padding-left: 20px;padding-right: 20px;}
.acf_pag_intro_text ul li { padding-bottom: 40px; font-size: 18px; }

#tinymce.acf_hom_blk_main_content{ background-color: #747272; color: #FFFFFF; padding-top: 10px; width: 100%; display: block; }
.acf_hom_blk_main_content {color: #FFFFFF;padding-top: 40px;display: inline-block;width: 55%;vertical-align: top;}
.acf_hom_blk_main_content h1 {font-size: 80px;text-shadow: 2px 2px 2px #000;font-weight: 900;line-height: 0.88;}
.acf_hom_blk_main_content h2 {font-size: 50px;text-shadow: 1px 1px 1px #000;font-weight: 500;}
.acf_hom_blk_main_content h2 strong { font-weight: 800; }
.acf_hom_blk_main_content h3 {font-size: 28px;text-shadow: 1px 1px 1px #000;font-weight: 500;}
.acf_hom_blk_main_content h3 strong { font-weight: 800; }
.acf_hom_blk_main_content p {font-size: 17px;line-height: 30px;}
.acf_hom_blk_main_content a {color: #FFFFFF}
.acf_hom_blk_main_content a:hover {text-decoration: underline;}

.acf_hom_blk_main_content ul{padding-left: 20px;padding-right: 20px;}
.acf_hom_blk_main_content ul li { padding-bottom: 40px !important; font-size: 18px; }

#tinymce.acf_hom_blk_sec_content {background-color: #747272;color: #FFFFFF;padding-top: 10px;width: 100%;display: block;padding: 10px;box-sizing: border-box;margin: 0;}
.acf_hom_blk_sec_content {color: #FFFFFF;padding-top: 40px;display: inline-block;width: 44%;padding-left: 20%;vertical-align: top;}
.acf_hom_blk_sec_content h1 {font-size: 80px;text-shadow: 2px 2px 2px #000;font-weight: 900;line-height: 0.88;}
.acf_hom_blk_sec_content h2 {font-size: 50px;text-shadow: 1px 1px 1px #000;font-weight: 500;}
.acf_hom_blk_sec_content h2 strong { font-weight: 800; }
.acf_hom_blk_sec_content h3 {font-size: 28px;text-shadow: 1px 1px 1px #000;font-weight: 500;}
.acf_hom_blk_sec_content h3 strong { font-weight: 800; }
.acf_hom_blk_sec_content p {font-size: 17px;line-height: 30px;}
.acf_hom_blk_sec_content a {color: #FFFFFF}
.acf_hom_blk_sec_content a:hover {text-decoration: underline;}

.acf_hom_blk_sec_content ul{padding-left: 20px;padding-right: 20px;}
.acf_hom_blk_sec_content ul li {padding-bottom: 40px;font-size: 18px;}


.acf_gar_cua_rep1_cont, .acf_gar_cua_rep2_cont, .acf_gar_cua_rep3_cont {margin: 0; background-color: initial; color: white; }
.acf_gar_cua_rep1_cont *, .acf_gar_cua_rep2_cont *, .acf_gar_cua_rep3_cont * { color: white !important; }
.acf_gar_cua_rep1_cont > p > img, .acf_gar_cua_rep2_cont > p > img, .acf_gar_cua_rep3_cont > p > img { margin-left: -20px; margin-right: -20px}
.acf_gar_cua_rep1_cont > div, .acf_gar_cua_rep2_cont > div, .acf_gar_cua_rep3_cont > div { display: block; min-height: 22px;}
.acf_gar_cua_rep1_cont p, .acf_gar_cua_rep2_cont p, .acf_gar_cua_rep3_cont p { display: block; min-height: 22px;}
.acf_settings.acf_gar_cua_rep1_cont > p > img { margin-left: initial !important; margin-right: initial !important}

.acf_gar_cua_rep1_cont {background-color: #E48C0E !important;}
.acf_gar_cua_rep2_cont {background-color: #5782C8 !important;}
.acf_gar_cua_rep3_cont {background-color: #2CB8C5 !important;}

/*  ::::::::::::::::::::    styleDocumentos.css   :::::::::::::::::::::::::::::  */

.hidden {display: none;}
.acf_gar_cua_table  {display: table;padding-top: 20px;padding-bottom: 40px;text-align: center;}
.acf_gar_cua_table .acf_gar_cua_column {
	width: 100%;
	text-align: center;
	display: inline-block !important;
	vertical-align: top;
	max-width: 200px;
	margin-top: 20px;
}
.acf_gar_cua_table .acf_gar_cua_column .boxtitle {font-size: 20px;font-weight: bold;height: 97px;padding: 20px 17%;overflow: hidden;}
.acf_gar_cua_table .acf_gar_cua_column .box{
	/*height: 290px;*/
	position: relative;
	/*padding: 30px 0 0 0; */
	cursor: pointer;
}
.acf_gar_cua_table .acf_gar_cua_column .box img{ }
.acf_gar_cua_table .acf_gar_cua_column .box h3{font-size: 17px;font-weight: 700;position: absolute;bottom: 20px;width: 100%;padding: 0px 17%;}
.acf_gar_cua_table .acf_gar_cua_column .box a {position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

.acf_gar_cua_table .acf_gar_cua_rep1_cont .box:nth-child(even) {background-color: #F2C460;}
.acf_gar_cua_table .acf_gar_cua_rep2_cont .box:nth-child(even) {background-color: #94B6EC;}
.acf_gar_cua_table .acf_gar_cua_rep3_cont .box:nth-child(even) {background-color: #8EDAE1;}

.acf_page_inf {padding: 15px;text-align: center;margin: 20 auto;}
.acf_page_inf img {max-width: 100%;}

.custombackdesc {margin: 20 0 0 0;}
.acf_page_desc{ color: white; }
.acf_page_desc .desctitle{font-size: 30px; font-weight: 700; color: white; padding-top: 10px; }
.acf_page_desc .boxdesc{background: url('img_css/icono_descargables.png') top center no-repeat;position: relative;width: 168px;height: 280px;margin: 10px;display: inline-block;background-size: 160px;}
.acf_page_desc .boxdesc a {text-decoration: none;position: absolute;top: 0;left: 0;right: 0;bottom: 0;vertical-align: baseline;color: white;font-weight: lighter;text-align: center;}
.acf_page_desc .boxdesc a:hover span {text-decoration: underline;}
.acf_page_desc .boxdesc a .title{width: 100%;position: absolute;top: 170px;text-align: center;left: 0;}
.acf_page_desc .boxdesc a .boton{margin: 0 auto;width: 101px;display: block;margin-top: 230px;background-color: #428bca;border: 1px solid #357ebd;padding: 9px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;transition: background 0.3s;}
.acf_page_desc .boxdesc a:hover .boton{background-color: #2975B7;}


/***************************************   celdas link ****************************************/
div.contenedorceldas 
{ 
width: 100%;
height: 1200px;
padding: 1%;
}
div.celdacorta 
{
width: 20%; /* fijo */
/* width: 100px; /* fluida */
height: 23px;
margin: 2px;
float: left;
padding: 1%;
}
.celdacorta 
{
width: 50%;
/* height: 23px; */
/* margin: 2px; */
float: left;
padding: 1%;

}
div.celdacorta a {
color:#EB1F22!important;
text-decoration:underline !important;
	
}
.acf_gar_cua_rep1_cont a, .acf_gar_cua_rep2_cont a, .acf_gar_cua_rep3_cont a {
	color: #fff!important;
}
.acf_gar_cua_rep1_cont a:hover, .acf_gar_cua_rep2_cont a:hover, .acf_gar_cua_rep3_cont a:hover {
	text-decoration: underline;
	color:#F53F42!important;
}.acf_gar_cua_rep1_cont a:visited, .acf_gar_cua_rep2_cont a:visited, .acf_gar_cua_rep3_cont a:visited {
	text-decoration: underline;
	color: #0A3ED5!important;
}
/***************************************   celdas link ****************************************/
/*  ::::::::::::::::::::::   lo nuevo :::::::::::::::::::::::  */
/* hack css safari */
@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
    .container .notasHome div { margin-right: 16px;max-width:32%; }
}}
.container .notasHome div:last-child {margin-right: 0; }
.container .notasHome div .categoria { color: #5490b9; font-size: 15px; font-style: italic; font-weight: normal; margin-top: 13px; display: block; }
.container .notasHome div h3 { }
.container .notasHome div img {width: 100%; height: inherit; }
.container .notasHome div a {color: #0f69b4;  font-size: 20px;  line-height: 25px;transition: opacity 0.1s linear, text-decoration 0.1s linear;padding-bottom: 10px;display: block;font-weight: lighter;}
.container .notasHome div a:hover {opacity: 0.9; text-decoration: underline; }
.container .notasHome div .fecha {display: block; color: #919a9f;padding-bottom: 8px;font-size: 14px;}

.container .infoSeremi { padding-bottom: 30px; display: flex;padding-top: 0;}
.container .infoSeremi .col {margin-right:20px;width:31%;}
/* hack css safari */
@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
    .container .infoSeremi .col {margin-right:10px;}
}}
.container .infoSeremi .col:last-child {margin-right:0px;}
.container .infoSeremi h2 { font-size: 24px; font-weight: normal; color: #fff;}
.container .infoSeremi div { width: 100%; display: inline-block; vertical-align: top;max-width: 320px; color: #475156; font-weight: lighter;}
.container #actividades .head:after {content:' ';display:block;width:0;height:0;border-top:solid 6px #0167b7;border-right:solid 6px transparent;border-left:solid 6px transparent;  position: absolute;bottom: -6px;left: 50%;margin-left: -6px;}
.container div:last-child {margin-right: 0; }
.container div img {width: 100%;height: auto;}
.container .nota_TM {width:100%;display:block;border-bottom:3px solid #bdc9d2;background:#fff;margin-bottom:10px;min-height: 91px;}
.container .nota_TM .image {display:table-cell;width:150px;margin:0;padding:0;min-height: 88px;float:left;}
.container .nota_TM .text {display:table-cell;color:#445878;text-decoration:none;font-size:13px;margin:0;padding: 8px 12px;min-height:97px;line-height: 14px;}

.container .social iframe {display:inline-block!important;}

.redessociales {padding:0 20px!important;margin:0 auto 20px;display:table;}
.redessociales .destacado p {color:#1898d3;font-size: 26px;/* float:left; */}
.redessociales .destacado {display:table-cell;}
.redessociales .link_redes {display:table-cell;vertical-align: middle;}
.redessociales .link_redes ul {list-style:none; display: inline-block; white-space:nowrap; }
.redessociales .link_redes ul li {display: inline-block;}
.redessociales .link_redes a {margin-left:20px;}

.container #sidebar { width:100%; max-width: 320px; display: inline-block; vertical-align: top; margin-left: 20px; min-width: 250px; float: right;} 
.container #sidebar > div {margin-bottom:0px;}
.container #sidebar > .banners {margin-bottom: 30px;}
.container #sidebar .col {margin-bottom: 20px;}
.container #sidebar .menuCategorias ul { list-style:none; display:table; width:100%; position:relative; font-weight: 900; font-size: 15px; line-height: 42px;}
.container #sidebar .menuCategorias ul li { display:block; position:relative; transition: background 0.2s linear 0s, border-color 0.2s linear 0s; float:left; border-bottom: 3px solid #D6D6D6; background-color: #61A1CF; margin-bottom: 8px; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.22);}
.container #sidebar .menuCategorias ul li:last-child, .container #sidebar .menuCategorias ul li:nth-last-child(2) { margin-bottom: 0;}
.container #sidebar .menuCategorias ul li:hover, .container #sidebar .menuCategorias ul li.current-menu-item, .container #sidebar .menuCategorias ul li.current-menu-parent { background: #3B5C7B;}
.container #sidebar .menuCategorias ul li a { color:#FFF; padding: 0; display: inline-block; width: 155px; height: 41px;}
.container #sidebar .menuCategorias ul li a img{padding: 0 3px}
.container #sidebar .menuCategorias ul li:nth-child(odd) { margin-right: 10px;}

.container #sidebar .menuLinks ul { list-style:none; display:table; width:100%; position:relative; font-weight: bold; font-size: 16px; line-height: 42px;}
.container #sidebar .menuLinks ul li { display:block; position:relative; transition: background 0.1s linear 0s; float:left; border-bottom: 5px solid #D6D6D6; background-color: #7DC14A; margin-bottom: 13px;}
.container #sidebar .menuLinks ul li:last-child { margin-bottom: 0;}
.container #sidebar .menuLinks ul li:hover, .container #sidebar .menuLinks ul li.current-menu-item { background: #169E60;}
.container #sidebar .menuLinks ul li a { color:#FFF; padding: 0; display: inline-block; width: 320px; height: 60px; text-shadow: 1px 1px 2px #909090;}
.container #sidebar .menuLinks ul li a img{padding: 0 12px}
.container #sidebar .menuLinks ul li a .menuTitle { font-size: 18px; font-weight: bold; line-height: 18px; vertical-align: middle; padding-top: 14px; height: 60px;}
.container #sidebar .menuLinks ul li a .menuTitle .sub { font-size: 14px; font-weight: normal;}
  
.container #sidebar .widgetIframe { background: #FFF;} 
.container #sidebar .widgetIframe iframe { border-bottom: 5px solid #D6D6D6;} 
.container #sidebar .widgetIframe h2 { font-weight: lighter; background-color: #F58158; padding: 10px 10px; color: white; font-size: 18px;}
.container #sidebar .widgetIframe.pregunta h2 { background-image: url(img_css/pregunta.png); background-position: 285px center; background-repeat: no-repeat;}

.container #sidebar .widgetNewsLetter { border-bottom: 5px solid #D6D6D6;}
.container #sidebar .widgetNewsLetter h2 { font-weight: lighter; padding: 10px 10px; color: white; font-size: 18px; background-color: #DF3E46; background-image: url(img_css/correo.png); background-position: 285px center; background-repeat: no-repeat;}
.container #sidebar .widgetNewsLetter .wpcf7 { background: #FFF; padding: 10px; font-size: 14px; font-weight: lighter; color: #8B8B8B;} 
.container #sidebar .widgetNewsLetter .wpcf7 p { margin-bottom: 10px;} 
.container #sidebar .widgetNewsLetter .wpcf7 p.derecha { text-align:right; height: 25px;} 
.container #sidebar .widgetNewsLetter .wpcf7 p.derecha img { padding: 3px 10px 0 0;}
.container #sidebar .widgetNewsLetter .wpcf7 .ciclo span { display: block; margin: 0;} 
.container #sidebar .widgetNewsLetter .wpcf7 input[type="email"]{ width: 100%; border: 0; background-color: #F5F5F5; padding: 5px 10px;}
.container #sidebar .widgetNewsLetter .wpcf7 input::-webkit-input-placeholder { font-style: italic; }
.container #sidebar .widgetNewsLetter .wpcf7 input:-moz-placeholder { font-style: italic; }
.container #sidebar .widgetNewsLetter .wpcf7 input::-moz-placeholder { font-style: italic; }
.container #sidebar .widgetNewsLetter .wpcf7 input:-ms-input-placeholder { font-style: italic; }
.container #sidebar .widgetNewsLetter .wpcf7 .ciclo label span { padding-left: 20px; height: 20px; background: url(img_css/radiocheck.png) 0 -20px no-repeat; display: inline-block; font-style: italic; padding: 3px 0 0 30px; margin-left: -4px; margin-bottom: 7px;} 
.container #sidebar .widgetNewsLetter .wpcf7 input[type="radio"] { display:none }
.container #sidebar .widgetNewsLetter .wpcf7 input[type="radio"]:checked + span { background: url(img_css/radiocheck.png) no-repeat; }
.container #sidebar .widgetNewsLetter .wpcf7 input[type="submit"] { background: #ea565f; border: 0; padding: 2px 15px; color: #FFF; float: right;}

.container #sidebar .widgetBanners h2 { font-weight: lighter; padding: 10px 10px; color: white; font-size: 18px; background: #DF3E46 285 center no-repeat;}
.container #sidebar .widgetBanners .bannerside { border-bottom: 5px solid #D6D6D6; margin-bottom: 13px;}
.container #sidebar .widgetBanners .bannerside:last-child { margin-bottom: 0;}

.container #accordion h3 {margin-top:30px;background:#e6f3fc;color:#0f69b4;font-size: 24px;font-weight:normal;padding:9px 30px 9px 20px;cursor: pointer;position:relative;}
.container #accordion h3:first-child {margin-top:30px; }
.container #accordion {display:block;width:100%;height:auto;margin-bottom:20px;}
.container #accordion .box-provincia {display:table;width:100%;height:auto;border-bottom: 1px solid #bdc9d2;padding:20px;background:#fff;}
.container #accordion .box-provincia span {display:block;}
.container #accordion .box-provincia h2 {font-size: 21px;color:#0f69b4;}
.container #accordion .box-provincia h3 {font-size: 18px;color:#0f69b4;margin-bottom:20px;background: none;padding: 0;margin-top:0;}
.container #accordion .box-provincia .contacto {font-size:16px;color:#475156;}

.container #accordion h3.ui-state-default:before {content: ' ';display:block;width:0;height:0;border-bottom:6px solid #0f69b4;border-left:6px solid transparent;border-right:6px solid transparent;position:absolute;right:20px;top:20px;}
.container #accordion h3.ui-state-active:after {content: ' ';display:block;width:0;height:0;border-top:6px solid #0f69b4;border-left:6px solid transparent;border-right:6px solid transparent;position:absolute;right:20px;top:20px;}
.container #accordion h3.ui-state-default.ui-state-active:before {display:none}
.container #accordion .ui-accordion-content {border-bottom: 3px solid #bdc9d2;}

.container .box-servicios {display:inline-block;width:49%;float:left;margin-right:2%;margin-bottom:30px;}
.container .box-servicios:nth-child(odd) {margin-right:0%;}
.container .box-servicios .image {border-bottom: 3px solid #bdc9d2;display:block;margin-bottom:20px;}
.container .box-servicios p {color:#475156;margin-bottom:10px;}
.container .box-servicios a {color:#0169b0;line-height:26px;}
.container .box-servicios a i {display:inline-block;float:left;width:15px;height:20px;margin-right:10px;}
.container .box-servicios a:hover {text-decoration:underline;}
.container .box-servicios a:hover i {}

.container.relacionados{ border-top: 1px solid #bdc9d2; margin-bottom: 20px;}
.page_title {color:#0f69b4;font-size: 32px;font-weight: normal;line-height: 30px;margin-bottom: 30px;}

#footer .links-footer {padding:40px 0 30px;border-bottom:1px solid #a7bcc7;width:100%;display:table;}
#footer .links-footer .col {display:table-cell;width:33%;float:left;}
#footer .links-footer .col:first-child {width: 30%;}
#footer .links-footer .col h2 {color:#0066b5;font-weight: normal;font-size: 17px;margin-bottom:20px;}
#footer .links-footer .col ul {margin-left: 17px;color:#475157;}
#footer .links-footer .col ul li {line-height: 22px;}
#footer .links-footer .col ul li a {color:#475157;font-size: 13px;}
#footer .links-footer .col ul li a:hover { }
#footer .links-footer .col.banners {margin-top:0px;padding:0;}
#footer .links-footer .col.banners.center {margin-right: 3%;}
#footer .links-footer .col.banners div {margin-bottom:27px;text-align:right;}
#footer .links-footer .col.banners div img {width:100%;height:auto;max-width:320px;}

#footer { background: #fff;}
#footer #footerTop div{display:inline-block; height: 2px; margin: 0; padding:0;}
#footer #footerTop div:first-child { background: #0f69b4; width: 40% }
#footer #footerTop div:last-child { background: #eb3c46; width: 60%}

#footer #footerContent {margin-top: 50px; margin-bottom: 40px;}
#footer #footerContent > div {width: 330px; display: inline-block; vertical-align: top; border-left: 2px solid #e1e1e1; padding: 0 8px; font-size: 14px; font-weight: lighter; line-height: 16px; min-height: 60px; color: #686868;}
#footer #footerContent > div strong {font-size: 15px; font-weight: bold;}
#footer #footerContent > div a {font-weight: bold; color: #686868;}
#footer #footerContent #menuFooter ul {list-style: none; margin-top: 8px;}
#footer #footerContent #menuFooter ul li {display: inline-block; margin-right: 27px;}
#footer #footerContent #menuFooter ul li:last-child {margin-right: 0;}
#footer #footerContent #menuFooter ul li a:hover {opacity: 0.7;}
#footer #footerContent #menuFooter ul li .menutitle { display: none;}

#footer #footerBottom { padding-top: 14px; font-size: 13px; font-weight: lighter; color: #666666;}
#footer #footerBottom > div {display: inline-block;}
#footer #footerBottom .footerLinks { /* float: right; */ display: inline-block;}
#footer #footerBottom .footerLinks a { color: #007db7;}
#footer #footerBottom .footerLinks ul { list-style: none; display: inline-block;}
#footer #footerBottom .footerLinks ul li { display: inline-block; padding-right: 21px; font-weight: normal;}

#footer #footerBottom .menuFooterImg {float: right;margin-top: -4px;margin-bottom: 15px;}
#footer #footerBottom .menuFooterImg ul { list-style: none; display: inline-block;}
#footer #footerBottom .menuFooterImg ul li { display: inline-block; padding-right: 21px; font-weight: normal;}

#footer #footerBottom .barraFooter { background: url(img_css/logofooter.png) no-repeat; height: 15px; display: block; margin-top: 22px;}

.alignright {float: right; padding-left: 10px;}
.alignleft {float: left; padding-right: 10px;}

.container .banners {text-align: center; width: 100%; }
.container .banners div { display: inline-block; padding: 0 0 8px 0;}
.container .banners div a {border-bottom:3px solid #bdc9d2;display:inline-block;}
.container .banners div a img {width: 100%;max-width:320px;height:auto;}
.container .banners div:last-child{padding: 0 0px;}

.section3 {padding: 3px 0 35px 0; }
.section3 > div > div {padding: 12px 0px; }

.middle { background: #FFF}
.middle .bottom {width: 100%; height: 3px; background: #f0f0f0; border-top: 3px solid #BDC9D2; }
.middle .bottom > div {background: url(img_css/punta.png);height: 28px;width: 28px;margin: 0 auto;margin-top: -17px;}

.vermas {text-align: center; background: #f9f9f9; margin-bottom: 35px; border-bottom: 3px solid #b0bbc3; }
.vermas a {color: #5b7f99; text-transform: uppercase; padding: 5px 0 2px 0; display: block; font-size: 16px; font-weight: bold; }
.vermas a:hover { text-decoration: underline;}

#actividades .head {background: #0167b7; padding: 14px 13px 10px; color: #FFF; margin-bottom: 15px; font-size: 15px; font-weight: lighter; line-height: 18px; min-height: 60px;position: relative;}
#actividades .head h2 {font-size: 18px; line-height: 17px; }
#actividades .head .punta {background: url(img_css/puntazul.png) no-repeat center;height: 14px;position: absolute;bottom: -6px;left: 0;right: 0;}

#actividades .evento {height: 100px; overflow: hidden; display: block; background: #FFF;border-bottom: 3px solid #bdc9d2;margin-bottom: 17px;}
#actividades .evento .data { height: 100px; overflow: hidden; font-size: 13px; font-weight: lighter; display: table-cell; padding: 10px 18px; position: relative; color: #445878;}
#actividades .evento .data h3 {font-size: 13px; color: #0168b7; line-height: 13px;font-weight: bold;padding-bottom: 3px;}
#actividades .evento .data .fade {width: 100%; height: 27px; position: absolute; top: 74px; background: -webkit-linear-gradient(to bottom, rgba(255, 0, 0, 0), #FFF, #FFF); background: -o-linear-gradient(to bottom, rgba(255, 0, 0, 0), #FFF, #FFF); background: -moz-linear-gradient(to bottom, rgba(255, 0, 0, 0), #FFF, #FFF); background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #FFF,  #FFF);}

#actividades .evento:hover .data h3{ color: #73C1FF;}
#actividades .evento:hover .fecevento { background: rgb(226, 236, 241); }

#actividades .evento .fecevento {width: 97px; display: table-cell; background: #c0def5;color: #0168b7;position: relative;}
#actividades .evento .fecevento span { display: block; text-align: center; position: absolute; left: 0; right: 0;}
#actividades .evento .fecevento span:nth-child(1) {font-weight: lighter; top: 16px; }
#actividades .evento .fecevento span:nth-child(2) {font-size: 40px; font-weight: bold; line-height: 40px;top: 32px; padding: 0;margin: 0;height: 40px;}
#actividades .evento .fecevento span:nth-child(3) {font-size: 18px; font-weight: bold; line-height: 18px;top: 66px; }

/* estilos para selectbox */
.selectBox-dropdown .selectBox-label {padding: 0px 20px !important;color: #0169b0;}
.selectBox-options LI.selectBox-selected A {background-color: #025282; color: #FFF;}
.selectBox-options, .selectBox-options LI, .selectBox-options LI A {background-color: #0d6ab5; color: #FFF;width:auto!important;}
.selectBox-options LI.selectBox-hover A { background-color: #025282;  color: #FFF; }
.selectBox-options LI A {border-bottom: 1px solid #187ed0; font-size: 15px;  width: 100%!important;}
.selectBox-dropdown .selectBox-arrow {background: url(img_css/adown.png) 50% center no-repeat; background-color: #FFF;}
.fb_iframe_widget {display: inline-block;position: relative;margin-left:4px}
.selectBox-options LI {width: 100%!important;}

.fontsize {display:block;float:right;width: 100%;text-align: right;}
.fontsize span {display:inline-block;background:#bdc9d1;color:#fff;margin-left:4px;cursor:pointer;bottom:0px;position:relative;float:right;}
.fontsize .minimo {font-size: 12px;text-align:center;line-height:16px;width:14px;height:14px;  margin-top: 8px;}
.fontsize .medio {font-size: 16px;text-align:center;line-height:20px;width:18px;height:18px;  margin-top: 4px;}
.fontsize .maximo {font-size: 22px;text-align:center;line-height:26px;width:22px;height:22px;}
.fontsize span:hover, .fontsize .select {background:#106db6;}
.content iframe {  max-width: 630px;width: 100%;margin: 0 auto;display: block;}
.hidden { display: none; }
.flexhome {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.flex {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.slicknav_menu { display: none;}
.contentBody .shared-clean {width:100%;display:block;text-align:right;margin-bottom:30px;}
.contentBody .texto-contenido {width:100%;display:block;margin-bottom:30px;font-size: 16px;line-height: 20px;min-height: 490px;}
#sidebar .accesos ul {list-style:none}
#sidebar .accesos a {transition: background-color 0.3s ease;background-color: #f9f9f9;border-bottom: 3px solid #bdc9d2;color:#5b7f99;font-size: 17px;/*line-height:37px;*/padding:6px 12px;margin-bottom:20px;width:100%;display:table;min-height: 50px;}
#sidebar .accesos .menuTitle {display: table-cell;vertical-align: middle;padding: 5px 0;}
#sidebar .accesos a:hover {background-color: #deebf5;}
#sidebar #menuministerio {margin-bottom:90px;}

.container .seremi {display: block;width:100%;background:#fff;border-bottom:3px solid #bdc9d2;margin-bottom:20px;min-height:193px;}
.container .seremi .image {width:100%;max-width: 190px;height: 100%;max-height: 190px;float:left;}
.container .seremi .image img {}
.container .seremi .data {display:table-cell;padding:20px}
.container .seremi .data h2 {color: #0f69b4;font-size: 24;font-weight: lighter;}
.container .seremi .data h3{font-weight: bold;font-size: 20px;color: #0f69b4;margin-bottom:18px;}
.container .seremi .data .direccion {font-size: 16px;color:#475156;}
.container .seremi .data .fono {font-size: 16px;color:#475156;margin-bottom:18px;}
.container .seremi .data a {font-size: 16px;font-weight:bold;color:#0f69b4;}
.container .seremi .data a:hover {text-decoration:underline;}

.container .filtroselect {text-align: right;display:block;margin-bottom:20px;  margin-top: 1px;}
.container .filtroselect .marco {display: inline-block;border-bottom: 3px solid #d6d6d6; font-size: 18px;}

/*iconos*/
a i.galeria {background:url(img_css/sprite_mineduc.png) no-repeat;background-position:-3px -50px ;}
a:hover i.galeria {background-position:-3px -75px ;}
a i.organigrama {background:url(img_css/sprite_mineduc.png) no-repeat;background-position: -2px -2px;}
a:hover i.organigrama {background-position:-2px -26px ;}
a i.hand {background:url(img_css/sprite_mineduc.png) no-repeat;background-position:-4px -104px;}
a:hover i.hand  {}

.selectBox-dropdown {width: 100%!important;}
.selectBox-dropdown .selectBox-label {width: auto!important;padding-right: 30px!important;}

/* Para tramites digitales */
.contentBody .texto-contenido .tramites tbody{
    display: inline-table;
}
.contentBody .texto-contenido .tramites tr{
    display: contents;
    float: right;
}

.contentBody .texto-contenido .tramites td{
    display: inline-flex;
    width: 30%;
    padding: 15px;
    margin: 7px;
    border: 1px solid;
}
/* Para el fondeo del header */
.bg-movil{
background-position:center;
background-size: cover;
}
@media screen and (max-width: 1040px) {
    .wrappmenu .mpcontainer { margin-left:-10px; }
    .container .infoSeremi .col {padding: 5px;}
    #footer .links-footer .col {padding: 5px;}
    #footer .links-footer .col.banners {padding: 5px;}
    #header #superior {padding: 0 5px;}
    #footer #footerBottom {padding-left:5px;padding-right:5px;}
    body > .wrapp, .wrapp.noticias {padding: 0 5px;display:table;}
    #nav .buscMenu {margin-right:5px;}
}

@media screen and (max-width: 970px) {
    .contentBody {max-width:100%!important;}
    .flexhome { display: initial;}
    .container #sidebar { width: 100%;max-width:100%; display: inline-block; vertical-align: top; margin-left: 0; min-width: 250px; float: right; text-align: left; background: #F0f0f0;} 
    #actividades .evento { float:left; width: 50%;}
    .infoseremi .ficha .mapa { width: 30%}
    .container .banners div {display: inline-block; padding: 0 0 10px 0; }
    #slider .flex-control-nav {top: 10px; z-index: 3; height: 20px;}
    .container .contentBody #contentPost .content #slider .imgdest h2 {top: 455px;}
    .container .nota_TM .image {display:block;width:100%;margin:0;padding:0;min-height: 88px;float:inherit;}
    .container .nota_TM .text {display:block;color:#445878;text-decoration:none;font-size:13px;margin:0;padding:10px;min-height:70px;}
    #actividades .head {min-height: 77px;}
    #sidebar .accesos ul li  {width:49%;display:inline-block;}
    #sidebar .col .nota_TM {width: 33%; display: table-cell;padding: 0 6px 0 0!important;}
    #sidebar .col .nota_TM:last-child {padding-right:0;}
    .container .banners div a {margin:0 5px}
    /* hack css safari */
    @media screen and (min-color-index:0)
       and(-webkit-min-device-pixel-ratio:0) { @media {
        .container .notasHome div {max-width:31%; }
    }}
}
/*Para correcciÃƒÆ’Ã‚Â³n en IPAD*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .contentBody {max-width: 100%!important;}
}

@media screen and (max-width: 1000px) {
    #LanEduEnlaces .LandEduContentBody .botonesEnlaces {  }
    #LanEduEnlaces .LandEduContentBody .botonesEnlaces div { display: block;   width: 100%}
    #LanEduEnlaces .LandEduContentBody .botonesEnlaces div a {   margin: 0 auto! important; width: 319.5px;}
    .bg-movil{ background-size: cover;}
}

@media screen and (max-width: 800px) {
    .infoseremi .ficha .mapa { width: 100%; max-width: 100%;}
    .infoseremi .ficha {display: initial;}
    #footer .links-footer .col {display:table-cell;width:50%;float:left;}
    #footer .links-footer .col.banners {margin-top:20px;display:block;clear:both;width:100%;text-align:center;}
    #footer .links-footer .col.banners div {margin-bottom:27px;text-align:right;display:inline-block;}
    #footer #footerBottom .footerLinks ul li {padding-left: 12px;}
    .container .seremi .data h3{font-weight: bold;font-size: 20px;color: #0f69b4;margin-bottom:10px;}
    .container .seremi .data .fono {font-size: 16px;color:#475156;margin-bottom:10px;}
    #nav ul li a {padding: 0 18px;}
    .container .contentBody #contentPost .content #slider .imgdest h2 {top: 360px;}
    .redessociales .destacado {display:block; width: 70%; text-align: right;}
    .redessociales .link_redes {display:block; text-align: right;}
    .bg-movil{background-size: cover;}
}

@media screen and (max-width: 600px) {
	 #header{ margin-top: 44px;}
    .infoseremi .ficha .box1 .flex{display:initial;}
    .infoseremi .ficha .box1 .img {width: 100%;text-align: center;}
    .infoseremi .ficha .box1 h2 {text-align: center;}
    .infoseremi .ficha .box1 h3 {text-align: center;}
    #slider .extracto { display: none;}
    #slider .titulo {height: 88px;}
    #slider li > div{width: 100%; min-height: 20px;padding: 0 8px;margin-bottom: 7px;}
    #actividades .evento { float:left; width: 100%;}
    #actividades .evento .data h3 {font-size: 14px}
    #actividades .evento .data {font-size: 14px}
    .container .notasHome {display: initial;}
    .container .notasHome > div { max-width: initial; padding-bottom: 10px; margin-right: 0;border-bottom: 1px solid #CDCDCD;}
    .container .notasHome > div > div { max-width: initial;}
    .container .notasHome div img { float: left; padding-right: 15px; width: 265px; max-width: 50%;}
    .container .notasHome div .extracto { padding: 10px 0 20px 0;}
    .container .contentBody #contentPost .content #slider .imgdest h2 {top: 250px;}
    #header { height: 100px;}
    #header #superior #sociales {position: absolute; top: 40px; right: 5px; }
    #header #superior #sociales li {margin-left: 14px;}
    .container .contentBody .buscnotas .buscNota .marco {display: inline-block;border-bottom: 1px solid #d6d6d6;}
    .container .contentBody .buscnotas .buscNota label .pr {padding-right: 0px;}
    .slicknav_menu { display: block; position: fixed; width: 100%; z-index: 1000; top: 0; max-height: 100%; overflow: auto;}
    #menuprincipal {display: none !important;}
    #nav {height: 38px}
    #nav .buscMenu {margin-top: -8px;padding-right: 1px;}
    .wrappmenu .mmcontainer li { overflow: hidden; height: 38px; line-height: 39px}
    #header #superior #menuayuda {display: none;}
    .container .infoSeremi {display: block;}
    .container .infoSeremi .col {max-width: 100%;width:100%;display:block;clear:both;padding-bottom: 10px;margin-right: 0;padding: 0px;border-bottom: 1px solid #CDCDCD;float:inherit;}
    .container .infoSeremi div {max-width:100%;}
    .container .nota_TM .image {display: table-cell;width: 150px;margin: 0;padding: 0;min-height: 88px;float: left;}
    .container .nota_TM .text {display: table-cell;color: #445878;text-decoration: none;font-size: 13px;margin: 0;padding: 12px;min-height: 88px;}
    .container .nota_TM .text p {min-height: 72px;}
    .redessociales .destacado {display:block;width:100%;text-align: center;}
    .redessociales .destacado p {color:#1898d3;font-size: 26px;float:left;margin-bottom:20px;}
    .redessociales .link_redes {display:table;width:220px;margin:0 auto!important;}
    #footer #footerBottom > div {display: block; width: 100%;margin-bottom: 6px;}
    #footer #footerBottom .footerLinks ul li:first-child {padding-left: 0px;}
    #footer #footerBottom .footerLinks {float: inherit;}
    #footer #footerBottom .barraFooter {margin-top: 12px;}
    #footer #footerBottom .menuFooterImg { display: inline-block !important; width: initial !important;}
    .container .contentBody .buscnotas .buscNota .marco {width:295px;}
    .container .contentBody .buscnotas .buscNota .texto {max-width: 260px;float: left;display: inline-block;}
    .container .contentBody .buscnotas.ordenar .buscNota .marco {width: 218px; margin-top: 10px;}
    #sidebar .accesos ul li {width:100%;display:block;}
    #sidebar .col .nota_TM {width:100%; display: block;}
    .container .contentBody .paginacion .navigation {text-align: center;}
    .container .contentBody .paginacion .right a {position: relative;right: 0;display: block;width:90%;margin: 10px auto}
    #footer .links-footer .col {display:none;}
    #footer .links-footer .col.banners {display:block;}
    .container .banners div a {margin:0px}
    .container .contentLanEdu .LanEduButtons > div {width: 100%; padding: 0!important;}
    .bg-movil{
       background-size: contain;

	}
}

@media screen and (max-width: 480px) {
	#header{ margin-top: 0px;}
    .infoseremi .ficha .box1 .data { height: initial;}  
    .infoseremi .ficha .box1 .data .table { padding-bottom: 10px;}
    .infoseremi .ficha .box1 .data .table div{width: 100%; display: block;}
    .container .notasHome {display: initial;}
    .container .notasHome div img { max-width: 100%; float: none; width: 100%; padding-right: 0;}
    .container .notasHome div .fecha { display: block;}
    .container .contentBody #contentPost .content #slider .imgdest h2 {top: 140px;}
    .container .contentBody .content .row .thumb {max-width: 100%;width: 100%;padding: 0 0 10px 0;}
    .wrappmenu .mmcontainer {display: none;}
    .container .nota_TM .text {padding: 8px 10px 5px 10px;}
    .container .banners img {width:100%;height:auto;}
    #footer .links-footer .col {width:100%;float:inherit;}
    #footer #footerBottom .footerLinks ul li {padding-left: 8px;}
    .container .seremi {display: block;width:100%;background:#fff;border-bottom:3px solid #bdc9d2;margin-bottom:20px;min-height:193px;}
    .container .seremi .image {width:100%;max-width: inherit;height:100%;max-height:inherit;float:inherit;display:block;}
    .container .seremi .data {display:block;}
    .filtroselect .selectBox-dropdown {max-width: 290px}
    .container .box-servicios {width:100%;margin-right:0%;display:block}
    .fontsize {margin-bottom:10px;}
    .banner_transparencia{display: none}

    .contentBody .texto-contenido .tramites td{
       
        width: 45%;
       
    }
    #avisoImportante > p > a > img{
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width:360px) {
    
}


#fichas .marcotitle {width: 100%; display: table; list-style:none;z-index: 10;position: relative;padding: 0 !important;}
#fichas .marcotitle .fichatitle:last-child { border-right: 1px solid #ddd; }
#fichas .marcotitle .fichatitle { border: 1px solid #ddd; margin: 0; padding: 8px 10px; text-align: center; margin-right: -1px; cursor: pointer;background-color: #F3F3F3;display: table-cell;z-index: 10000;border-right: 0px;}
#fichas .marcotitle .fichatitle:hover { background-color: #F3F3F3; }
#fichas .marcotitle .fichatitle.selected { background-color: #FFF; border-bottom-color: #FFF;}
#fichas .marcotitle .fichatitle h3 {font-size: 16px; color:#666;}
#fichas .marcotitle .fichatitle.selected h3 {color:#A9B400;}

#fichas .ficha {border: 1px solid #ddd; margin-top: -1px; margin-bottom: 15px; padding: 30px; border-bottom:3px solid #01B200;position: relative;}
#fichas .ficha h4 {cursor: pointer; font-size:16px; font-weight: 200; margin:0 0 20px 0;}
#fichas .ficha .fichacontent{margin:-15px 0 20px 0; font-size: 14px; line-height: 120%; color:#444; font-weight: 100;}

