@charset "UTF-8";
/*
Theme Name: Intranet Regional
Theme URI:
Description: Theme Creado para Mineduc
Author: Enzo Farfán
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;
}

* {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-family: 'gobCL';
  box-sizing: border-box;
  text-decoration: none;
}

body {
  width: 100%;
  background-color: #f0f0f0;
}

.wrapp {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*header y nav */

#header {
  background-color: #fff;
  height: auto;
  max-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;
}

#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 {}

.wrappmenu .mmcontainer #menumineduc li {
  background: #6d8fa9;
  color: #FFF !important;
}

.wrappmenu .mmcontainer #menumineduc li:hover {
  background: #5F84A1;
}

.wrappmenu .mmcontainer #menumineduc li a {
  color: #FFF !important;
}

#nav {
  width: 100%;
  background-color: #FFF;
  height: 50px;
  border-bottom: 2px solid #bdc9d2;
  overflow: hidden;
  font-weight: 100;
  font-size: 16px;
}

#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: #0169b0;
}

#nav div div ul li ul li a div {
  color: #fff;
}

#nav ul li a {
  color: #475156;
  padding: 0 30px;
  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: initial;
}

#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;
}

#menuprincipal .menu-item-has-children>a::after {
  content: "\25BC";
  padding-left: 10px;
}

#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: 28px;
  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;
}

#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;
  background: -webkit-linear-gradient(to bottom, rgba(255, 0, 0, 0), #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to bottom, rgba(255, 0, 0, 0), #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom, rgba(255, 0, 0, 0), #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #FFF);
  /* Standard syntax */
  padding: 0;
  margin: 0;
}

#slider .fecha {
  color: #475156;
  font-size: 14px;
  font-weight: bold;
}

#slider .social {}

#slider .flex-control-nav {
  top: 330px;
  z-index: 3;
  height: 20px;
}
#contentPost .content #slider .flex-control-nav {
  top: 75%;
}

#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: 0px 0px 10px;
  width: 100%;
  text-align: left;
}

.titleSecond h2 {
  color: #989898;
  font-size: 18px;
}

.breadcrumb {
  color: #989898;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 0 10px;
}

.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 p iframe {
  width: 100%;
}

.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;
}

.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;
}

.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 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;
}

.container .contentBody #contentPost .content {
  margin-bottom: 40px;
  border-bottom: none;
}

.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;
}

.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 .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: 320px;
  color: #475156;
  font-weight: lighter;
}

.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 #sidebar {
  width: 320px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  min-width: 250px;
  float: right;
}

.container #sidebar>div {
  margin-bottom: 30px;
}

.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 {}

.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.relacionados {
  border-top: 1px solid #bdc9d2;
  margin-bottom: 20px;
}

#footer {
  background: #fff;
}

#footer #footerTop div {
  width: 50%;
  display: inline-block;
  height: 2px;
  margin: 0;
  padding: 0;
}

#footer #footerTop div:first-child {
  background: #0169b0;
}

#footer #footerTop div:last-child {
  background: #eb3943;
}

#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;
}

#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;
}

.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 20px 10px 0;
}

.container .banners div:last-child {
  padding: 0 0px;
}

.section3 {
  padding: 3px 0 35px 0;
}

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

.infoseremi .ficha {
  display: flex;
}

.infoseremi .ficha .box1 {
  width: 100%;
  /* max-width: 680px; */
  background: #FFF;
  min-height: 193px;
  border-bottom: 3px solid #bdc9d2;
  /* display: inline-block; */
  /* float: left; */
}

.infoseremi .ficha .box1 h2 {
  font-size: 24px;
  font-weight: lighter;
}

.infoseremi .ficha .box1 h3 {
  font-size: 20px;
  font-weight: 600;
}

.infoseremi .ficha .box1 .img {
  width: 190px;
  height: 190px;
  /* display: table-cell; */
  min-width: 190px;
}

.infoseremi .ficha .box1 .data {
  /* display: table-cell; */
  padding: 20px 0 0 20px;
  color: #0f69b4;
  /* width: 100%; */
  /* max-width: 490px; */
  height: 190px;
}

.infoseremi .ficha .box1 .data .table {
  display: table;
  width: 100%;
  margin-top: 20px;
}

.infoseremi .ficha .box1 .data .table div {
  display: table-cell;
  width: 120px;
  padding-right: 10px;
  color: #475156;
  padding-top: 30px;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
}

.infoseremi .ficha .box1 .data .table .fono {
  background: url(img_css/icofono.png) no-repeat center top;
}

