.bgoscuro {
  background-color: #2B2B2B;
  color: #FFF !important;
}
.bgoscuro2 {
  background-color: #333;
  color: #FFF !important;
}
span.verde {
  color: #A7E240;
  text-transform: uppercase;
}
span.azul {
  color: #29ABE2;
  text-transform: uppercase;
}
.btn-primary {
  background-color: #A7E240;
  border-color: #A7E240;
  color: #000;
}
body {
  font-family: 'Signika', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #333;
  line-height: 140%;
  padding-top: 65px;
}
h2 {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 0 0 0;
}
header .navbar {
  background-color: #2B2B2B;
  min-height: 65px;
}
header .navbar #logo {
  height: 30px;
}
header .navbar a.nav-link {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  border-left: 1px solid #666;
}
header .navbar a.nav-link.first {
  border-left: none;
}
header .navbar a.nav-link.active {
  color: #A7E240;
}
header .navbar a.nav-link:hover {
  text-decoration: none;
  color: #A7E240;
}
.banners img {
  border-radius: 10px;
}
a.titulink {
  line-height: 20px;
  text-decoration: none !important;
}
a.titulink:hover {
  text-decoration: none !important;
  font-size: 20px;
}
.bloquenoticia {
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 1s ease all;
}
.bloquenoticia h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.82);
  width: 100%;
}
.bloquenoticia a.mainlink {
  display: block;
  min-height: 240px;
  height: 240px;
}
.bloquenoticia a {
  color: #FFF;
  font-weight: 600;
  display: block;
}
.bloquenoticia a:hover {
  text-decoration: none;
}
.bloquenoticia a.categoria {
  float: left;
  display: inline-block;
  font-size: 10px;
  color: #A7E240;
  background-color: rgba(0, 0, 0, 0.82);
  padding: 2px 8px;
  border-radius: 10px;
  margin: 10px 0 0 10px !important;
}
.bloquenoticia:hover {
  background-size: 155%;
}
.bloquepodcast {
  background-size: cover;
  border-radius: 10px;
  padding: 30px 0;
  max-height: 135px;
  overflow: hidden;
  margin-bottom: 30px;
}
.bloquepodcast img {
  width: 40px;
  margin-bottom: 10px;
}
.bloquepodcast h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 21px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.bloquepodcast a {
  color: #FFF;
  font-weight: 600;
  display: block;
}
.bloquepodcast a:hover {
  text-decoration: none;
  color: #333;
}
.bloquepod {
  background-color: #000;
  border-radius: 10px;
  color: #333;
}
.bloquepod img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0 !important;
}
.bloquepod h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  color: #FFF;
}
.bloquepod audio {
  width: 100%;
  margin-bottom: 0px;
}
.bloquepod .social {
  text-align: right;
}
.bloquepod .social a {
  font-size: 12px;
  color: #FFF;
  font-weight: 600;
  display: inline-block;
  margin-left: 3px;
}
.bloquepod .social a:hover {
  text-decoration: none;
  color: #A7E240;
}
.logos {
  background-color: #FFF;
  padding: 20px 0;
}
.logos img {
  max-height: 40px;
  max-width: 80px;
  margin-left: 10px;
  margin-right: 10px;
}
form input.form-control,
form textarea.form-control {
  background-color: #e6e6e6 !important;
}
form button.btn-primary {
  background-color: #29ABE2 !important;
  border-color: #29ABE2 !important;
}
.formcontacto {
  margin-top: 50px;
  padding-bottom: 50px;
}
.formcontacto h2 {
  color: #A7E240;
  padding-top: 30px;
  font-size: 22px;
}
footer {
  background-color: #141414;
  padding-top: 30px;
}
footer .social a {
  display: inline-block;
  color: #808080;
  font-size: 30px;
}
footer .menufooter a {
  display: inline-block;
  color: #808080;
  padding: 10px 0;
}
#noticias #main,
#entrevistas #main,
#quienessomos #main,
#contacto #main,
#busquedas #main {
  color: #333;
}
#noticias #main p.bread,
#entrevistas #main p.bread,
#quienessomos #main p.bread,
#contacto #main p.bread,
#busquedas #main p.bread {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding: 50px 0 0 0;
  margin-bottom: 0;
}
#noticias #main h1,
#entrevistas #main h1,
#quienessomos #main h1,
#contacto #main h1,
#busquedas #main h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 36px;
  padding-top: 30px;
  width: 100%;
}
#noticias #main h2,
#entrevistas #main h2,
#quienessomos #main h2,
#contacto #main h2,
#busquedas #main h2 {
  font-weight: 600;
  font-size: 18px;
  padding: 0;
}
#noticias #main p,
#entrevistas #main p,
#quienessomos #main p,
#contacto #main p,
#busquedas #main p {
  width: 100%;
}
#noticias #main .noticialistado,
#entrevistas #main .noticialistado,
#quienessomos #main .noticialistado,
#contacto #main .noticialistado,
#busquedas #main .noticialistado {
  margin-bottom: 20px;
}
#noticias #main .noticialistado img,
#entrevistas #main .noticialistado img,
#quienessomos #main .noticialistado img,
#contacto #main .noticialistado img,
#busquedas #main .noticialistado img {
  border-radius: 10px;
  margin-bottom: 10px;
}
#noticias #main .noticialistado h3,
#entrevistas #main .noticialistado h3,
#quienessomos #main .noticialistado h3,
#contacto #main .noticialistado h3,
#busquedas #main .noticialistado h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-left: 10px;
}
#noticias #main .noticialistado a,
#entrevistas #main .noticialistado a,
#quienessomos #main .noticialistado a,
#contacto #main .noticialistado a,
#busquedas #main .noticialistado a {
  color: #000;
  font-weight: 600;
  display: block;
}
#noticias #main .noticialistado a:hover,
#entrevistas #main .noticialistado a:hover,
#quienessomos #main .noticialistado a:hover,
#contacto #main .noticialistado a:hover,
#busquedas #main .noticialistado a:hover {
  text-decoration: none;
  color: #333;
}
#noticias #main .noticialistado a.categoria,
#entrevistas #main .noticialistado a.categoria,
#quienessomos #main .noticialistado a.categoria,
#contacto #main .noticialistado a.categoria,
#busquedas #main .noticialistado a.categoria {
  float: right;
  display: inline-block;
  font-size: 10px;
  background-color: #A7E240;
  padding: 1px 8px;
  border-radius: 10px;
  margin: 0 10px 10px 0;
}
#noticias #main .noticiaampliada {
  color: #333;
  background-color: #FFF;
  border-radius: 10px;
  padding: 0 15px 30px 15px;
}
#busquedas #main .noticialistado h3 {
  margin-left: 0;
}
#busquedas #main .noticialistado h3 a {
  color: #fff !important;
}
#podcasts #main {
  color: #FFF;
}
#podcasts #main audio {
  width: 100%;
  margin-bottom: 10px;
}
#podcasts #main p.bread {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding: 50px 0 0 0;
  margin-bottom: 0;
}
#podcasts #main h1 {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 36px;
  padding-top: 30px;
  width: 100%;
}
#podcasts #main h2 {
  font-weight: 600;
  font-size: 18px;
  padding: 0;
}
#podcasts #main img {
  margin-bottom: 30px;
}
#podcasts #main .encabezado {
  margin: 50px 0;
  background-color: #1c1c1c;
  padding: 30px;
}
#podcasts #main .encabezado .bloquepodcast {
  margin-bottom: 0;
}
#podcasts #main .encabezado .bloquepodcast img {
  margin: 15px 0;
}
#podcasts #main div.hr {
  background-color: #000;
  height: 1px;
  margin: 10px 0 20px 0;
}
#podcasts #main div.social {
  text-align: right;
}
#podcasts #main div.social a {
  font-size: 14px;
  color: #A7E240;
  font-weight: 600;
  display: inline-block;
  margin-left: 3px;
}
#podcasts #main div.social a:hover {
  text-decoration: none;
  color: #000;
}
#main .aside iframe#weatherwidget-io-0 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#main .aside img {
  border-radius: 10px;
  margin-bottom: 10px;
}
#main .aside h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-left: 10px;
}
#main .aside a {
  color: #FFF;
  font-weight: 600;
  display: block;
}
#main .aside a:hover {
  text-decoration: none;
  color: #333;
}
#main .aside p.social {
  margin-top: 15px;
}
#main .aside p.social a {
  color: #29ABE2;
  font-weight: 600;
  display: inline-block;
  margin-left: 3px;
}
#main .aside p.social a:hover {
  text-decoration: none;
  color: #000;
}
#main .aside form.buscador {
  margin-bottom: 15px;
}
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media (max-width: 480px) {
  header .navbar a.nav-link {
    padding-left: 15px;
  }
  .bloquenoticia {
    margin-bottom: 30px;
  }
}
/* Custom, iPhone Retina */
