body {
  background-color: #F2F2F2;
  font-size: 13px;
}
@media (max-width:480px) {
  body {
  font-size: 14px;
  }
}
h1 {
  font-size: 26px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.pa_none {
  padding: 0px;
}
a {
  color: #00A2DB;
}
a:hover {
  text-decoration: none;
  color: #0084B4;
}
a.elfaro {
  color: #FF8000;
}
a.elfaro:hover {
  text-decoration: none;
  color: #FF9326;
}
.arial-font {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type="text"], select, textarea {
  width: 100%;
  background-color: #FFF;
  border: #FFF 1px solid;
  font-size: 12px;
  padding: 4px;
  margin: 0px;
}
/*BARRA DE NAVEGACION*/
ul.nav.navbar-nav {
  font-size: 12.5px;
}
.navbar-inverse {
  background-color: #FF8000;
  background-image: none;
  margin-bottom: 0px;
  border-radius: 0px;
  border-width: 0px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
  color: #000;
  border-right: 5px #000 solid;
  box-shadow: 0px;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .elsalvador > a {
  border-top-color: #FF8000;
}
.navbar-inverse .navbar-nav > li > a {
  color: #FFF;
  border-top: thin solid #FFC17B;
  padding: 5px 5px 5px 5px;
  transition: all 0.25s ease 0s;
}
.navbar-inverse .navbar-nav > li:first-child > a {
  color: #FFF;
  border-top: 0px none #FF8000;
}
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #000;
}
.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
nav.navbar-fixed-left {
  bottom: 0;
  display: inherit;
  top: 0px;
  left: calc(50% - 640px);
}
.navbar-inverse .navbar-toggle {
  margin: 0px;
  border-color: #ff8000;
  padding: 7px;
  border-radius: 0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #fff;
}
.navbar-toggle:hover {
  border-color: #000;
}
nav.navbar-fixed-left .navbar-nav > li {
  float: none;
  text-align: right;
  padding-left: 12px;
}

@media (max-width:1200px) {
nav.navbar-fixed-left {
  left: 0px;
}
}

@media (max-width:835px) {
nav.navbar-fixed-left {
  max-height: 0;
    min-height: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.navbar-nav {
  margin: 0px;
}
.navbar-inverse .navbar-nav > li > a {
  text-align: center;
}
nav.navbar-fixed-left .navbar-nav > li {
  background-color: #ff8000;
  padding-left: 0;
}
}

@media (min-width:835px) {
nav.navbar-fixed-left {
  
  max-height: 100%;
  position: fixed;
  z-index: 51;
}
}
/*FORMULARIO LOGIN*/
nav.navbar-fixed-left .navbar-nav > li.login {
  background-color: #FF991E;
  position: relative;
  padding-left: 0px;
}
.navbar-inverse .navbar-nav > li.login > a {
  border-top: thin solid #FFCD95;
  font-size: 12px;
}

@media (max-width:835px) {
nav.navbar-fixed-left .navbar-nav > li.login {
  margin-top: 0px;
}
}
/*USUARIOS*/
nav.navbar-fixed-left .navbar-nav > li.user {
  padding-left: 0px;
}
section.usuarios header {
  background-color: #fff;
  height: 23px;
  margin: 30px 0px 10px 0px;
  font-size: 20px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../img/titulo_usuarios.svg);
  width: 95px;
}
section.usuarios .logeados {
  margin-left: 25px;
  width: 110px;
}
section.usuarios figure {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: 0px 0px 0px 5px;
  padding: 4px;
  float: left;
  position: relative;
}
/*section.usuarios figure:before {
  border-color: transparent #000;
  border-style: solid;
  border-width: 14px 0 0 12px;
  content: "";
  position: absolute;
  right: -7px;
  top: 10px;
  width: 0;
}*/
section.usuarios figure img {
  border-radius: 100%;
}

@media (max-width:834px) {
nav.navbar-fixed-left .navbar-nav > li.user {
  padding: 20px 0px;
}
section.usuarios header {
  margin: 0px 0px;
}
section.usuarios .logeados {
  width: 90%;
  margin-top: 10px;
  height: auto;
  overflow: hidden;
}
}
/*CABEZOTE PRINCIPAL*/
header.main {
  background-color: #FFF;
  width: 100%;
  height: 137px;
  z-index: 53;
  position: fixed;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  box-shadow: 0px 1px 7px #cccccc;
}
header.main time {
   color: #777;
   left: 570px;
   margin-right: 20px;
   position: relative;
   top: 90px;
}
@media (max-width:1280px) {
header.main time {
 left:30%;
}
}
@media (max-width:974px) {
header.main {
  height: 100px;
}
header.main time {
  top: 60px;
}
}

@media (max-width:835px) {
header.main {
  position: fixed;
  top:30px;
}
header.main time {
  font-size: 12px;
  left: 30%;
  margin-right: 0;
}
}

@media (max-width:575px) {
header.main {
  height: 69px;
}
header.main time {
   font-size: 11px;
    left: 35%;
    top: 30px;
}
}

@media (max-width:480px) {
header.main time {
  left: 0;
  top: 30px;
}
}
header.main h1.navbar-brand {
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  float: left;
  padding: 0px;
  width: 354px;
  height: 137px;
  margin: 0px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.main h1.navbar-brand a {
  display: block;
  width: 354px;
  height: 137px;
  cursor: pointer;
}

@media (max-width:974px) {
header.main h1.navbar-brand {
  background-image: url(../img/logo3.svg);
  width: 259px;
  height: 100px;
}
header.main h1.navbar-brand a {
  width: 259px;
  height: 100px;
}
}

@media (max-width:835px) {
header.main h1.navbar-brand {
  margin-left: 0px;
}
}

/*header.main h1.navbar-brand a {
  width: 203px;
  height: 62px;
}
}*/
@media (max-width:575px) {
header.main h1.navbar-brand {
  background-image: url(../img/logo2.svg);
  width: 150px;
  height: 69px;
}
header.main h1.navbar-brand a {
  width: 180px;
  height: 69px;
}
}
/*BANNER DE PUBLICIDAD*/
div.adbanner, div.adbanner.main, div.adbanner.middle {
  content: "";
  display: block;
  position: relative;
  clear: both;
  height: auto;
  position: relative;
  visibility: visible;
}
div.adbanner.main {
  width: 974px;
  margin: 26px auto 26px -487px;
  left: 50%;
  z-index: 52;
}
div.adbanner.main #div-gpt-ad-1352826357967-20 iframe{
/*  height: 400px;*/
}
div.adbanner.middle {
  width: 1050px;
  margin: 0 auto 0 -525px;
  left: 50%;
  padding: 20px 0px;
}
div.adbanner p {
  margin-bottom: 0px;
  text-align: center;
  color: #aaa;
}
div.adbanner img {
  border: #CCC 2px solid;
}
div.adbanner.main .ad728x90 {
  float: left;
}
div.adbanner.main .ad220x90 {
  float: right;
}
div.adbanner.main .ad300x90, div.adbanner.main .ad300x100 {
  display: none;
}
div.adbanner.middle .ad728x90 {
  float: left;
}
div.adbanner.middle .ad300x90, div.adbanner.middle .ad300x100{
  float: right;
}
div.adbanner.ad300x250 {
  width: 300px;
  margin: 0 auto 20px -150px;
  left: 50%;
}

div.adbanner.ad300x100 {
  width: 300px;
  margin: 0 auto 20px -150px;
  left: 50%;
}

section.ahoraen div.adbanner.ad468x60 {
  background-color: #FFF;
  margin-bottom: 3px;
  text-align: center;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 20px 0px;
}
div.adbanner.ad120x600 {
  width: 120px;
  margin: 0 auto 20px -60px;
  left: 50%;
}
div.adbanner.ad160x600 {
  width: 160px;
  margin: 0 auto 20px -80px;
  left: 50%;
}
div.adbanner.lg div.pull-right.lg {
  display: block;
}

@media (max-width:1100px) {
div.adbanner.ad468x60 {
  display: none;
}
div.adbanner.middle, div.adbanner.main {
  width: 730px;
  margin: 0 auto 0 -365px;
}
div.adbanner.middle .ad300x90, div.adbanner.middle .ad300x100 {
  display: none;
}
div.adbanner.main .ad220x90 {
  display: none;
}
div.adbanner.ad120x600 {
  display: none;
}
}

@media (max-width:974px) {
div.adbanner.main .ad728x90 {
  text-align: center;
  float: none;
}
div.adbanner.ad300x250 {
  display: none;
}
}

@media (max-width:767px) {
div.adbanner.main .ad728x90 {
  display: none;
}
div.adbanner.main {
  width: 300px;
  margin: 0 auto 0 -150px;
  left: 50%;
}
div.adbanner.main .ad300x90, div.adbanner.main .ad300x100{
  display: block;
}
div.adbanner.middle {
  width: 300px;
  margin: 0 auto 0 -150px;
}
div.adbanner.middle .ad300x90, div.adbanner.middle .ad300x100 {
  display: block;
}
div.adbanner.middle .ad728x90 {
  display: none;
}
div.adbanner.ad300x250 {
  display: block;
}
}
/*ICONOS REDES SOCIALES*/
.follow_icon {
  display: inline-block;
  list-style: outside none none;
  margin: 8px 10px 10px 14px;
  padding: 0;
}
.follow_icon li {
  display: inline-block;
  margin-right: 0px;
}
.follow_icon li:last-child {
  margin: 0;
}
.follow_icon li a {
  color: #ffffff;
  font-size: 17px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  padding: 4px 0px 0px 5px;
  transition: all 0.25s ease 0s;
}
.follow_icon li a:hover {
  text-decoration: none;
}
.follow_icon li a.fa-instagram {
  background-color: #444444;
}
.follow_icon li a.fa-instagram:hover {
  background-color: #000 !important;
}
.follow_icon li a.fa-facebook {
  padding-left: 7px;
  background-color: #4A6FAB;
}
.follow_icon li a.fa-facebook:hover {
  background-color: #3C5989 !important;
}

.follow_icon li a.fa-linkedin {
  padding-left: 7px;
  background-color: #CDCDCD;
  width: 22px;
  height: 22px;
  font-size: 15px;
}
.follow_icon li a.fa-linkedin:hover {
  background-color: #0274b3 !important;
  color: #f2f2f2 !important;
  width: 22px;
  height: 22px;
  font-size: 15px;
}

.follow_icon li a.fa-whatsapp {
  padding-left: 7px;
  background-color: #CDCDCD;
  width: 22px;
  height: 22px;
  font-size: 15px;
}
.follow_icon li a.fa-whatsapp:hover {
  background-color: #25D366 !important;
  color: #f2f2f2 !important;
  width: 22px;
  height: 22px;
  font-size: 15px;
}


.follow_icon li a.fa-twitter {
  background-color: #00B3F6;
}
.follow_icon li a.fa-globe {
    background-color: #9A9A9A;
}
.follow_icon li a.fa-globe:hover {
    background-color: #6D6D6D;
}
.follow_icon li a.fa-twitter:hover {
  background-color: #0095C4 !important;
}
.follow_icon li a.fa-google-plus {
  background-color: #E53E05;
}
.follow_icon li a.fa-google-plus:hover {
  background-color: #B83206 !important;
}

@media (max-width:835px) {
  

.follow_icon li a {
  color: #ffffff;
  font-size: 13px;
  width: 20px;
  height: 20px;
  padding: 3px 0px 0px 4px;
}
.follow_icon {
  margin-left: 20px;
  position: absolute;
  margin-top: 5px;
  top: 0px;
}
}

@media (max-width:480px) {
.follow_icon {
  margin-left: 10px;
}
}
/*BUSCADOR*/
.search {
  clear: both;
  width: 130px;
}
.search input[type="text"] {
  background-color: #ff991e;
  border: #ff991e 1px solid;
  width: 60%;
  padding: 4px;
  font-size: 12px;
  color: #FFFFFF;
}
.search button.fa.fa-search {
  background-color: #ff991e;
  border: #ff991e 1px solid;
  padding: 5px;
  color: #fff;
}
.search button.fa.fa-search:hover {
  color: #000000;
}

@media (max-width:1200px) {
.search input[type="text"] {
  width: 70%;
}
}

@media (max-width:974px) {
.search input[type="text"] {
  width: 70%;
}
}

/*@media (max-width:768px) {
.search input[type="text"] {
  width: 89%;
}
}*/
@media (max-width:834px) {
.search {
  width: 100%;
}
}

@media (max-width:835px) {
.search input[type="text"] {
  width: 85%;
}
}

@media (max-width:480px) {
.search input[type="text"] {
  width: 90%;
}
}
/*CONTENEDOR PRINCIPAL*/
.trb_allContentWrapper {
  overflow: hidden;
  position: relative;
  margin-right: 0;
  transform: none;
  transform-style: flat;
  margin-left: calc(50% - 500px);
  top: 0px;
  max-width: 1140px;
}
.trb_allContentWrapper.nofixed {
  top: 137px;
}

/*@media (max-width:1200px) {
.trb_allContentWrapper {
  margin-left: 140px;
  max-width: 940px;
}
}*/
@media (max-width:1200px) {
.trb_allContentWrapper {
  max-width: 1068px;
  margin-left: 140px;
}
}

@media (max-width:1100px) {
.trb_allContentWrapper {
  max-width: 860px;
}
}

@media (max-width:974px) {
.trb_allContentWrapper {
  max-width: 860px;
}
}

@media (max-width:835px) {
.trb_allContentWrapper {
  max-width: 624px;
}
}

@media (max-width:834px) {
.trb_allContentWrapper {
  margin-left: 0px;
  max-width: 100%;
  top: 0px;
}
.trb_allContentWrapper.nofixed {
  top: 150px;
}
}

@media (max-width:575px) {
.trb_allContentWrapper.nofixed {
  top: 120px;
}
}
/*SECCIONES DE CONTENIDOS*/
section {
  margin-bottom: 15px;
  position: relative;
}
section header {
  background-color: #E7E7E7;
  height: 40px;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: top left;
}
section.opinion header {
  background-image: url(../img/titulo_opinion.svg);
}
section.ahoraen header {
  background-image: url(../img/titulo_360grados.svg);
}
section.siguiendo header {
  background-image: url(../img/titulo_siguiendo.svg);
}
section.foro header {
  background-image: url(../img/titulo_foro.svg);
}
section.transmedia header {
  background-image: url(../img/titulo_transmedia.svg);
}
section.conversaciones header {
  background-image: url(../img/titulo_conversacion.svg);
}
section.haciendo header {
  background-image: url(../img/titulo_haciendo.svg);
}
section h1 {
  font-size: 20px;
  clear: both;
}
section.portada h1 {
  font-size: 26px;
}

@media (max-width:768px) {
section.portada h1 {
  font-size: 20px;
}
section h1 {
  font-size: 18px;
}
}
section h1 a {
  color: #000;
}
section h2 {
  padding: 8px 15px 5px;
  background-color: #FF8000;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFF;
  margin: 0px;
  margin-bottom: 4px;
}
section h2 a, section h2 a:hover {
  color: #fff;
}
section h2.bag_centroamerica {
  color: #000;
  background-color: #FFCB00;
}
section h2.bag_siguiendo {
  color: #fff;
  background-color: #00BAFF;
  font-size: 16px;
  font-weight: normal;
}
section.mashistorias article.rotador {
  position: relative;
}
section.portada h2, section.mashistorias article.rotador h2 {
  position: absolute;
  top: 15px;
  width: inherit;
  z-index: 50;
}
section.portada figure, section.mashistorias article.rotador figure {
  position: relative;
  width: 100%;
  border-right: #FF8000 5px solid;
}
section.mashistorias article {
  margin-bottom: 10px;
}
section.mashistorias article.rotador figure.bag_centroamerica {
  border-right-color: #FFCB00;
}
section.portada figure img, section.mashistorias article.rotador figure img {
  width: 100%;
  height: auto;
}
section hgroup {
  padding: 1px 20px;
  background-color: #FFF;
  position: relative;
}
section hgroup.linea {
  border-bottom: #F2F2F2 1px solid;
  padding: 10px 15px;
}
section hgroup.lineat {
  border-top: #F2F2F2 2px solid;
  padding: 10px 15px;
}
section hgroup .marcador, section.transmedia article .marcador, section.blog article .marcador, section article figure .marcador{
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #f2f2f2;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 49;
}

section hgroup .marcador .flecha a, section.transmedia article .marcador .flecha a, section.blog article .marcador .flecha a, section article figure .marcador .flecha a {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #D4D4D4;
  border-top: 0 solid transparent;
  height: 0;
  width: 0;
  position: relative;
  top: 0px;
  display: block;
}

section time {
  color: #858585;
  margin: 0px;
  float: right;
}

@media (max-width:480px) {
  section time {
    font-size:11px;}
}
section p.autor {
  color: #858585;
  float: left;
  margin-bottom: 20px;
  font-size:12px;
}
section p.autor a{
  color:#000;
  }
section.portada hgroup p.autor {
  float: left;
}
section h3 {
  font-size: 13px;
  font-weight: normal;
  color: #858585;
  float: left;
  margin: 0px;
}
section ul.relacionados {
  margin: 3px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
section ul.relacionados li {
  width: 100%;
  padding: 10px 15px 10px 25px;
  background-image: url(../img/bullet.svg);
  background-position: 10px 15px;
  background-repeat: no-repeat;
  background-color: #E7E7E7;
}
section.portada ul.relacionados li {
  float: left;
  width: 50%;
}
section ul.relacionados li a {
  color: #777;
}
section ul.relacionados li a:hover {
  color: #000;
}
section ul.relacionados li.entrega {
  background-color: #FFF;
}
section ul.relacionados li:first-child {
  border-bottom: #f2f2f2 2px solid;
}
section.portada ul.relacionados li:first-child {
  border-right: #f2f2f2 2px solid;
}

@media (max-width:575px) {
section.portada ul.relacionados li {
  width: 100%;
}
section.portada ul.relacionados li:first-child {
  border-right: #ddd 0px solid;
  border-bottom: #f2f2f2 2px solid;
}
}
section .follow_icon {
  margin-top: 10px;
  float: left;
  display: inherit;
  margin-left: 5px;
  position: relative;
  top: 0px;
}
section.portada .follow_icon li a.fa-linkedin, section.portada .follow_icon li a.fa-instagram, section.portada .follow_icon li a.fa-facebook, section.portada .follow_icon li a.fa-twitter, section.portada .follow_icon li a.fa-google-plus, section.mashistorias .follow_icon li a.fa-instagram, section.mashistorias .follow_icon li a.fa-facebook, section.mashistorias .follow_icon li a.fa-twitter, section.mashistorias .follow_icon li a.fa-google-plus, section.opinion .follow_icon li a.fa-instagram, section.opinion .follow_icon li a.fa-facebook, section.opinion .follow_icon li a.fa-twitter, section.opinion .follow_icon li a.fa-google-plus {
  background-color: #CDCDCD;
  color: #f2f2f2;
  width: 22px;
  height: 22px;
  font-size: 15px;
}
.follow_icon li.tomadode a {
  color: #337ab7;
  font-size: 12px;
}
.follow_icon li.tomadode a:hover {
  color: #23527c;
}

@media (max-width:767px) {
div.col-xs-12.col-sm-4.col-lg-4.pull-right {
  height: 30px;
}
}
section .atributos {
  float: right;
  list-style: none;
  color: #AAA;
  margin-top: 12px;
  padding: 0px;
}
section .atributos li {
  display: inline;
  padding: 5px 5px;
  font-size: 12px;
  border-right: #AAA 1px solid;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 30px;
}
section .atributos li.conversacion {
  background-image: url(../img/ico_conversacion.svg);
}
section .atributos li.megusta {
  background-image: url(../img/ico_megusta.svg);
}
section .atributos li.vistas {
  background-image: url(../img/ico_vistas.svg);
}
section .atributos li:last-child {
  border-right: #f2f2f2 0px solid;
}
section .atributos li strong {
  color: #7D7D7D;
}
section .atributos li.link {
  padding-left: 4px;
  padding-right: 6px;
}
section .atributos li.link a.fa{
  font-size: 20px;
  color: #797979;
}
section .atributos li.link a {
  color: #797979;
}
section .atributos li.link a.fa:hover, section .atributos li.link a:hover {
  color: #000000;
}
section .atributos li.fa {
  color: #797979;
  font-size: 20px;
  padding-left: 8px;
}
section .atributos li.link .arial-font {
  font-size: 13px;
  font-weight: bold;
}

@media (max-width:575px) {
section .atributos {
  margin-top: 5px
}
section .atributos li {
  font-size: 10px;
}
}
/*SECCION MURO*/
section.mashistorias {
  
  margin-bottom: 0px;
  
  
}
section.ahoraen {
  overflow-x: hidden;
  margin-bottom: 0px;
  height: 2695px;
  overflow-y: scroll;
}

@media (max-width:1100px) {
/*section.mashistorias, section.ahoraen {
  max-height: 2060px;
}*/
}

@media (max-width:767px) {
/*section.mashistorias, section.ahoraen {
  max-height: 100%;
  overflow-x: none;
}*/
section.mashistorias {
  margin-bottom: 20px;
  max-height: 100%;
  overflow: hidden;
}
}
section.ahoraen article {
  background-color: #FFF;
  padding: 2px 20px 20px 60px;
  margin-bottom: 3px;
  position: relative;
}
section.ahoraen article .follow_icon {
  margin: 0px;
  float: none;
  position: absolute;
  top: 25px;
  left: 20px;
}
section.ahoraen article img {
  width: 100%;
  height: auto;
}
/*LO ESTAMOS SIGUIENDO*/
section.siguiendo p {
  background-color: #E7E7E7;
  padding: 10px;
}
section.siguiendo h2 {
  margin-bottom: 0px;
  text-transform: none;
  font-size: 13px;
}
section.siguiendo article p {
  background-color: transparent;
  padding: 20px 0px 0px 0px;
}
section.siguiendo article p.autor {
  padding: 0px;
}
section.siguiendo figure {
  position: relative;
  width: 100%;
  height: auto;
  border-right-style: solid;
  border-right-width: 5px;
}
section.siguiendo figure img {
  width: 100%;
  height: auto;
}
section.siguiendo figure h1 {
  position: absolute;
  z-index: 25;
  bottom: 0;
  padding: 20px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0px;
}
section.siguiendo figure h1 a {
  color: #fff;
}
section.siguiendo form {
  background-color: #E7E7E7;
  padding: 15px 20px;
  margin-top: 3px;
}

@media (max-width:1100px) {
section.siguiendo figure h1 {
  font-size: 18px;
}
}

@media (max-width:835px) {
section.siguiendo figure h1 {
  font-size: 17px;
  padding: 10px;
  position: relative;
  margin-top: 0px;
  background-color:rgba(0, 0, 0, 1);
  
}
}
/*EL FORO CON LOS DEL FARO*/

section.foro figure {
  position: relative;
  width: 100%;
  height: auto;
}
section.foro figure img {
  width: 100%;
  height: auto;
}
section.foro figure h1 {
  position: absolute;
  z-index: 25;
  bottom: 0;
  padding: 20px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0px;
}
section.foro figure h1 a {
  color: #fff;
}
section.foro form {
  background-color: #FF8000;
  padding: 15px 20px;
  margin-top: 3px;
}
section.foro form p {
  color: #FFF;
}
section.foro form input[type="button"], section.foro form input[type="submit"] {
  background-color: #000;
  width: inherit;
  color: #000;
  border: #000 1px solid;
  padding: 4px 5px;
  color: #FFF;
  font-size: 11px;
}
section.foro form input[type="button"]:hover, section.foro form input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
}
section.foro form input[type="submit"] {
  float: right;
}
section.foro form input[type="text"], section.foro form textarea {
  margin-bottom: 8px;
}

@media (max-width:835px) {
section.foro figure h1 {
  font-size: 15px;
}
}
/*TRANSMEDIA*/
section.transmedia figure h2 {
  position: absolute;
  top: 15px;
  width: auto;
  z-index: 50;
}
section.transmedia article.blog figure h2 {
  top: 85px;
}
section.transmedia article.blog figure .bloguer {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 50;
  height: 70px;
  background-color: #fff;
  background-image: url(../img_temp/img_bloguer.jpg);
  background-position: left;
  background-repeat: no-repeat;
  text-align: right;
}
section.transmedia article.blog figure .bloguer h3 {
  float: none;
  margin-top: 20px;
  margin-right: 15px;
  font-size: 17px;
  font-weight: bold;
}
section.transmedia article.blog figure .bloguer p.autor {
  float: none;
  margin: 5px 15px 0px 15px;
}
section.transmedia article.blog figure .bloguer h3 a {
  color: #000;
}
section.transmedia figure {
  position: relative;
  width: 100%;
  height: auto;
  border-right: #ff8000 5px solid;
}
section.transmedia figure img {
  width: 100%;
  height: auto;
}
section.transmedia figure h1 {
  position: absolute;
  z-index: 25;
  bottom: 0;
  padding: 20px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0px;
  font-size: 18px;
  width:100%;
}
section.transmedia figure h1 a {
  color: #FFF;
}
section.transmedia article {
  margin-bottom: 20px;
  position: relative;
}

@media (max-width:835px) {
section.transmedia article {
  margin-bottom: 20px;
}
section.transmedia article:hover p.autor a{
 color:#000;
 
 }
section.transmedia article h1 {
  background-color: rgba(0, 0, 0, 1);
    font-size: 16px;
    margin-top: 0;
    
}
}

@media (max-width:480px) {
section.transmedia article.imagenes figure h1 {
  position: relative;
  margin-top: 0px;
  padding-top: 50px;
}
}
/*SECCION CONVERSACIONES*/
section.conversaciones .atributos {
  margin-top: 6px;
}
section.conversaciones h1 {
  font-size: 17px;
  font-style: italic;
  margin-top: 15px;
}
/*SECCION ESTAMOS HACIENDO*/
section.haciendo article {
  background-color: #FFF;
  margin-bottom: 3px;
}
section.haciendo figure {
  width: 100%;
  height: auto;
  border-right: #ff8000 5px solid;
}
section.haciendo figure img {
  width: 100%;
  height: auto;
}
/*APOYO*/
footer {
  width: 100%;
  background-color: #DDDDDD;
  padding: 15px;
  clear: both;
}
footer header {
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.1em;
  font-weight: normal;
  text-align: left;
  height: auto;
  background-color: #DDDDDD;
  margin-bottom: 10px;
}
footer p {
  color: #777;
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 80px 15px 0px 0px;
  float: right;
}
footer .logo {
  display: block;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: bottom;
  margin: 5px 20px;
  float: left;
}
footer .logo a {
  display: block;
}
footer .logo.icco {
  margin-top: 27px;
  width: 147px;
  height: 52px;
  background-image: url(../img/logo_icco.svg);
}
footer .logo.icco a {
  width: 147px;
  height: 52px;
}
footer .logo.osf {
  margin-top: 30px;
  background-image: url(../img/logo_osf.jpg);
  height: 45px;
  width: 144px;
}
footer .logo.osf a {
  height: 45px;
  width: 144px;
}
footer .logo.epb {
  width: 200px;
  height: 97px;
  background-image: url(../img/logo_epb.svg);
  margin-left: 0px;
}
footer .logo.epb a {
  width: 200px;
  height: 97px;
}

@media (max-width:835px) {
footer .logo {
  margin: 5px 10px;
}
footer p {
  padding-top: 10px;
}
}

@media (max-width:480px) {
footer .logo {
  float: none;
  margin-left: 0px;
  clear: both;
}
}
/*ICONOS PARA EL TIPO DE CONTENIDO*/
div.icono {
  z-index: 35;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #FFF;
  border-radius: 100%;
  border: #FFF 3px solid;
  width: 30px;
  height: 30px;
  display: block;
  padding: 5px 0px 0px 5px;
}
.cs_img {
  max-width:100%;
}
.MediaCard-media{
  
    width: 50%!important;
}

.main.shrink {
    height: 60px;
    
}
.main.shrink h1.navbar-brand
{
    height: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.main.shrink time {
   top: 30px;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    transition: all 0.3s;
   
}
.logoi.shrink {
    height: 60px !important;
    
}
./* Estilo para feed2js */
.rss-box {
  margin-top: 3px;  
  text-align: left;
  vertical-align: baseline; 
}
.rss-box ul{
  margin:0px;
  padding:0px;
}
.rss-box li{
  margin:0px;
  padding:0px;
  list-style:none;
}
.rss-box li br{
  display:none !important
}
.rss-items {
  margin-top: 0px;
  padding: 5px;
  margin-left: 0px;
  color: #000000;
  
}
p.rss-title {
  padding: 0.5em;
}
.rss-title {
  text-decoration: none;
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  color: black;
  font-weight: bold;
  margin: 0px;
  padding: 0em;
  text-align: left;
}
.rss-item {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight : normal;
  list-style: none;
  padding-bottom: 0px;
  
}

.rss-item a {
  text-decoration : none;
 
  font-size: 20px;  
  font-family: Georgia, "Times New Roman", Times, serif;
  padding:0;  
  line-height:16px;
  
}
.rss-item a:hover {
  text-decoration : underline;
  color: #402b5d;
  
}

.rss-date {
  font-size: 85%;
  font-weight : normal;
  color: #cc0000;
}

.acerca-container{
  width:89%;
  background:#e9e9e9;
  margin-left:15px;
  margin-bottom:25px;
  padding:10px;
}

.acerca-container h2{
  font-size:16px;
  font-weight:bold;
  width:100%;
  background:#d8d8d8;
  padding:5px;
  margin-top:-10px;
}
/* Para publicidad 300x50 */
.bloque-fijo
{
    display:none;
}
@media (max-width:768px) {
.pub_300x50{
font-size: 12px;
    width: 320px;
    height: 50px;
    border: 1px solid #ccc;
    color: #555;
    display: table;
    
    box-sizing: border-box;
    text-decoration: none;
  margin:0 auto;
  background-color: white;
}
.bloque-fijo
{
    bottom: 5px;   
    position: fixed;
    display:table;
    width: 100%;
}
#close {
    float:right;
    display:inline-block;
    padding:0;
    background:#efefef;
  margin-top: -20px;
  color: #999;
  font-family: arial, san-serif;
  font-size: 12px;
  height:18px;
  width:18px;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 50px;
}

#close:hover {
        float:right;
        display:inline-block;
        border: solid 1px #ccc;
        background:#ccc;
        color:#fff;
    }
}
/* Fin publicidad 300x50 */
/* Menú registro e ingreso */
    *{ margin: 0;}
    dl{ margin: 0px auto; width: 100%; border-top: thin solid #FFCD95; }
    dr, ds{ padding: 5px; }
    dr{  background-color:#ff991e; display:block; color: white; cursor: pointer; text-align:right; font-size:12px; font-weight:normal; border-bottom: thin solid #FFCD95;}
    ds{ background: #ff991e; 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 #ffcd95;
        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;
}
}
/* Fin Menú registro e ingreso */