.infoseremi .ficha .box1 .data .table .direccion {
  background: url(img_css/icopos.png) no-repeat center top;
}
.infoseremi .ficha .box1 .data .table .face_region {
  background: url(img_css/icofacebook.png) no-repeat center top;
  background-size: 25px;
}
.infoseremi .ficha .box1 .data .table .twitt_region {
  background: url(img_css/icotwitter.png) no-repeat center top;
  background-size: 25px;
}
.infoseremi .ficha .box1 .data .table .insta_region {
  background: url(img_css/icoinstagram.png) no-repeat center top;
  background-size: 25px;
}
.infoseremi .ficha .box1 .data .table .you_region {
  background: url(img_css/icoyoutube.png) no-repeat center top;
  background-size: 25px;
}
.infoseremi .ficha .box1 .data .table .flickr_region {
  background: url(img_css/icoflickr.jpg) no-repeat center top;
  background-size: 25px;
}

.infoseremi .ficha .mapa {
  width: 100%;
  max-width: 320px;
  overflow: hidden;
  height: 193px;
  display: inline-block;
  border-bottom: 3px solid #bdc9d2;
  position: relative;
}

.infoseremi .ficha .mapa img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}

#links {
  background: #E6E6E6;
  width: 100%;
  padding: 0 0 40px 0;
}

#links .titleSecond {
  padding: 0px;
}

#links h2 {
  margin: 0;
  color: #FFF;
  background: #BFBFBF;
  padding: 0 24px;
  line-height: 50px;
  display: inline-block;
  font-weight: 100;
  font-size: 28px;
}

#links .blockLinks {
  width: 100%;
  display: table;
  padding: 40px 0 0;
}

#links .blockLinks ul.menuLinks {
  display: table;
  width: 100%;
  list-style: none;
  text-align: center;
}

#links .blockLinks ul.menuLinks li {
  display: inline-block;
  margin: 0 6px 20px 6px;
  vertical-align: middle;
}

#links .blockLinks ul.menuLinks li a {
  display: block;
  width: 100%;
}

.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;
  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;
}

.selectBox-options LI.selectBox-hover A {
  background-color: #025282;
  color: #FFF;
}

.selectBox-options LI A {
  border-bottom: 1px solid #187ed0;
  font-size: 15px;
}

.selectBox-dropdown .selectBox-arrow {
  background: url(img_css/adown.png) 50% center no-repeat;
  background-color: #FFF;
}

.hidden {
  display: none;
}

.flexhome {
  display: flex;
}

.flex {
  display: flex;
}

.slicknav_menu {
  display: none;
}
.container .contentBody #contentPost .content #slider .imgdest h2 {
  width: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  top: 88%;
  padding-left: 2rem;
}
/* Inicio ventana modal */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 800px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: darkgray;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: white;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-body > p > a > img{
  width: 100%;
  height: auto;
  max-width: 755px;
}

.modal-footer {
  padding: 14px 16px;
  background-color: white;
  color: white;
 
}
/*ventana modal */

@media (max-width: 1040px) {
  .wrappmenu .mpcontainer {
    margin-left: -10px;
  }
}

@media (max-width: 970px) {
  .container .contentBody {
    max-width: 100%
  }
  .flexhome {
    display: initial;
  }
  .container #sidebar {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    min-width: 250px;
    float: right;
    text-align: left;
    padding: 5px;
    background: #F0f0f0;
  }
  #actividades .evento {
    float: left;
    width: 50%;
  }
  .infoseremi .ficha .mapa {
    width: 30%
  }
  .container .banners div {
    display: block;
    padding: 0 0 10px 0;
  }
  #slider .flex-control-nav {
    top: 10px;
    z-index: 3;
    height: 20px;
  }
}

@media (max-width: 800px) {
  .infoseremi .ficha .mapa {
    width: 100%;
    max-width: 100%;
  }
  .infoseremi .ficha {
    display: initial;
  }
}

@media (max-width: 600px) {
  .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;
    padding: 5px;
    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;
  }
  #header {
    height: 100px;
    margin-top: 36px;
  }
  #header #superior #sociales {
    position: absolute;
    top: 40px;
    right: 5px;
  }
  #header #superior #sociales li {
    margin-left: 14px;
  }
  .titleSecond {
    padding: 9px 5px;
  }
  .breadcrumb {
    padding-left: 5px;
  }
  .container .contentBody .content.list {
    padding: 0 5px;
  }
  .container .contentBody .buscnotas .buscNota .marco {
    display: 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;
  }
}

@media (max-width: 400px) {
  .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 .content .row .thumb {
    max-width: 100%;
    width: 100%;
    padding: 0 0 10px 0;
  }
  .container .contentBody .buscnotas .buscNota .texto {
    max-width: 80%;
  }
  .wrappmenu .mmcontainer {
    display: none;
  }
  #avisoImportante > p > a > img{
    max-width: 100%;
    height: auto;
}
}