body {
  /*&:after { This adds a label in the top-left corner that displays the current media query state.
    background: red;
    color: @white;
    content: "undefined";
    left: 0;
    .opacity(80);
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 99;
    @media @mobile {
      background: orange;
      content: "mobile";
    }
    @media @tablet {
      background: purple;
      content: "tablet";
    }
    @media @desktop {
      background: green;
      content: "desktop";
    }
    @media @desktop-xl {
      background: blue;
      content: "desktop-xl";
    }
  }*/

}
.primary-container,
.footer {
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 529px) {
  .primary-container,
  .footer {
    display: block;
    width: 99%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .primary-container,
  .footer {
    width: 99%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .primary-container,
  .footer {
    width: 100%;
    max-width: 1210px;
  }
}
.footer {
  padding: 0;
}
.footer #footercontent {
  background: #b30000;
}
.footer #footercontent p {
  font-size: 1em;
  line-height: 2.3em;
  color: #ffffff;
  text-align: center;
}
.footer #validaciones {
  text-align: center;
  padding: 20px 0;
}
.footer #validaciones img {
  margin: 0 20px;
}
.primary-container .header {
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 529px) {
  .primary-container .header {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .primary-container .header {
    width: 96%;
    height: 92px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .primary-container .header {
    width: 100%;
    max-width: 960px;
    height: 130px;
  }
}
.primary-container .header .header-content {
  position: relative;
}
@media only screen and (max-width: 529px) {
  .primary-container .header .header-content .header-logo-L {
    position: absolute;
    top: 7px;
    left: 6px;
    width: 15%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .primary-container .header .header-content .header-logo-L {
    position: absolute;
    top: 18px;
    left: 0px;
    width: 10%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .primary-container .header .header-content .header-logo-L {
    position: absolute;
    top: 18px;
    left: 0px;
    width: 10%;
  }
}
.primary-container .header .header-content .header-logo-L img {
  width: 100%;
}
@media only screen and (max-width: 529px) {
  .primary-container .header .header-content .header-logo-R {
    position: absolute;
    top: 18px;
    right: 0px;
    width: 10%;
    display: none;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .primary-container .header .header-content .header-logo-R {
    position: absolute;
    top: 18px;
    right: 0px;
    width: 10%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .primary-container .header .header-content .header-logo-R {
    position: absolute;
    top: 18px;
    right: 0px;
    width: 10%;
  }
}
.primary-container .header .header-content .header-logo-R img {
  width: 100%;
}
@media only screen and (max-width: 529px) {
  .primary-container .header .header-content .header-txt {
    display: block;
    margin-top: 1em;
    width: 96%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .primary-container .header .header-content .header-txt {
    width: 96%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .primary-container .header .header-content .header-txt {
    width: 86.64%;
    margin: 18px auto 0;
    float: none;
    clear: none;
  }
}
.primary-container .header {
  margin: 0 auto;
  overflow: hidden;
  display: table;
}
@media only screen and (max-width: 529px) {
  .primary-container .header {
    display: block;
    width: 95%;
    margin: 10px 2.5%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .primary-container .header {
    width: 96%;
    height: 92px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .primary-container .header {
    width: 100%;
    max-width: 960px;
    height: 130px;
  }
}
.primary-container .header .header-content {
  position: relative;
  display: table-row;
  width: 100%;
}
.primary-container .header .header-content .header-td-logo {
  display: table-cell;
}
@media only screen and (max-width: 529px) {
  .primary-container .header .header-content .header-td-logo {
    width: 70px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .primary-container .header .header-content .header-td-logo {
    width: 96px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .primary-container .header .header-content .header-td-logo {
    width: 96px;
  }
}
.primary-container .header .header-content .header-td-logo img {
  width: 100%;
  display: inline;
}
@media only screen and (max-width: 529px) {
  .primary-container .header .header-content .header-td-logo:last-of-type {
    display: none;
  }
}
.primary-container .header .header-content .header-td-txt {
  display: table-cell;
}
@media only screen and (max-width: 529px) {
  .primary-container .header .header-content .header-td-txt {
    width: 83.5%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .primary-container .header .header-content .header-td-txt {
    width: 79%;
    margin: 7px auto 0;
    clear: none;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .primary-container .header .header-content .header-td-txt {
    width: 79%;
    margin: 7px auto 0;
    clear: none;
  }
}
.primary-container .header .header-content .header-td-txt #text {
  color: #000;
}
@media only screen and (max-width: 529px) {
  .primary-container .header .header-content .header-td-txt #text {
    clear: none;
    margin-top: 15px;
    margin-left: 0%;
    width: 100%;
    text-align: right;
    height: auto;
    margin-right: 0px;
    float: left;
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .primary-container .header .header-content .header-td-txt #text {
    margin: 7px auto 0px;
    clear: none;
    width: 95.817729%;
    display: block;
    float: none;
    text-align: center;
    font-style: italic;
    font-size: 3em;
    font-family: arial;
    color: #000000;
    text-shadow: #5e5e5e 0px 3px 3px;
    height: auto;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .primary-container .header .header-content .header-td-txt #text {
    width: 88.798597%;
    margin: 0 auto;
    float: none;
    clear: none;
    text-align: center;
    font-size: 3em;
    font-family: arial;
    color: #000000;
    text-shadow: #7f7e7e 0px 3px 3px;
  }
}
.primary-container .header .header-content .header-td-txt #text1 {
  color: #000;
}
@media only screen and (max-width: 529px) {
  .primary-container .header .header-content .header-td-txt #text1 {
    width: 100%;
    text-align: right;
    margin-top: 0px;
    margin-left: auto;
    clear: both;
    margin-right: auto;
    float: none;
    font-size: 0.6em;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .primary-container .header .header-content .header-td-txt #text1 {
    font-size: 0.95em;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .primary-container .header .header-content .header-td-txt #text1 {
    width: 62.4%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: none;
    color: #000000;
  }
}
/* ************************************************* */
.detalle-body {
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', 'Roboto', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  background-color: #FFF;
  float: left;
  /* overflow: scroll; */

  height: auto;
  display: block;
  width: 100%;
}
.detalle-container {
  margin: 0 auto;
  padding: 20px 10px;
  list-style: none;
  float: left;
  font-family: 'Ubuntu', 'Roboto', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  display: block;
  background-color: #FFF;
  text-decoration: none;
  position: relative;
  text-align: left;
  width: 100%;
}
.detalle-body .detalle-container {
  padding: 20px 0;
}
.detalle-content .detalle-titulo {
  color: #b30000;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: 'Ubuntu', 'Roboto', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  text-align: left;
}
.detalle-content .detalle-texto,
.detalle-content p,
.detalle-content .detalle-resumen {
  color: #303031;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 13px;
  font-family: 'Ubuntu', 'Roboto', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  letter-spacing: 2px;
  text-align: left;
}
.detalle-content .detalle-resumen {
  font-style: italic;
}
.detalle-content h1,
.detalle-content h2,
.detalle-content h3,
.detalle-content h4,
.detalle-content h5 {
  position: relative;
  background: transparent;
}
/* ************************************************* */
/***************************************************************************************************************/
/* Menú de navegación secciones ********************************************************************************/
/***************************************************************************************************************/
#menu {
  margin: 0 auto;
  width: 99.972873%;
  background: #b90000;
  -webkit-box-shadow: #5e5e5e 1px 2px 3px 0px;
  box-shadow: #5e5e5e 1px 2px 3px 0px;
  float: none;
  clear: none;
  position: relative;
  padding: 0px;
}
@media only screen and (max-width: 529px) {
  #menu {
    height: auto;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  #menu {
    height: 30px;
  }
}
.MDT_menu {
  /* background-color: #868f98; */

  background: transparent url(/images/Iconos.png) repeat-x scroll 0 -519px;
  height: 30px;
}
a.toggleMenu {
  display: none;
  /*padding: 10px 15px;
    color: #fff;

    display: none;
    background: #666; */

  padding: 2px 9px 0px;
  color: #fff;
  line-height: 29px;
  text-decoration: none;
}
a.toggleMenu:hover,
a.toggleMenu:visited,
a.toggleMenu:hover,
a.toggleMenu:active {
  text-decoration: none;
  color: #ffffff;
}
ul.dropmenu {
  position: relative;
  margin: 0px;
  padding: 0px;
  /*background:transparent url(/images/Iconos.png) repeat-x scroll 0 -519px;*/

  display: block;
  font-family: 'Ubuntu', 'Roboto', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-size: 13px;
  z-index: 990;
}
@media only screen and (max-width: 529px) {
  ul.dropmenu {
    height: auto;
    border-top: solid 1px #ee0000;
    margin: 0px 0px 0px 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  ul.dropmenu {
    height: auto;
    border-top: solid 1px #ee0000;
    margin: 0px 0px 0px 0;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  ul.dropmenu {
    height: 30px;
    margin: 0px 0px 0px 10px;
  }
}
.dropmenu li {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 1px 0px 0px 0px;
  text-transform: capitalize;
}
@media only screen and (max-width: 529px) {
  .dropmenu li {
    float: none;
    border-top: solid 1px #990000;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .dropmenu li {
    float: none;
    border-top: solid 1px #990000;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .dropmenu li {
    float: left;
  }
}
.dropmenu li.seleccionado {
  color: white;
}
@media only screen and (max-width: 529px) {
  .dropmenu li.seleccionado {
    padding: 0;
    height: auto;
    background: url(../images/menu_seleccionado_bck.png) no-repeat 100% 50%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .dropmenu li.seleccionado {
    padding: 0;
    height: auto;
    background: url(../images/menu_seleccionado_bck.png) no-repeat 100% 50%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .dropmenu li.seleccionado {
    padding: 0 10px 0px 10px;
    height: 30px;
    background: url(../images/menu_seleccionado_bck.png) no-repeat 50% bottom;
  }
}
.dropmenu li.sub_seleccionado {
  background: #b90000;
  color: white;
}
.dropmenu li.sub_seleccionado a {
  color: #ffffff;
}
.dropmenu li a,
.dropmenu li p {
  padding: 6px 10px 0px 10px;
  display: block;
  cursor: pointer;
  color: #FFFFFF;
  text-transform: capitalize;
  text-decoration: none;
}
.dropmenu li a {
  height: 23px;
}
.dropmenu > li > a,
.dropmenu > li > p {
  height: 29px;
}
/*.dropmenu li a.productoActivo{color: #ffd76e;background:transparent url(/images/Iconos.png) repeat-x scroll center bottom;}*/
.dropmenu .dos_nivel_iraportada a {
  color: White;
  font-weight: bold;
}
.dropmenu li span {
  width: 17px;
  height: 14px;
  background: transparent url(../images/cabecera_drop_down_arrow.gif) no-repeat center top;
}
.dropmenu li a:hover span {
  background-position: center bottom;
}
.dropmenu li.hover ul,
.dropmenu li.hover div {
  display: block;
  background: #ffffff;
}
@media only screen and (max-width: 529px) {
  
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  
}
.dropmenu ul {
  display: none;
  padding: 8px;
  margin: -1px 8px 8px 8px;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  background: #ffffff url(/images/gradient.png) repeat-x scroll 0 0;
  -moz-box-shadow: 0px 3px 6px 0 #888;
  /*Firefox */

  -webkit-box-shadow: 0px 3px 6px 0 #888;
  /* Safari and Chrome */

  box-shadow: 0px 3px 6px 0 #888;
  /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
@media only screen and (max-width: 529px) {
  .dropmenu ul {
    position: relative;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .dropmenu ul {
    position: absolute;
  }
}
.dropmenu ul li {
  border: 0;
  float: none;
}
.dropmenu ul a {
  border-bottom: 0;
  white-space: nowrap;
  display: block;
  color: #868f98;
  text-decoration: none;
  text-transform: none;
}
/*a.selected, a:hover{color: #ffcc33 !important;text-decoration: underline;background: #FFFFFF url(images/gradient.png) repeat-x scroll 0 0;}*/
/*a.selected span{background:transparent url(/images/arrow_hover.png) repeat-x scroll 0 0;}*/
.dropmenu ul a:hover {
  color: white !important;
  text-decoration: none;
  background: #b90000;
  background-image: none;
}
.dropmenu div ul {
  position: relative;
  display: block;
}
.dropmenu li div {
  background: #ffffff url(/images/gradient.png) repeat-x scroll 0 0;
  border: 1px solid #ccc;
  padding: 5px;
  display: none;
  position: absolute;
}
.dropmenu li div ul {
  border: none;
  background: none;
  position: relative !important;
}
.dropmenu li div a {
  border: none;
  border-bottom: 1px solid #ccc;
}
.dropmenu li div div {
  display: block;
  position: relative;
  background: none;
  border: none;
}
.dropmenu li div div a {
  display: inline;
  border: none;
  color: #666;
  text-decoration: underline;
  padding: 0px;
  margin: 0px;
  text-transform: none;
}
.dropmenu li div div a:hover {
  color: #000;
  text-decoration: none;
}
/***************************************************************************************************************/
/* Fin Menú de navegación secciones ********************************************************************************/
/***************************************************************************************************************/
#menu_secciones {
  float: left;
}
@media only screen and (max-width: 529px) {
  #menu_secciones {
    width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  
}
#menu_redes_search {
  position: absolute;
  right: 0;
  width: 150px;
}
#search_box {
  width: 44px;
  float: right;
  border-left: solid 1px #ee0000;
}
#redes_box {
  width: 100px;
  float: right;
  border-right: solid 1px #330000;
  border-left: solid 1px #ee0000;
}
#menu_redes_search ul {
  height: 30px;
}
#menu_redes_search li {
  position: relative;
  list-style: none;
  float: left;
  margin: 0 4px;
  line-height: 29px;
  padding: 1px 0px 0px 0px;
  text-transform: capitalize;
}
#menu_redes_search #search_box li {
  padding: 1px 0 0px 8px;
}
#menu_redes_search li a,
#menu_redes_search li span {
  color: #ffffff;
}
#menu_redes_search li a:hover {
  text-decoration: none;
}
.content-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  outline: none;
  position: relative;
  word-wrap: break-word;
  background: white;
}
@media only screen and (max-width: 529px) {
  
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .content-wrapper {
    display: table;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .content-wrapper {
    display: table;
  }
}
@media only screen and (max-width: 529px) {
  
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .content-wrapper .content-wrapper-row {
    display: table-row;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .content-wrapper .content-wrapper-row {
    display: table-row;
  }
}
.content-wrapper .content-portada,
.content-wrapper .content-portada-redes,
.content-wrapper .content {
  background-color: #fff;
  border-top-width: 0;
  vertical-align: top;
  float: left;
}
@media only screen and (max-width: 529px) {
  .content-wrapper .content-portada,
  .content-wrapper .content-portada-redes,
  .content-wrapper .content {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .content-wrapper .content-portada,
  .content-wrapper .content-portada-redes,
  .content-wrapper .content {
    width: 60%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .content-wrapper .content-portada,
  .content-wrapper .content-portada-redes,
  .content-wrapper .content {
    width: 74%;
  }
}
.content-wrapper .content-portada form,
.content-wrapper .content-portada-redes form,
.content-wrapper .content form {
  padding: 12px;
  margin: 0 0 20px;
}
.content-wrapper .content-portada .migaPan,
.content-wrapper .content-portada-redes .migaPan,
.content-wrapper .content .migaPan {
  background: #e1e1e1;
  color: 770000;
}
.content-wrapper .content-portada #textocompleto,
.content-wrapper .content-portada-redes #textocompleto,
.content-wrapper .content #textocompleto {
  width: 70%;
  margin: 0 5% 20px 0;
  float: right;
}
.content-wrapper .content-portada .infoMenu .textos,
.content-wrapper .content-portada-redes .infoMenu .textos,
.content-wrapper .content .infoMenu .textos {
  font: 14px/18px 'Ubuntu', 'Roboto', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #333333;
}
.content-wrapper .content-portada .infoMenu .textos > p,
.content-wrapper .content-portada-redes .infoMenu .textos > p,
.content-wrapper .content .infoMenu .textos > p {
  font-size: 20px;
  color: #880000;
}
.content-wrapper .content-portada .idmapa,
.content-wrapper .content-portada-redes .idmapa,
.content-wrapper .content .idmapa {
  width: 70%;
  margin: 20px 5% 20px 0;
  float: right;
  background: #f1f1f1;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: inset 0 0 8px 8px #E3E3E3;
  box-shadow: inset 0 0 8px 8px #E3E3E3;
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  .content-wrapper .content-portada .idmapa,
  .content-wrapper .content-portada-redes .idmapa,
  .content-wrapper .content .idmapa {
    display: none;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  
}
.content-wrapper .content-portada,
.content-wrapper .content-portada-redes {
  padding: 20px 0 0;
}
@media only screen and (max-width: 529px) {
  .content-wrapper .content-portada,
  .content-wrapper .content-portada-redes {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .content-wrapper .content-portada,
  .content-wrapper .content-portada-redes {
    width: 100%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .content-wrapper .content-portada,
  .content-wrapper .content-portada-redes {
    width: 100%;
  }
}
.content-wrapper .content-portada-redes {
  border-top: 1px solid #e3e2df;
}
.content-wrapper .content-portada-redes .content-portada-redes-top {
  background-color: #f6f5f2;
  padding: 20px 0 0;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 529px) {
  
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .content-wrapper .content {
    display: table-cell;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .content-wrapper .content {
    display: table-cell;
    float: none;
  }
}
.content-wrapper .content > h1 {
  border-bottom: 1px solid rgba(255, 250, 239, 0.9);
  outline: 1px solid rgba(79, 67, 81, 0.2);
  margin: 0 ;
  padding: .5em 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 529px) {
  .content-wrapper .content > h1 {
    font: 22px/38px 'Ubuntu', 'Roboto', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #333;
    background: #f2f2f2;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .content-wrapper .content > h1 {
    font: 24px/38px 'Ubuntu', 'Roboto', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #333;
    background: #f2f2f2;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .content-wrapper .content > h1 {
    font: 28px/38px 'Ubuntu', 'Roboto', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #333;
    background: #f2f2f2;
  }
}
.content-wrapper .content > h1 span {
  margin: 0 0 0 20px;
}
.content-wrapper .content ul {
  list-style: none;
}
.content-wrapper .content ul.ul_listados_paginas {
  margin: 3em 0;
}
.content-wrapper .content .form-content {
  margin: 10px 0 0 10px;
  overflow: hidden;
}
.content-wrapper .aside-bar {
  float: right;
  position: relative;
}
@media only screen and (max-width: 529px) {
  .content-wrapper .aside-bar {
    display: block;
    margin-top: 4em;
    width: 100%;
    background: #f6f5f2;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .content-wrapper .aside-bar {
    width: 40%;
    display: table-cell;
    background: #f6f5f2;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .content-wrapper .aside-bar {
    width: 24%;
    min-width: 300px;
    background: #f6f5f2;
    display: table-cell;
    float: none;
  }
}
.content-wrapper .aside-bar .aside-bar-content {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
div#comunicados_listado ul {
  margin: 1em 0;
}
@media only screen and (max-width: 529px) {
  div#comunicados_listado ul {
    padding: 0 0 0 11px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  div#comunicados_listado ul {
    padding: 0 0 0 22px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  div#comunicados_listado ul {
    padding: 0 0 0 40px;
  }
}
div#comunicados_detalle {
  display: none;
  width: 96%;
  margin: 20px auto;
}
/* Portada ********************************************** */
.cover {
  width: 100%;
  margin: 0px;
  clear: none;
  color: #000000;
  min-height: 0px;
  opacity: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 7px 20px -3px;
  box-shadow: rgba(0, 0, 0, 0.247059) 0px 7px 20px -3px;
  display: block;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-attachment: scroll;
  -webkit-background-size: auto, cover;
  background-size: auto, cover;
  min-width: 0px;
  background-position: 50% 50%, 50% 0%;
  background-repeat: no-repeat no-repeat;
}
@media only screen and (max-width: 529px) {
  .cover #pageglare_d {
    display: none;
  }
  .cover #pageglare_t {
    display: none;
  }
  .cover #pageglare_m {
    max-width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .cover #pageglare_d {
    display: none;
  }
  .cover #pageglare_t {
    max-width: 100%;
  }
  .cover #pageglare_m {
    display: none;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .cover #pageglare_d {
    max-width: 100%;
  }
  .cover #pageglare_t {
    display: none;
  }
  .cover #pageglare_m {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
  .columnas {
    width: 100%;
    float: none;
    height: auto;
    margin: 0 0 15px;
    clear: none;
    padding: 0px 0.5%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .columnas {
    width: 33.3333%;
    float: left;
    height: auto;
    margin: 0 0 30px;
    clear: none;
    padding: 0px 1%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .columnas {
    width: 33.3333%;
    float: left;
    height: auto;
    margin: 0 0 30px;
    clear: none;
    padding: 0px 1%;
  }
}
.columnas > div {
  position: relative;
  background: #f6f5f2;
}
/*.columnas::first-of-type{padding-left:0;}
.columnas::last-of-type{padding-rigth:0;}*/
.columnas .columnasIMG {
  position: relative;
}
.columnas ul {
  margin: 0 0 25px;
  padding: 4px;
  list-style: none;
  float: left;
  display: block;
  color: #4198FF;
  text-decoration: none;
  position: relative;
  text-align: left;
}
.columnas li {
  margin: 6px 0 6px 0;
  padding: 0 8px 0 22px;
}
.columnas .fecha {
  font-family: 'Ubuntu', serif;
  line-height: 16px;
  font-size: 11px;
  color: #666666;
}
.columnas .titulo {
  font-family: 'Ubuntu', serif;
  line-height: 18px;
  font-size: 12px;
  color: #880000;
}
.columnas .resumen {
  color: #880000;
  font-family: 'Ubuntu', serif;
  line-height: 18px;
  font-size: 12px;
  text-decoration: none;
}
.columnas a {
  color: #440000;
}
.columnas img {
  width: 100%;
}
.listados-fecha {
  font: 12px/14px 'Ubuntu', 'Roboto', Arial;
  color: black;
  padding: 2px 4px;
}
.listados-titulo {
  font: 14px/18px 'Ubuntu', 'Roboto', Arial;
  color: #586067;
  padding: 2px 4px;
}
.listados-resumen {
  font: 12px/16px 'Ubuntu', 'Roboto', Arial;
  color: black;
  padding: 2px 4px;
}
.listados-enlace {
  font: 12px/16px 'Ubuntu', 'Roboto', Arial;
  color: black;
  padding: 4px 15px;
}
.listados-link-descarga {
  font: 12px/16px 'Ubuntu', 'Roboto', Arial;
  color: black;
  padding: 4px 15px;
}
#ul_ayudas .listados-enlace a {
  font: 14px/18px 'Ubuntu', 'Roboto', Arial;
  color: black;
  padding: 2px 4px;
}
.mas {
  text-align: center;
  font-weight: 200;
  line-height: 2em;
  word-wrap: break-word;
  clear: both;
  color: #ffffff;
  display: block;
  background-image: -webkit-linear-gradient(270deg, #dd5353 0%, #860000 100%);
  background-image: linear-gradient(180deg, #dd5353 0%, #860000 100%);
  background-attachment: scroll;
  -webkit-background-size: auto;
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mas a {
  color: white;
  font: 14px/20px 'Ubuntu', 'Roboto', Arial;
}
.sombra {
  -webkit-box-shadow: inset 0 0 50px 10px rgba(125, 125, 125, 0.4);
  box-shadow: inset 0 0 50px 10px rgba(125, 125, 125, 0.4);
}
.columnas h3 {
  font-size: 1em;
  text-align: center;
  font-weight: 100;
  line-height: 1em;
  word-wrap: break-word;
  color: #fff;
  font-family: arial;
  background: rgba(255, 0, 0, 0.8);
  position: absolute;
  bottom: 0px;
  width: auto;
  padding: 12px 20px;
  right: 0;
  color: white;
  font: 14px/20px 'Ubuntu', 'Roboto', Arial;
}
@media only screen and (max-width: 529px) {
  .columnas h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .columnas h3 {
    font-size: 1em;
    text-align: center;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .columnas h3 {
    font-size: 1em;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    word-wrap: break-word;
  }
}
/* Fin Portada ****************************************** */
/* Custom select ***************************************************** */
label.custom-select {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}
.custom-select select {
  display: inline-block;
  border: 1px solid #eee;
  padding: 4px 3px 3px 5px;
  margin: 0;
  font: inherit;
  outline: none;
  /* remove focus ring from Webkit */

  line-height: 1.2;
  background: #f8f8f8;
  -webkit-appearance: none;
  /* remove the strong OSX influence from Webkit */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-select select {
    padding-right: 30px;
  }
}
/* Since we removed the default focus styles, we have to add our own */
.custom-select select:focus {
  -webkit-box-shadow: 0 0 3px 1px #c00;
  -moz-box-shadow: 0 0 3px 1px #c00;
  box-shadow: 0 0 3px 1px #c00;
}
/* Select arrow styling */
.custom-select:after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 60%;
  line-height: 30px;
  padding: 0 7px;
  background: #bbb;
  color: white;
  pointer-events: none;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.no-pointer-events .custom-select:after {
  content: none;
}
/* Fin custom select ************************************************** */
/* ** */
.css3button,
input[type=button],
input[type=submit],
input[type=reset] {
  color: #ffffff;
  padding: 3px 13px;
  background: -moz-linear-gradient(top, #eb1a1a 0%, #570000);
  background: -webkit-gradient(linear, left top, left bottom, from(#eb1a1a), to(#570000));
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f2c9c9;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
input[type=button],
input[type=submit],
input[type=reset] {
  font: 14px/20px 'Ubuntu', 'Roboto', Arial;
}
button {
  padding: 3px 0;
  line-height: 23px;
  color: #ffffff;
  background: -moz-linear-gradient(top, #eb1a1a 0%, #570000);
  background: -webkit-gradient(linear, left top, left bottom, from(#eb1a1a), to(#570000));
  border: none 1px red;
}
#mainFrame {
  width: 100%;
}
/* listados ******************************************************************* */
/* **************************************************************************** */
@media only screen and (max-width: 529px) {
  #respuesta ul,
  #resultating ul {
    list-style: none;
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #respuesta ul,
  #resultating ul {
    list-style: none;
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  #respuesta ul,
  #resultating ul {
    list-style: none;
    padding: 0 0 0 40px;
  }
}
#ul_listados_Ini {
  padding: 0 10px;
}
#ul_listados_Ini .li_listados_paginas {
  margin: 10px 0 20px 0;
  padding: 4px;
}
#ul_listados_Ini .li_listados_paginas .titulo {
  font: 16px/20px 'Ubuntu', 'Roboto', Arial;
  padding: 8px 0;
  color: 586067;
}
#ul_listados_Ini .li_listados_paginas .resumen {
  font: 14px/20px 'Ubuntu', 'Roboto', Arial;
  color: 333;
  padding: 8px 0;
}
#ul_listados_Ini .li_listados_paginas .leermas {
  font: 12px/14px 'Ubuntu', 'Roboto', Arial;
  color: 586067;
  padding: 10px 0;
}
#ul_listados_Ini .li_listados_paginas .box_fecha_listado,
#ul_listados_Ini .li_listados_paginas .box_icono_listado {
  overflow: hidden;
  float: left;
  color: #fff;
  font-family: 'Ubuntu', 'Roboto', Arial;
}
@media only screen and (max-width: 529px) {
  #ul_listados_Ini .li_listados_paginas .box_fecha_listado,
  #ul_listados_Ini .li_listados_paginas .box_icono_listado {
    width: 41px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #ul_listados_Ini .li_listados_paginas .box_fecha_listado,
  #ul_listados_Ini .li_listados_paginas .box_icono_listado {
    width: 45px;
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  #ul_listados_Ini .li_listados_paginas .box_fecha_listado,
  #ul_listados_Ini .li_listados_paginas .box_icono_listado {
    width: 50px;
    margin: 0 10px 0 0;
  }
}
#ul_listados_Ini .li_listados_paginas .box_fecha_listado_dia {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  background: #ed1b28;
}
#ul_listados_Ini .li_listados_paginas .box_fecha_listado_mes {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  background: #ed1b28;
}
#ul_listados_Ini .li_listados_paginas .box_fecha_listado_anno {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  background: #780001;
}
#ul_listados_Ini .li_listados_paginas .box_texto_listado {
  border-bottom: solid 2px #f6f5f2;
  min-height: 60px;
}
@media only screen and (max-width: 529px) {
  #ul_listados_Ini .li_listados_paginas .box_texto_listado {
    margin: 0 20px 0 50px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #ul_listados_Ini .li_listados_paginas .box_texto_listado {
    margin: 0 0px 0 55px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  #ul_listados_Ini .li_listados_paginas .box_texto_listado {
    margin: 0 0px 0 60px;
  }
}
#ul_listados_Ini .li_listados_paginas .box_icono_bck {
  text-align: center;
  padding: 0;
  margin: 0;
  background: #780001;
  height: 50px;
  padding: 8px 0 0;
}
ul#ul_ayudas .listados-enlace a {
  font: 14px/18px 'Ubuntu', 'Roboto', Arial;
  color: black;
  padding: 2px 4px;
}
.li_ultimos_comunicados,
.li_listados_paginas {
  margin: 0 0 20px 0;
}
.li_ultimos_comunicados .titulo,
.li_listados_paginas .titulo {
  font: 16px/20px 'Ubuntu', 'Roboto', Arial;
  padding: 8px 0;
  color: 586067;
}
.li_ultimos_comunicados .resumen,
.li_listados_paginas .resumen {
  font: 13px/20px 'Ubuntu', 'Roboto', Arial;
  color: #333;
  padding: 4px 0 8px 20px;
}
.li_ultimos_comunicados .box_Seccion_listado,
.li_listados_paginas .box_Seccion_listado {
  font: 14px/16px 'Ubuntu', 'Roboto', Arial;
  padding: 3px 10px;
  text-align: right;
  color: #666;
  background: #f6f5f2;
}
.li_ultimos_comunicados .leermas,
.li_listados_paginas .leermas {
  font: 12px/14px 'Ubuntu', 'Roboto', Arial;
  color: 586067;
  padding: 10px 0;
}
.li_ultimos_comunicados .box_fecha_listado,
.li_listados_paginas .box_fecha_listado,
.li_ultimos_comunicados .box_icono_listado,
.li_listados_paginas .box_icono_listado {
  overflow: hidden;
  float: left;
  color: #fff;
  font-family: 'Ubuntu', 'Roboto', Arial;
}
@media only screen and (max-width: 529px) {
  .li_ultimos_comunicados .box_fecha_listado,
  .li_listados_paginas .box_fecha_listado,
  .li_ultimos_comunicados .box_icono_listado,
  .li_listados_paginas .box_icono_listado {
    width: 41px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .li_ultimos_comunicados .box_fecha_listado,
  .li_listados_paginas .box_fecha_listado,
  .li_ultimos_comunicados .box_icono_listado,
  .li_listados_paginas .box_icono_listado {
    width: 45px;
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .li_ultimos_comunicados .box_fecha_listado,
  .li_listados_paginas .box_fecha_listado,
  .li_ultimos_comunicados .box_icono_listado,
  .li_listados_paginas .box_icono_listado {
    width: 50px;
    margin: 0 10px 0 0;
  }
}
.li_ultimos_comunicados .box_fecha_listado_dia,
.li_listados_paginas .box_fecha_listado_dia {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  background: #ed1b28;
}
.li_ultimos_comunicados .box_fecha_listado_mes,
.li_listados_paginas .box_fecha_listado_mes {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  background: #ed1b28;
}
.li_ultimos_comunicados .box_fecha_listado_anno,
.li_listados_paginas .box_fecha_listado_anno {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  background: #780001;
}
.li_ultimos_comunicados .box_texto_listado,
.li_listados_paginas .box_texto_listado {
  border-bottom: solid 2px #f6f5f2;
  min-height: 60px;
}
@media only screen and (max-width: 529px) {
  .li_ultimos_comunicados .box_texto_listado,
  .li_listados_paginas .box_texto_listado {
    margin: 0 20px 0 50px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .li_ultimos_comunicados .box_texto_listado,
  .li_listados_paginas .box_texto_listado {
    margin: 0 0px 0 55px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .li_ultimos_comunicados .box_texto_listado,
  .li_listados_paginas .box_texto_listado {
    margin: 0 0px 0 60px;
  }
}
.li_ultimos_comunicados .box_icono_bck,
.li_listados_paginas .box_icono_bck {
  text-align: center;
  padding: 0;
  margin: 0;
  background: #780001;
  height: 50px;
  padding: 8px 0 0;
}
section {
  margin: 3%;
}
@media only screen and (max-width: 529px) {
  section {
    display: block;
    margin-top: 4em;
    width: 85%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  section {
    width: 37%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  section {
    width: 40%;
  }
}
/* STOP HERE. The rest of this CSS is for style purposes only and is not needed for the demo to function.
              (but be sure to substitue out the LESS variables/mixins I used above)
   ---------------------------------------------------------------------------------------------------- */
/* =VARIABLES (LESS @variables do not get compiled into the final CSS file)
   ---------------------------------------------------------------------------------------------------- */
/*cream*/
/*purple/grey*/
/*mud*/
/*lime*/
/*midnight*/
/* =MIXINS (mostly from Twitter Bootstrap's mixins.less)
   ---------------------------------------------------------------------------------------------------- */
/* =BASE STYLES
   ---------------------------------------------------------------------------------------------------- */
body {
  background: #fffaef;
  color: #4f4351;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background-image: url("../img/pageglare.jpeg"), url("../img/page.jpeg");
  background-attachment: scroll, fixed;
  background-color: #d3dae4;
  background-repeat: no-repeat, repeat-x;
}
h1,
h2 {
  color: #4f4351;
  letter-spacing: -0.05em;
  text-align: center;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}
h1 {
  background: rgba(79, 67, 81, 0.1);
  border-bottom: 1px solid rgba(255, 250, 239, 0.9);
  outline: 1px solid rgba(79, 67, 81, 0.2);
  margin: 0 auto;
  padding: .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
h3,
h4,
h5 {
  color: #4f4351;
}
p {
  line-height: 1.4;
}
small,
hr {
  display: block;
  margin: 1em 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
pre {
  background: rgba(0, 0, 0, 0.05);
  font-size: 10px;
}
section {
  background: rgba(233, 229, 155, 0.2);
  border: 1px solid rgba(233, 229, 155, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(154, 136, 100, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(154, 136, 100, 0.5);
  box-shadow: 0 1px 2px rgba(154, 136, 100, 0.5);
  display: block;
  float: left;
  min-height: 300px;
  overflow: auto;
  padding: 1em;
  position: relative;
}
section h2 {
  line-height: 1;
  margin: 0 0 1em 0;
  min-height: 2.5em;
  padding: 0;
}
section h2 small {
  font-size: 70%;
  line-height: 1;
  margin: 0;
  padding: 0;
}
/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/
/* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/
#fb-root {
  display: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fb-like-box {
  background: #ffffff;
  border: none 6px #e9e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fb_iframe_widget ._4s7c {
  border: none 0px #ff0000;
}
/*  Formulario -------------------------------------- */
.formularioCorreo {
  padding: 30px;
}
.form_row {
  clear: both;
  position: relative;
}
.form_td {
  width: 50%;
  position: relative;
}
.form_td p {
  overflow: hidden;
  padding: 10px 0;
  line-height: 14px;
}
.form_td label {
  overflow: hidden;
  line-height: 20px;
}
.cortisimo {
  width: 80px;
}
.corto {
  width: 105px;
}
.medio_corto {
  width: 200px;
}
.medio {
  width: 300px;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*  Fin formulario ---------------------------------- */
.error {
  border: 1px solid #ccc;
  background: rgba(255, 0, 0, 0.6);
}
div.message {
  background: transparent url(../images/arrow_error.png) no-repeat scroll 10px top;
  padding-top: 8px;
  z-index: 999;
}
div.error {
  width: 100%;
  background: rgba(255, 0, 0, 0.75);
  position: relative;
  color: #fff;
  width: auto;
  font-size: 11px;
  border: 2px none #ddd;
  box-shadow: 0 0 3px #000;
  -moz-box-shadow: 0 0 3px #000;
  -webkit-box-shadow: 0 0 3px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
input[type="text"] {
  display: inline-block;
  border: 1px solid #eee;
  padding: 4px 3px 3px 5px;
  width: 90%;
  margin: 0;
  font: inherit;
  outline: none;
  line-height: 1.2;
  background: #f8f8f8;
  -webkit-appearance: none;
  font: 14px/22px 'Ubuntu';
  /* -webkit-border-radius: 6px; */

  /*-moz-border-radius: 6px;*/

  /* border-radius: 6px; */

}
/* Envio de correo */
body.EnvioBody {
  background: #fffaef;
  color: #4f4351;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background-image: url("../img/page.jpeg");
  background-attachment: scroll, fixed;
  background-color: #d3dae4;
  background-repeat: repeat-x;
}
.primary-container-envio {
  width: 760px;
  margin: 0 auto;
  padding: 0 auto;
}
.primary-container-envio .header {
  padding: 6px 0;
}
.primary-container-envio .header-logo-L {
  width: 100px;
  float: left;
}
.primary-container-envio .header-logo-L img {
  width: 80%;
  margin: auto;
  display: block;
}
.primary-container-envio .header-txt {
  width: 600px;
  float: right;
}
.primary-container-envio .header-txt #text {
  width: 90%;
  text-align: right;
  float: none;
  color: #000000;
  font: 22px/22px "Ubuntu", "Roboto", Arial, Helvetica, sans-serif;
}
.primary-container-envio .header-txt #text1 {
  width: 90%;
  text-align: right;
  float: none;
  color: #000000;
  font: 16px/18px "Ubuntu", "Roboto", Arial, Helvetica, sans-serif;
}
.primary-container-envio .cover img {
  width: 100%;
  max-width: 100%;
}
.envioCorrecto {
  background: transparent;
  border-bottom: 1px none rgba(255, 250, 239, 0.9);
  outline: 1px none rgba(79, 67, 81, 0.2);
  margin: 0 auto;
  padding: 6px 0;
  position: relative;
  width: 100%;
}
.envioCorrecto p {
  padding: 0 11px;
  color: #000000;
  font: 22px/22px "Ubuntu", "Roboto", Arial, Helvetica, sans-serif;
  text-align: left;
}
.envioDatos {
  padding: 0 12px 10px;
  color: #000000;
  font: 16px/18px "Ubuntu", "Roboto", Arial, Helvetica, sans-serif;
}
.tdButtons {
  text-align: right;
  padding: 16px 0 6px;
}
.tdButtons input {
  display: inline;
  margin: 0 0 0 7px;
}
.sidebar_redbox {
  margin: 0 0 10px;
}
.sidebar_ultimasbox {
  margin: 0 0 10px;
  background: white;
  text-align: left;
}
.sidebar_ultimasbox h2 {
  text-align: left;
  padding: 10px;
  color: #000000;
  font: bold 16px/16px "Ubuntu", "Roboto", Arial, Helvetica, sans-serif;
}
.sidebar_ultimasbox ul {
  list-style: none;
  padding: 0 10px;
}
.searching_box {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #b90000;
  padding: 0 15px;
  z-index: 999;
}
@media only screen and (max-width: 529px) {
  .searching_box {
    width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .searching_box {
    width: 400px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .searching_box {
    width: 400px;
  }
}
.kkkk {
  display: block;
}
