@charset "UTF-8";
.bag_blanco {
  background-color: #fff;
}
nav.navbar-fixed-left .navbar-nav > li {
  background-color: #666666;
}
section {
  margin-bottom: 35px;
}
.navbar-inverse .navbar-toggle {
  border-color: #666666;
}
.navbar-inverse {
  background-color: #666666;
}
nav.navbar-fixed-left .navbar-nav > li.login {
  background-color: #858585;
}
.search input[type="text"], .search button.fa.fa-search {
  background-color: #858585;
  border-color: #858585;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li.login > a {
  border-color: #C2C2C2;
}
.navbar-inverse .navbar-nav > .elsalvador > a {
  border-top-color: #666666;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
  border-right: 5px #FF8000 solid;
  color: #FFFFFF;
  font-weight: bold;
}
/*TITULO SECCION*/
header.seccion {
  position: relative;
  margin-left: 15px;
  margin-bottom: 20px;
}
header.seccion h1 {
  background-color: #E7E7E7;
  background-image: url(../img/titulo_elsalvador.svg);
  background-repeat: no-repeat;
  background-position: 15px top;
  height: 51px;
  margin: 0px 0px 0px 0px;
  background-size: 140px;
}
header.seccion h1.centroamerica {
  background-image: url(../img/titulo_centroamerica.svg);
  background-size: 180px;
}
header.seccion h1.elagora {
  background-image: url(../img/titulo_elagora.svg);
  background-size: 120px;
}
header.seccion h1.transmedia {
  background-image: url(../img/titulo_transmedia_sec.svg);
  background-size: 180px;
}
header.seccion h1.culturaysociedad {
  background-image: url(../img/titulo_culturaysociedad.svg);
  background-size: 209px;
}
header.seccion h1.salanegra {
  background-image: url(../img/titulo_salanegra.svg);
  background-size: 135px;
  background-color: #000;
}
header.seccion h1.opinion {
  background-image: url(../img/titulo_opinion2.svg);
  background-size: 100px;
}
header.seccion h1.politigrafo {
  background-image: url(../img/titulo_politigrafo.svg);
  background-size: 150px;
}
header.seccion figure.icono {
  background-image: url(../img/ico_elsalvador.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 1px;
  z-index: 50;
  width: 100px;
  height: 83px;
}
header.seccion figure.icono.centroamerica {
  background-image: url(../img/ico_centroamerica.svg);
}
header.seccion figure.icono.transmedia {
  background-image: url(../img/ico_transmedia.svg);
}
header.seccion figure.icono.enradio {
  background-image: url(../img/ico_radio.svg);
}
header.seccion figure.icono.imagenes {
  background-image: url(../img/ico_imagenes.svg);
}
header.seccion figure.icono.envideo {
  background-image: url(../img/ico_video.svg);
}
header.seccion figure.icono.blogs {
  background-image: url(../img/ico_blogs.svg);
}
header.seccion figure.icono.elagora {
  background-image: url(../img/ico_elagora.svg);
}
header.seccion h2 {
  text-align: right;
  font-size: 12px;
  padding: 9px 15px 9px 20px;
  margin: 0px;
}
header.seccion h2 a, header.seccion h1 a.seleccion {
  color: #777777;
  padding-left: 20px;
  background-image: url(../img/ico_flechas.svg);
  background-repeat: no-repeat;
}
header.seccion h1 a.seleccion {
position: relative;
    top: 20px;
}
header.seccion h1 {
  font-size: 12px;
  text-align: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 10px;
}
header.seccion h2 a:hover, header.seccion h1 a.seleccion:hover {
  color: #FF8000;
}

@media (max-width:835px) {
header.seccion {
  margin-right: 15px;
}
header.seccion h1 {
  height: 53px;
}
header.seccion h2.enradio, header.seccion h2.envideo, header.seccion h2.imagenes, header.seccion h2.transnacional {
  background-position: 10px top;
}
header.seccion h1 .invisible {
  margin-bottom: 40px;
}
header.seccion h2 .pull-left.invisible, section h2 .pull-left.invisible {
  margin-bottom: 15px;
  clear: both !important;
  float: none !important;
}
section h2.envideo, section h2.enradio {
  height: auto;
}
}
/*TITULO LINEA DE SEGUIMIENTO*/
header.linea {
  display: table;
  width: 100%;
  background-color: #fff;
  clear: both;
  margin-bottom: 15px;
}
header.linea h1 {
  padding: 15px 15px 0px 15px;
  margin: 0px;
  float: left;
  font-size: 14px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header.linea time {
  float: right;
  font-size: 18px;
  font-family: Georgia;
  font-weight: normal;
  padding: 8px 15px 0px 0px;
  color: #000;
}
/*UNIDAD DE CONTENIDO*/
section article {
  position: relative;
}
section article figure {
  
  border-right: 5px solid #ccc;
  position: relative;
  width: 100%;
  
}
section article figure img {
  height: auto;
  width: 100%;
}
section article hgroup h1 {
  font-size: 17px;
  min-height:36px;
}
section article .follow_icon li a.fa-linkedin, section article .follow_icon li a.fa-instagram, section article .follow_icon li a.fa-facebook, section article .follow_icon li a.fa-twitter, section article .follow_icon li a.fa-google-plus {
  background-color: #cdcdcd;
  color: #f2f2f2;
  font-size: 15px;
  height: 22px;
  width: 22px;
}
/*PENDIENTE
section article:hover, section article.active {
  background-color: #FFF;
}
section article:hover hgroup h3 a, section article.active hgroup h3 a, section article:hover hgroup h1 a, section article.active hgroup h1 a, section article:hover hgroup p.autor a, section article.active hgroup p.autor a {
  color: #fff;
}
section article:hover hgroup time, section article.active hgroup time {
  color: #fff;
}
section article:hover hgroup h3 a:hover, section article.active hgroup h3 a:hover, section article:hover hgroup h1 a:hover, section article.active hgroup h1 a:hover, section article:hover hgroup p.autor a:hover, section article.active hgroup p.autor a:hover {
  color: #fff;
}
section article:hover hgroup .marcador .flecha a:hover, section article:hover hgroup .marcador .flecha a.active, section article.active hgroup .marcador .flecha a:hover, section article.active hgroup .marcador .flecha a.active {
  border-left-color: #aaa;
}*/
/*LINEA DE TIEMPO*/
ul.timeline {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-left: #CBCBCB 2px solid;
  font-size: 14px;
  border-bottom: #CBCBCB 1px solid;
  border-top: #CBCBCB 1px solid;
}

@media (max-width:835px) {
ul.timeline {
  z-index: 100;
}
}
ul.timeline li {
  border-bottom: #CBCBCB 1px solid;
  border-top: #CBCBCB 1px solid;
}
ul.timeline li.mes {
  border-bottom: #fff 0px solid;
  border-top: #fff 0px solid;
}
ul.timeline li a {
  display: block;
  padding: 4px 0px 4px 4px;
  color: #999999;
}
ul.timeline li.mes a {
  background-color: #fff;
}
ul.timeline li a:hover, ul.timeline li a.active {
  font-weight: bold;
  border-left: #FF8000 5px solid;
}
ul.timeline li a.active {
  background-color: #999999;
  color: #FFF;
}

@media (max-width:768px) {
ul.timeline {
  margin: 0px 15px;
}
ul.timeline li {
  float: left;
  width: 8.333%;
  padding: 0px;
  text-align: center;
}
ul.timeline li.active {
  width: 100%;
  padding: 0px;
}
ul.timeline li a.active {
  float: none;
  clear: both;
}
ul.timeline li.mes {
  width: 8.333%;
  text-align: center;
  padding: 0px;
}
}

@media (max-width:575px) {
ul.timeline li, ul.timeline li.mes {
  width: 16.666%;/*border: 1px solid #cbcbcb;*/
}
ul.timeline {
  margin: 0px 15px;
}
}
.col-xs-12.col-sm-1.col-lg-1.pull-right {
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-12.col-sm-6.col-lg-4, .col-xs-12.col-sm-6.col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.flechaAbajo {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px;
  border-bottom-width: 0px;
  border-color: #FF8000 transparent transparent transparent;
  margin-left: 5px;
}
article.detalle {
  background-color: #fff;
  border-right: 5px solid #FF8000;
  margin-top: 5px;
}
.col-xs-12.col-sm-12.col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
article.detalle figure {
  padding: 20px 10px;
  border-right-width: 0px;
}
article.detalle figure img {
  width: 100%;
  height: auto;
}
article.detalle .descripcion {
  padding: 20px;
}
/*OPINION*/
/*SECTION COLUMNAS*/
section.columnas hgroup figure.foto_autor {
  float: left;
  width: 100%;
  height: 100%;
  border-right: medium none;
  margin-right: 10px;
  border-radius: 100%;
  margin-bottom:10px;
}

section.columnas hgroup figure.foto_autor img {
  border-radius: 100%;
}
section.columnas p.autor {
  float: none;
  font-weight:bold;
  margin-top:20px;
  margin-bottom:0px;
  padding-top:8px;
  font-size:14px;
}
/*SECTION BLOGS*/
section.blog article h2 {
  top: 85px;
}
section.blog article .bloguer {
  width: 100%;
  z-index: 50;
  height: 70px;
  background-color: #fff;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  text-align: right;
}
section.blog article .bloguer h3 {
  float: none;
  padding-top: 20px;
  margin-right: 15px;
  font-size: 17px;
  font-weight: bold;
}
section.blog article .bloguer p.autor {
  float: none;
  margin: 5px 15px 0px 15px;
}
section.blog article:hover .bloguer p.autor a{
  color:#000 !important;
}
section.blog article .bloguer h3 a {
  color: #000;
}
section.blog article h1{
  margin:0px;
  }
section.blog article h1 a{
 background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    padding: 20px;
    position: absolute;
    z-index: 25;
}
section.blog article .marcador, section article figure .marcador{
  right: -5px;
  }
  
/*EN EL CONTENIDOS DEL BLOG*/

section.bloguer{
  background-color:#fff;
  margin-bottom:15px;
  }
section.bloguer h3 {
    background-color: transparent;
    clear: both;
    float: none;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 15px;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}
section.bloguer h3 a{
  color:#000;
  }
section.bloguer p{
  color:#858585;
  margin:15px 0px;}
section.bloguer p.autor {
  float:none;
  clear:both;
    font-size: 14px;
    margin: 0px 0px 0px 10px;
  text-align: right;
}
section.bloguer .follow_icon {
    float: none;
  clear: both;
    right: 0;
}
section.bloguer .foto{
  padding:0px !important;}
.fig-force{
background:url(../img/logo_default_section.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
min-height:304px;
}
/* Menú registro e ingreso */
 *{ margin: 0;}
    dl{ margin: 0px auto; width: 100%; border-top: thin solid #ccc; }
    dr, ds{ padding: 5px; }
    dr{ background-color:#858585; display:block; color: white; cursor: pointer; text-align:right; font-size:12px; font-weight:normal; border-bottom: thin solid #cccccc;}
    ds{ background: #858585; display: none; line-height: 1.6em; font-size:0.92em; width:100%; }
    dr.activo, dr:hover{ transition:all 0.25s ease 0s; background-color:#000; }

    dr:before{ margin-right: 10px; background: #000; }
    dr.activo:before{ }
    .campo{
      width:95%;
    }
    
    .btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
  background: #FF8000;
  text-decoration: none;
}

.btn:hover {
  background: #FFCD95;
  text-decoration: none;
}

.zend_form{
      dt{
        border-top: thin solid #ccc;
        color: black;
        cursor: pointer;
        font-size: 12px;
        font-weight: normal;
        text-align: left;
      }
      input{
        width:70%;
      {
      
input[id="submit"]{
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
  background: #FF8000;
  text-decoration: none;
}

buttom:hover {
  background: #FFCD95;
  text-decoration: none;
}
}
/* Menú registro e ingreso */