/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
@font-face {
    font-family: 'Dosis';
    src: url('../etc/dosis-semibold-webfont.eot');
    src: url('../etc/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../etc/dosis-semibold-webfont.woff') format('woff'),
         url('../etc/dosis-semibold-webfont.ttf') format('truetype'),
         url('../etc/dosis-semibold-webfont.svg#dosissemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Source Sans';
    src: url('../etc/sourcesanspro-regular-webfont.eot');
    src: url('../etc/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../etc/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../etc/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../etc/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Variables */
/* Mixins */
.dotted-li {
  border-bottom: 1px dotted #656565;
  padding: 10px;
}
/* Common Stuff*/
h3 {
  line-height: 20px;
}
h3 a {
  font-family: 'Source Sans';
  font-size: 18px;
  color: #333333;
  font-weight: 200;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a:hover {
  text-decoration: none;
  color: #c57612;
}
em {
  font-family: georgia;
}
.ad-300,
.iphone {
  border: 2px solid #E9E5D4;
  margin-bottom: 15px;
}
.add {
 box-shadow: 0 0 4px #555;
margin: 0 2px 25px;
}
.section-title {
  font-family: 'Dosis';
  text-transform: uppercase;
  padding: 25px 15px;
}
.section-title a {
  font-size: 46px;
  color: black;
  font-weight: 400;
}
.section-heading {
  border-bottom: 3px solid #E9E5D4;
  margin-top: 25px;
  margin-bottom: 10px;
}
.section-heading h2 {
  line-height: 100%;
}
.section-heading h2 a {
  font-size: 16px;
  color: #21211F;
  text-transform: uppercase;
  font-family: 'Dosis';
}
.section-heading h2 .plus {
  margin-top: 11px;
}
.box-heading {
  background-color: black;
  padding: 0 10px;
  cursor: pointer;
}
.box-heading h2 {
  font-family: 'Dosis';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.box-heading h2 a {
  color: white;
}
.box-heading h2 span {
  color: #d89e20;
}
.box-heading:hover a {
  color: #D89E20;
}
.box-heading:hover .plus {
  background-image: url('../img/plus-hover.png');
}
.box-heading:hover .ico-twitter {
  background-image: url('../img/twitter-hover.png');
}
.pages {
  background-color: #E9E5D4;
  font-weight: bold;
  margin-bottom: 25px;
}
.pages .prev,
.pages .next {
  padding: 10px;
  text-transform: uppercase;
  color: black;
  font-size: 12px;
}
.pages .prev span,
.pages .next span {
  background-repeat: no-repeat;
  background-position: 0 1px;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.pages .prev {
  float: left;
}
.pages .prev span {
  background-image: url('../img/prev.png');
  margin-right: 5px;
}
.pages .next {
  float: right;
}
.pages .next span {
  background-image: url('../img/next.png');
  margin-left: 5px;
}
.pages .none {
  display: none;
}
.pages ul {
  margin: 0 auto;
  /*width: 240px;*/
}
.pages ul li {
  float: left;
  width: 20px;
  padding: 10px;
  text-align: center;
}
.pages ul li a {
  color: #d89e20;
  font-size: 14px;
}
.pages ul .active {
  background-color: white;
}
.share-it {
  border-top: 1px dotted #656565;
  border-bottom: 1px dotted #656565;
  padding-top: 10px;
  padding-bottom: 10px;
}
.share-it ul {
  float: right;
}
.share-it ul li {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-right: 20px;
  float: left;
}
.share-it ul li a {
  color: #d89e20;
  font-size: 12px;
  text-transform: uppercase;
}

.share-it ul li.autor {
	background-image: url('../img/user.png');
	color: #222;
}

.share-it ul .comenta {
  background-image: url('../img/comment.png');
}
.share-it ul .enviar {
  background-image: url('../img/mail.png');
}
.share-it ul .imprimir {
  background-image: url('../img/print.png');
}
.share-it ul .sh-tw {
  background-image: url('../img/ico-shtw.png');
}
.share-it ul .sh-fb {
  background-image: url('../img/ico-shfb.png');
}
.share-it ul li:last-child {
  margin-right: 0;
}
.border {
  background-color: #F6F5EE;
  border: 1px dotted #656565;
  border-top: none;
}
.border-top {
  border-top: 1px dotted #656565;
}
.content-border {
  border: 1px dotted #656565;
  background-color: #F6F5EE;
  padding: 20px;
}
.button {
  padding: 5px;
  background-color: #D89E21;
  text-transform: uppercase;
  font-family: 'Dosis';
  color: white;
  font-size: 12px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button:hover {
  background-color: #C57612;
  text-decoration: none;
  color: white;
}
.related,
.more {
  color: #d89e20;
}
.more:hover {
  color: #20201F;
}
.quote {
  font-size: 28px;
  font-family: 'Source Sans';
  vertical-align: middle;
}
.ico {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.search {
  background-image: url('../img/ico-search.png');
}
.listen {
  background-image: url('../img/ico-listen.png');
}
.ico-twitter {
  background-image: url('../img/twitter.png');
  width: 18px;
  margin-right: 5px;
}
.plus {
  background-image: url('../img/plus.png');
  float: right;
  width: 9px;
  height: 9px;
  margin-top: 13px;
}
/** COMMON + HOME */
body {
  margin: 0 auto;
  background-color: #ECEDE1;
  background-image: url('../img/bg-01.jpg');
  font-family: 'Source Sans';
  color: #444;
}
.container {
  margin: 0 auto !important;
}
header {
  background: #22221F;
}
header .container {
  background: transparent url('../img/bg-header.jpg') left center no-repeat;
}
header .logo {
  float: left;
  margin-top: 5px;
}
header .logo a {
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  display: block;
  width: 250px;
  height: 95px;
}
header .logo a span {
  display: none;
}
header .now-playing {
  float: right;
  background-color: black;
  width: 285px;
  height: 102px;
  overflow: hidden;
  border-left: 1px solid #343434;
  border-right: 1px solid #343434;
  position: relative;
}
header .now-playing div {
  border-bottom: 1px dotted #656565;
  padding: 10px;
  height: 36px;
}
header .now-playing div span {
  color: #F7941E;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
header .now-playing div .button {
  font-size: 13px;
  height: 16px;
  padding-top: 3px;
  position: absolute;
  right: 10px;
  top: 15px;
}
header .now-playing strong {
  display: block;
  font-size: 13px;
  color: white;
  font-weight: bold;
  font-family: Arial;
}
header .now-playing strong span {
  color: #8B8783;
  margin-right: 3px;
}
header .now-playing marquee {
  margin: 0;
  padding: 4px 10px;
  height: 37px;
}
nav {
  background-color: #22221F;
  height: 50px;
  border-top: 1px solid #343434;
  margin: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
nav ul {
  list-style-type: none;
  margin-top: 0;
  padding: 0;
}
nav ul li {
  float: left;
  margin-right: 43px;
  margin-top: 15px;
}
nav ul li a {
  color: #D89E20;
  font-size: 18px;
  font-family: 'Dosis';
  display: block;
  text-transform: uppercase;
}
nav ul li a:hover {
  color: #C57612;
  text-decoration: none;
}
nav ul li a.active {
  color: white;
  text-decoration: none;
}
nav ul li:last-child {
  margin-right: 0;
}
.top-content {
  background: url('../img/top-content.jpg') center center repeat-x;
}
.top-content .container {
  background-color: #E9E5D4;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
}
.top-content #myCarousel.featured {
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
}
.top-content #myCarousel.featured .control {
  background-color: black;
  position: absolute;
  top: 172px;
  left: 15px;
  width: 64px;
  height: 30px;
  padding: 2px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.top-content #myCarousel.featured .control .carousel-control {
  /*  top: 40%; */

  top: 2px;
  left: 3px;
  /*  left: 15px; */

  width: 30px;
  height: 30px;
  /* margin-top: -20px;*/

  font-size: 40px;
  line-height: 62%;
}
.top-content #myCarousel.featured .control .carousel-control.right {
  left: auto;
  right: 3px;
}
.top-content .title-container {
  background-color: black;
  display: block;
  padding: 20px 30px;
  width: 250px;
  position: absolute;
  top: 155px;
  left: 65px;
}
.top-content .title-container a {
  font-family: 'Dosis';
  font-size: 32px;
  text-transform: uppercase;
  color: white;
}
.top-content .title-container a span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.top-content .title-container a span:hover {
  color: #d89e20;
}
.pre-content {
  background-image: url('../img/bg-02.jpg');
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section {
  margin-bottom: 30px;
}
.list {
  margin: 0px;
  /*padding-top: 5px;*/

  font-size: 14px;
}
.list li {
  border-bottom: 1px dotted #656565;
  padding-left: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url('../img/collapsed.png');
  background-repeat: no-repeat;
  background-position: 5px 10px;
}
.list li a {
  color: #333333;
}
.list li a:hover {
  color: #c57612;
}
.list .expanded {
  background-color: #E9E5D4;
  background-image: url('../img/expanded.png');
  background-repeat: no-repeat;
  background-position: 5px 10px;
}
.list .expanded ul {
  margin: 0;
  padding: 0;
  margin-left: -10px;
}
.list .expanded ul li {
  background-image: none;
  border-bottom: 1px dotted #656565;
  padding: 10px;
  margin-left: -2px;
}
.list .expanded ul li img {
  margin-bottom: 5px;
}
.list .expanded ul li strong {
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  display: block;
}
.list .expanded ul li em {
  font-size: 14px;
}
.list .expanded ul li .button {
  color: white;
}
.list .expanded ul li:last-child {
  border: none;
}
.list li:last-child {
  border: none;
}
.twitter-feed a {
  padding: 10px;
  border-bottom: 1px dotted #656565;
  display: block;
  font-size: 14px;
  color: #d89e20;
}
.twitter-feed a:hover {
  color: #c57612;
}
.twitter-feed ul li {
  border-bottom: 1px dotted #656565;
  padding: 10px;
}
.twitter-feed ul li a {
  font-size: 12px;
  border: none;
  padding: 0;
}
.twitter-feed ul li .user {
  color: black;
}
.comments ul li {
  border-bottom: 1px dotted #656565;
  padding: 10px;
}
.comments ul li cite {
  font-family: 'Dosis';
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  display: block;
  margin-bottom: 5px;
}
.comments ul li p {
  font-size: 14px;
  font-weight: 100;
}
.comments ul li em {
  font-size: 12px;
  font-family: Georgia;
}
.comments ul li:last-child {
  border-bottom: none;
}
.page .last-contest ul li,
.page .news ul li {
  border-bottom: 1px dotted #656565;
  padding: 10px;
  padding-top: 10px;
  padding-left: 0;
}
.category .last-contest ul li,
.category .news ul li {
  padding: 10px 0;
}
.last-contest ul li,
.news ul li {
  border-bottom: 1px dotted #656565;
  padding: 10px;
  padding-top: 10px;
}
.last-contest ul li img,
.news ul li img {
  float: left;
  margin-right: 10px;
}
.last-contest ul li time,
.news ul li time {
  display: block;
  color: #d89e20;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.last-contest ul li:last-child,
.news ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.agenda-cultural ul li {
  border-bottom: 1px dotted #656565;
  padding: 10px;
  float: right;
  width: 194px;
  border-left: 1px dotted #656565;
}
.agenda-cultural ul li h3 a {
  font-size: 15px;
}
.agenda-cultural ul li em {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-top: 5px;
}
.agenda-cultural ul .featured {
  float: left;
  width: 236px;
  border: none;
}
.agenda-cultural ul .featured h2 {
  line-height: 20px;
}
.agenda-cultural ul .featured h2 a {
  font-size: 24px;
  font-family: 'Source Sans';
  color: #333333;
  font-weight: 200;
}
.agenda-cultural ul .featured h2 a:hover {
  color: #c57612;
}
.agenda-cultural ul .featured time {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.agenda-cultural ul .featured time span {
  color: #d89e20;
}
.agenda-cultural ul li:last-child {
  border-bottom: none;
}
.agenda-entries time,
.agenda-entries .timebox {
  color: #fff !important;
}
.last-posts .carousel {
  background-color: #E9E5D4;
}
.last-posts .carousel ul {
  margin: 5px 20px;
}
.last-posts .carousel ul li {
  width: 193px;
  height: 238px;
  padding: 5px;
  margin: 7px;
  margin-top: 0;
  float: left;
  background-color: #F6F5EE;
  display: block;
}
.last-posts .carousel ul li a {
  color: #666666;
}
.last-posts .carousel ul li a strong {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin: 5px 0;
  line-height: 100%;
}
.last-posts .carousel ul li a p {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.last-posts .carousel ul li:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.last-posts .carousel ul li:hover strong {
  color: #c57612;
}
.last-posts .carousel ul li:hover img {
  color: #c57612;
}
.last-posts .carousel ul li:last-child {
  margin-right: 0;
}
.today .widget {
  border-bottom: 1px dotted #656565;
  padding: 10px;
}
.today .widget strong {
  padding: 0;
}
.today .widget select {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.today strong {
  text-transform: uppercase;
  color: #333333;
  display: block;
  font-size: 12px;
  padding: 10px;
}
.today .list {
  border-top: 1px dotted #656565;
}
.biographies strong {
  font-family: 'Dosis';
  display: block;
  color: #333333;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.biographies li {
  float: left;
  width: 130px;
  margin: 10px;
}
.biographies li a {
  color: #333333;
}
.biographies li a:hover {
  color: #c57612;
}
/* programacion */
.programs {
  background-color: #E9E5D4;
}
.programs ul {
  margin: 5px 20px;
}
.programs ul li {
  width: 170px;
  height: 152px;
  padding: 5px;
  margin: 4px;
  margin-top: 0;
  float: left;
  background-color: #F6F5EE;
  display: block;
}
.programs ul li a {
  color: #666666;
}
.programs ul li a strong {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin: 5px 0;
  line-height: 100%;
}
.programs ul li:last-child {
  margin-right: 0;
}
.programs ul li:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.programs ul li:hover strong {
  color: #c57612;
}
.programs ul li:hover img {
  color: #c57612;
}
.programs ul li:last-child {
  margin-right: 0;
}
.detalle-programacion time {
  color: #d89e20;
}
.detalle-programacion .box-heading:hover a {
  color: white;
}
.detalle-programacion .date {
  padding: 20px;
  border-bottom: 1px dotted #656565;
  background-color: #E9E5D4;
}
.detalle-programacion .date .month {
  float: left;
  width: 210px;
}
.detalle-programacion .date .day {
  float: right;
  width: 210px;
}
.detalle-programacion .list a {
  text-transform: uppercase;
}
.detalle-programacion .list li {
  padding-left: 15px;
  background-image: url('../img/collapsed.png');
  background-repeat: no-repeat;
  background-position: 60px 10px;
}
.detalle-programacion .list li span {
  color: #666666;
  font-size: 16px;
  margin-right: 20px;
}
.detalle-programacion .list .nodeep {
  background-image: none !important;
}
.detalle-programacion .list .expanded p {
  margin-top: 10px;
  color: #666666;
  margin-left: 55px;
  line-height: 150%;
}
.last-programs ul li {
  color: #d89e20;
  font-size: 14px;
  background-image: url('../img/bullet.png');
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding-left: 10px;
  float: left;
  width: 176px;
  margin-bottom: 15px;
}
.description {
  font-size: 16px;
  line-height: 130%;
}
.schedule ul {
  margin: 0;
  padding: 0;
}
.schedule ul li {
  background-image: none;
  border-bottom: 1px dotted #656565;
  padding: 10px;
  margin-left: -2px;
}
.schedule ul li img {
  margin-bottom: 5px;
}
.schedule ul li strong {
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  display: block;
}
.schedule ul li em {
  font-size: 14px;
}
.schedule ul li .button {
  color: white;
}
.schedule ul li:last-child {
  border: none;
}
.podcast li {
  margin-bottom: 20px;
}
.podcast li a {
  font-size: 16px;
  color: #d89e20;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.podcast li p {
  line-height: 130%;
  font-size: 13px;
}
.podcast li .podcast-player {
  background-color: #E9E5D4;
  padding: 7px;
  border-top: 1px dotted #656565;
  border-bottom: 1px dotted #656565;
  margin-bottom: 1;
}
.podcast li:last-child {
  margin-bottom: 0;
}
.podcast .more {
  padding: 10px;
  padding-right: 0;
  text-transform: uppercase;
  color: black;
  font-size: 12px;
  font-weight: bold;
  float: right;
}
.podcast .more .plus {
  margin: 0;
  float: none;
  margin-left: 5px;
}
.featured-new img {
  float: left;
  margin-right: 10px;
}
.featured-new h2 {
  line-height: 120%;
}
.featured-new h2 a {
  color: #333333;
  font-size: 24px;
}
.featured-new h2 a:hover {
  color: #c57612;
}
.featured-new time {
  display: block;
  color: #d89e20;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.featured-new p {
  font-size: 14px;
  line-height: 140%;
}
/** SINGLE **/
.detail p {
  font-size: 16px;
  font-weight: 100;
  line-height: 170%;
  margin-bottom: 25px;
}
.detail a {
  color: #d89e20;
}
.detail a:hover {
  color: #c57612;
}
.detail .top time {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.detail .top h2 {
  line-height: 120%;
}
.detail .top h2 a {
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.detail .top img {
  margin: 10px 0;
  border-bottom: 9px solid #d89e20;
}
.detail .top p {
  font-size: 14px;
  line-height: 150%;
}
.other-news {
  background-color: #E9E5D4;
}
.other-news ul {
  margin: 5px 0px;
}
.other-news ul li {
  width: 125px;
  padding: 12px;
  margin-top: 0;
  float: left;
  display: block;
  border-right: 1px dotted #656565;
}
.other-news ul li a {
  color: #666666;
}
.other-news ul li a img {
  border-bottom: 4px solid #d89e20;
  margin-bottom: 8px;
}
.other-news ul li a time {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.other-news ul li a strong {
  display: block;
  font-weight: 200;
  font-size: 14px;
  margin: 5px 0;
  line-height: 140%;
}
.other-news ul li a p {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.other-news ul li:hover strong {
  color: #c57612;
}
.other-news ul li:hover img {
  color: #c57612;
}
.other-news ul li:last-child {
  border-right: none;
}
/** AGENDA CULTURAL **/
.pic {
  position: relative;
  width: 240px;
  /*height: 160px;*/

  float: left;
  margin-right: 10px;
}
.featured-new .pic {
  width: 361px;
  height: auto;
}
.timebox {
  width: 150px;
  background-color: rgba(196, 85, 35, 0.7);
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.timebox time {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  line-height: 100%;
}
.timebox p {
  margin: 0;
  padding: 0;
}
.event-place {
  float: right;
  color: #666666;
  font-size: 18px;
}
.event-place .plus {
  float: none;
  margin-left: 5px;
}
.agenda .detail p {
  font-size: 16px;
  font-weight: 100;
  line-height: 170%;
  margin-bottom: 25px;
}
.agenda .detail h4 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #333333;
}
.agenda .detail .top {
  display: block;
  height: 310px;
}
.agenda .detail .top h2 {
  line-height: 130%;
  margin-bottom: 10px;
}
.agenda .detail .top h2 a {
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.agenda .detail .top p {
  line-height: 120%;
}
.agenda .detail .top img {
  margin: 0;
  margin-right: 15px;
  float: left;
  display: inline-block;
  border-bottom: none;
}
.place {
  background-color: #E9E5D4;
  font-size: 15px;
  padding-bottom: 10px;
}
.place .box-heading {
  border-bottom: 4px solid #D89E20;
  margin-bottom: 10px;
}
.place p {
  margin: 5px;
}
/** BIOGRAFIAS **/
.select-bio {
  margin-top: 50px;
  background-color: #E9E5D4;
  padding-bottom: 15px;
}
.select-bio .form {
  margin: 0 auto;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #D89E20;
}
.select-bio .form select,
.select-bio .form input {
  width: 130px;
  margin-left: 20px;
  float: left;
  height: 25px;
  font-size: 13px;
  font-family: arial;
  color: #333333;
}
.select-bio .form input {
  height: 13px;
}
.select-bio .form .search-btn {
  width: 89px;
  height: 24px;
  border: none;
  background-image: url('../img/search-btn.png');
}
.select-bio p {
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.biography .detail h2 {
  font-family: 'Source Sans';
  font-size: 40px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 15px;
}
.biography .detail img {
  border-bottom: 9px solid #D89E20;
  margin-bottom: 15px;
}
.biography .detail p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.biography .detail .info {
  background-color: #E9E5D4;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.biography .detail .info .box-heading {
  border-bottom: 4px solid #D89E20;
  margin-bottom: 10px;
}
.biography .detail .info .data {
  margin-bottom: 30px;
}
.biography .detail .info .data li {
  border-bottom: 1px dotted #656565;
  height: 25px;
  font-size: 10px;
  padding: 5px;
  padding-top: 10px;
}
.biography .detail .info .data .data li:first-child {
  padding-top: 0;
}
.biography .detail .info .share-it {
  border: none;
  padding: 5px;
  margin-bottom: 0;
}
.biography h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.biography p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  line-height: 150%;
}
/** PODCAST **/
.podcast h2 {
  float: left;
}
.podcast select {
  float: left;
  width: 130px;
  height: 23px;
  margin-right: 15px;
  float: right;
  margin-top: 6px;
  padding: 0;
  font-size: 13px;
  color: #333333;
}
.podcast .plus {
  float: right;
}
.podcast .pages {
  border-top: 4px solid #D89E20;
  border-bottom: 4px solid #D89E20;
  height: 43px;
}
.podcast .list li {
  height: 37px;
  border: none;
  margin-bottom: 5px;
  background-image: none;
  padding: 0;
}
.podcast .list li .play {
  float: left;
  background-color: #E9E5D4;
  height: 25px;
  padding: 6px;
  margin-right: 5px;
}
.podcast .list li .data {
  background-color: #E9E5D4;
  float: left;
  height: 25px;
  padding: 6px;
}
.podcast .list li .data .text {
  float: left;
  color: #22221F;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  width: 348px;
  padding-top: 4px;
}
.podcast .list li .data .download {
  float: right;
  background-image: url('../img/download.png');
  width: 18px;
  height: 22px;
}
footer {
  margin-top: 30px;
}
body.error404 {
  background-color: #f0f0f0;
  background-image: none;
}
/* 404 */
body.error404 {
  padding-top: 100px;
}
body.error404 .duplex {
  padding: 0 0 0 370px;
  background: url(../img/isotipo-nota.png) left center no-repeat;
}
body.error404 .duplex h2 {
  margin: 0 0 20px 0;
  font-size: 40px;
  color: #f7941e;
}
body.error404 .duplex h2 span {
  font-size: 20px;
  font-weight: normal;
  color: #ccc;
}
body.error404 .duplex p {
  margin-bottom: 30px;
}
body.error404 .duplex p,
body.error404 .duplex li {
  font-size: 16px;
  line-height: 140%;
  color: #666;
}
body.error404 .duplex ul {
  margin: 0 0 30px 0;
}
body.error404 .duplex li {
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: inside;
}
body.error404 .duplex a {
  color: #f7941e;
  text-decoration: underline;
}
body.error404 .duplex a:hover {
  color:  #333;
}
body.error404 .logo-404 {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.skin-left,
.skin-right {
	width: 150px;
	height: 600px;
	position: absolute;
}
.skin-left {
	left: -130px;
	TEXT-ALIGN: RIGHT;
}
.skin-right {
	right: -170px;
	TEXT-ALIGN: LEFT;
}

/* FACEBOOK STUFF */
#slide-facebook { opacity: 0; right: -500px; position: fixed; bottom: 22px; padding: 10px; z-index: 2;width:320px;}
#slide-facebook .fb-page {box-shadow: 0 0 15px 2px rgba(0,0,0,0.65);}
#slide-facebook .sfb-footer {font-size: 12px; color: #fff; margin-top: 7px; padding: 0 5px 0 0; float: right; line-height: 1em; font-family: 'Source Sans';}
#slide-facebook .sfb-footer input {margin: 0 5px 0 0; float: left; width: 13px; height: 13px; text-shadow: 0 0 3px #000; padding: 0; display: inline-block;}
#slide-facebook .sfb-footer label {float: left; height: 13px; line-height: 13px; text-shadow: 0 0 3px #000, 0 0 1px #000;}
#slide-facebook img {  position: absolute; top: 14px; right: 14px; width: 16px; opacity: 0.85; cursor: pointer;}
#slide-facebook img:hover {opacity:1;}

#modal-facebook {width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.6); z-index: 3; }
#modal-facebook .contenedor {width: 500px; margin: 3% auto 0;  position: relative;}
#modal-facebook .fb-page {box-shadow:0 0 25px 10px rgba(0,0,0,0.5);}
#modal-facebook .contenedor img.cerrar {  position: absolute; top: 48px; right: -55px; width: 50px; height: 50px; cursor:pointer;opacity:0.9;}
#modal-facebook .contenedor img.cerrar:hover {opacity:1;}
#modal-facebook .header-modal {color: #fff; font-size: 36px; font-family: 'Dosis'; margin: 0 5px 12px; line-height: 36px; text-transform: uppercase; text-shadow: 0 0 3px #000; text-align: center;}
#modal-facebook .modal-fb-footer {margin: 5px 0 0 0;}
#modal-facebook .modal-fb-footer input {float: left; width: 16px; height: 16px; margin: 0 5px 0 0;}
#modal-facebook .modal-fb-footer label {color: #fff; font-size: 16px; font-family: 'Dosis'; text-transform: uppercase; float: left; margin: 0; line-height: 1em; text-shadow: 0 0 2px #000;}

.widget.facebook{margin-top:20px;}

.play {float: left; width: 320px; margin: 10px 0;}

.detail article p img.size-full {height:auto;}

.row {position:relative;}

/* INTERSTICIAL FALSO PAPU */
#ittfalso {width: 100%; background: transparent; position: fixed; top: 10%; left: 0; z-index: 999999999;}
#contenedor-ittfalso {margin: 0 auto; text-align: center;position: relative;}
#close-ittfalso {position:absolute;background: url("../img/x.png") 0 0 no-repeat;width: 70px; height: 70px; display: block; text-indent: -999px; overflow: hidden; cursor: pointer; top: 0; right: -75px;}



