/* Base */


.lnkspan {
  color: #2864A0;
  text-decoration: none;
}
.lnkspan:hover, .lnkspan:focus {
  color: #193e63;
}

label {
  color: #2864A0;
}



.navbar-form {
  width: 187px;
  padding: 0 0 0 8px;
}



.navFooter > li > a {
  color: #888;
}
.submenu {
  background-color: #2864A0;
}
.submenu-tit {
  padding: 14px 0;
  font-size: 38px;
  color: #F7983E;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}
.box-submenu {
  background-color: #F7983E;
}
.nav-submenu {
  border-left: solid 1px #B36E2D;
}
.nav-submenu > li+li {
  margin: 0;
}
.nav-submenu > li > a {
  border-radius: 0;
  padding: 6px 10px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  border-right: solid 1px #B36E2D;
}
.nav-submenu > li > a:hover, .nav-submenu > li > a:focus, .nav-submenu > li.active > a, .nav-submenu > li.active > a:hover, .nav-submenu > li.active > a:focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, .25);
}
.nav-ranking {
  background-color: #2864A0;
}
.nav-ranking > li > a {
  border-radius: 0;
  background-color: #2864A0;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 10px;
}
.nav-ranking > li {
  border-right: solid 1px #1D3048;
  margin-left: 0;
}
.nav-ranking > li + li {
  margin-left: 0;
}
.nav-ranking > li > a:hover, .nav-ranking > li > a:focus, .nav-ranking > li.active > a, .nav-ranking > li.active > a:hover, .nav-ranking > li.active > a:focus {
  color: #2864A0;
  background-color: #FFF;
}
.nav-temaDia > li > a {
  border-radius: 0;
  padding: 2px 5px;
  color: #231CC2;
  font-size: 12px;
  line-height: 19px;
  font-style: italic;
}
.nav-temaDia > li > a:hover, .nav-temaDia > li > a:focus
.nav-temaDia > li.active > a, .nav-temaDia > li.active > a:hover, .nav-temaDia > li.active > a:focus {
  color: #2864A0;
  background-color: transparent;
  text-decoration: underline;
}
.nav-temaDia > li.head {
  background: url(/global/img/sep-destacadas.png) right center no-repeat;
  padding: 2px 34px 2px 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #444;
  line-height: 19px;
  font-style: normal;
}
.paginador {
  border-bottom: solid 1px #EAEAEA;
  margin-bottom: 15px;
  padding: 7px 10px 4px;
}
.pagination {
  margin: 0;
}
.nota-num {
  font-size: 13px;
  line-height: 26px;
  color: #797979;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.label-c-obl {
  background-color: #eee;
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 3px 8px;
}
label .glyphicon, .label .glyphicon {
  color: #2864A0;
  font-size: 11px;
}

/* clases */
.left {
  float: left;
}
.right {
  float: right;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.overflow {
  overflow: hidden;
}
.outline {
  outline: none;
}
.hide {
  display: none !important;
  visibility: hidden !important;
}
.no-visible {
  visibility: hidden !important;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.none {
  border: none;
  background: none;
}
.normal {
  font-weight: normal;
}
.italic {
  font-weight: italic;
}
.bold {
  font-weight: bold;
}
.vamid {
  vertical-align: middle;
}
.vabot {
  vertical-align: bottom;
}
.vatop {
  vertical-align: top;
}
.cursor {
  cursor: pointer;
}
.lineacorte {
  border-bottom: solid 1px #ddd;
}
.lineacortetop {
  border-top: solid 1px #ddd;
}
.lineacorteizq {
  border-left: solid 1px #ddd;
}
.lineacorteder {
  border-right: solid 1px #ddd;
}
.lineapunto {
  background: url(/global/img/linea-puntos.png) repeat-x left bottom;
}
.lineapuntotop {
  background: url(/global/img/linea-puntos.png) repeat-x left top;
}
.addthis_toolbox {
  height: 18px !important;
}

/* Decoraciones */
.tdn {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.upc {
  text-transform: uppercase;
}
.lwc {
  text-transform: lowercase;
}

/* colores */
.color01 {
  Color: #2864A0;
}
.color02 {
  Color: #1D3048;
}
.color03 {
  Color: #F7983E;
}
.gris333 {
  Color: #333333;
}
.gris666 {
  Color: #666666;
}
.gris999 {
  Color: #999999;
}
.grisccc {
  color: #CCC;
}
.negro {
  color: #000;
}
.blanco {
  color: #FFF;
}

/* Tamaños */
.t8 {
  font-size: 8px;
}
.t9 {
  font-size: 9px;
}
.t10 {
  font-size: 10px;
}
.t11 {
  font-size: 11px;
}
.t12 {
  font-size: 12px;
}
.t13 {
  font-size: 13px;
}
.t14 {
  font-size: 14px;
}
.t15 {
  font-size: 15px;
}
.t16 {
  font-size: 16px;
}
.t17 {
  font-size: 17px;
}
.t18 {
  font-size: 18px;
}
.t19 {
  font-size: 19px;
}
.t20 {
  font-size: 20px;
}
.t21 {
  font-size: 21px;
}
.t22 {
  font-size: 22px;
}
.t23 {
  font-size: 23px;
}
.t24 {
  font-size: 24px;
}
.t25 {
  font-size: 25px;
}
.t26 {
  font-size: 26px;
}
.t27 {
  font-size: 27px;
}
.t28 {
  font-size: 28px;
}
.t29 {
  font-size: 29px;
}
.t30 {
  font-size: 30px;
}
.t31 {
  font-size: 31px;
}
.t32 {
  font-size: 32px;
}
.t33 {
  font-size: 33px;
}
.t34 {
  font-size: 34px;
}
.t35 {
  font-size: 35px;
}
.t36 {
  font-size: 36px;
}
.t37 {
  font-size: 37px;
}
.t38 {
  font-size: 38px;
}
.t39 {
  font-size: 39px;
}
.t40 {
  font-size: 40px;
}
.t41 {
  font-size: 41px;
}
.t42 {
  font-size: 42px;
}
.t43 {
  font-size: 43px;
}
.t44 {
  font-size: 44px;
}
.t45 {
  font-size: 45px;
}
.t46 {
  font-size: 46px;
}
.t47 {
  font-size: 47px;
}
.t48 {
  font-size: 48px;
}
.t49 {
  font-size: 49px;
}
.t50 {
  font-size: 50px;
}
.t51 {
  font-size: 51px;
}
.t52 {
  font-size: 52px;
}
.t53 {
  font-size: 53px;
}
.t54 {
  font-size: 54px;
}
.t55 {
  font-size: 55px;
}
.t56 {
  font-size: 56px;
}
.t57 {
  font-size: 57px;
}
.t58 {
  font-size: 58px;
}
.t59 {
  font-size: 59px;
}
.t60 {
  font-size: 60px;
}

/* margenes y paddings */
.reset-margin {
  margin: 0;
}
.reset-padding {
  padding: 0;
}
.reset {
  margin: 0;
  padding: 0;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Paddings */
.p1 {
  padding: 1px;
}
.pt1 {
  padding-top: 1px;
}
.pb1 {
  padding-bottom: 1px;
}
.pl1 {
  padding-left: 1px;
}
.pr1 {
  padding-right: 1px;
}
.p2 {
  padding: 2px;
}
.pt2 {
  padding-top: 2px;
}
.pb2 {
  padding-bottom: 2px;
}
.pl2 {
  padding-left: 2px;
}
.pr2 {
  padding-right: 2px;
}
.p3 {
  padding: 3px;
}
.pt3 {
  padding-top: 3px;
}
.pb3 {
  padding-bottom: 3px;
}
.pl3 {
  padding-left: 3px;
}
.pr3 {
  padding-right: 3px;
}
.p4 {
  padding: 4px;
}
.pt4 {
  padding-top: 4px;
}
.pb4 {
  padding-bottom: 4px;
}
.pl4 {
  padding-left: 4px;
}
.pr4 {
  padding-right: 4px;
}
.p5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.p7 {
  padding: 7px;
}
.pt7 {
  padding-top: 7px;
}
.pb7 {
  padding-bottom: 7px;
}
.pl7 {
  padding-left: 7px;
}
.pr7 {
  padding-right: 7px;
}
.p8 {
  padding: 8px;
}
.pt8 {
  padding-top: 8px;
}
.pb8 {
  padding-bottom: 8px;
}
.pl8 {
  padding-left: 8px;
}
.pr8 {
  padding-right: 8px;
}
.p9 {
  padding: 9px;
}
.pt9 {
  padding-top: 9px;
}
.pb9 {
  padding-bottom: 9px;
}
.pl9 {
  padding-left: 9px;
}
.pr9 {
  padding-right: 9px;
}
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.p12 {
  padding: 12px;
}
.pt12 {
  padding-top: 12px;
}
.pb12 {
  padding-bottom: 12px;
}
.pl12 {
  padding-left: 12px;
}
.pr12 {
  padding-right: 12px;
}
.p15 {
  padding: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.p16 {
  padding: 16px;
}
.pt16 {
  padding-top: 16px;
}
.pb16 {
  padding-bottom: 16px;
}
.pl16 {
  padding-left: 16px;
}
.pr16 {
  padding-right: 16px;
}
.p18 {
  padding: 18px;
}
.pt18 {
  padding-top: 18px;
}
.pb18 {
  padding-bottom: 18px;
}
.pl18 {
  padding-left: 18px;
}
.pr18 {
  padding-right: 18px;
}
.p20 {
  padding: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.p25 {
  padding: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pr25 {
  padding-right: 25px;
}
.p30 {
  padding: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.p40 {
  padding: 40px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.pr40 {
  padding-right: 40px;
}

/* Margins */
.m1 {
  margin: 1px;
}
.mt1 {
  margin-top: 1px
}
.mb1 {
  margin-bottom: 1px;
}
.ml1 {
  margin-left: 1px;
}
.mr1 {
  margin-right: 1px;
}
.m2 {
  margin: 2px;
}
.mt2 {
  margin-top: 2px;
}
.mb2 {
  margin-bottom: 2px;
}
.ml2 {
  margin-left: 2px;
}
.mr2 {
  margin-right: 2px;
}
.m3 {
  margin: 3px;
}
.mt3 {
  margin-top: 3px;
}
.mb3 {
  margin-bottom: 3px;
}
.ml3 {
  margin-left: 3px;
}
.mr3 {
  margin-right: 3px;
}
.m4 {
  margin: 4px;
}
.mt4 {
  margin-top: 4px;
}
.mb4 {
  margin-bottom: 4px;
}
.ml4 {
  margin-left: 4px;
}
.mr4 {
  margin-right: 4px;
}
.m5 {
  margin: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.m8 {
  margin: 8px;
}
.mt8 {
  margin-top: 8px;
}
.mb8 {
  margin-bottom: 8px;
}
.ml8 {
  margin-left: 8px;
}
.mr8 {
  margin-right: 8px;
}
.m9 {
  margin: 9px;
}
.mt9 {
  margin-top: 9px;
}
.mb9 {
  margin-bottom: 9px;
}
.ml9 {
  margin-left: 9px;
}
.mr9 {
  margin-right: 9px;
}
.m10 {
  margin: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.m12 {
  margin: 12px;
}
.mt12 {
  margin-top: 12px;
}
.mb12 {
  margin-bottom: 12px;
}
.ml12 {
  margin-left: 12px;
}
.mr12 {
  margin-right: 12px;
}
.m15 {
  margin: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.m16 {
  margin: 16px;
}
.mt16 {
  margin-top: 16px;
}
.mb16 {
  margin-bottom: 16px;
}
.ml16 {
  margin-left: 16px;
}
.mr16 {
  margin-right: 16px;
}
.m18 {
  margin: 18px;
}
.mt18 {
  margin-top: 18px;
}
.mb18 {
  margin-bottom: 18px;
}
.ml18 {
  margin-left: 18px;
}
.mr18 {
  margin-right: 18px;
}
.m20 {
  margin: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.m24 {
  margin: 24px;
}
.mt24 {
  margin-top: 24px;
}
.mb24 {
  margin-bottom: 24px;
}
.ml24 {
  margin-left: 24px;
}
.mr24 {
  margin-right: 24px;
}
.m25 {
  margin: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mr25 {
  margin-right: 25px;
}
.m30 {
  margin: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.m40 {
  margin: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.m50 {
  margin: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.mr50 {
  margin-right: 50px;
}
.contenidoPopUp {
  padding: 20px;
  background: white;
}

.busqueda {
  padding-top: 2px;
  float: left;
  margin-left: 30px;
  margin-right: 20px;
  font-size: 0;
}
.btn-bsq {
  padding: 1px 3px 2px;
  font-size: 16px;
  line-height: 1;
  color: #2864A0;
  background-color: #FFF;
  border-color: transparent;
}
.btn-bsq span {
  top: 1px;
}
.btn-bsq:hover, .btn-bsq:focus {
  color: #FFF;
  background-color: #2864A0;
  border-color: transparent;
}
#btn-bsq-close {
  padding: 0;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  background-color: transparent;
  border-color: transparent;
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
#btn-bsq-close span {
  top: 1px;
}
#btn-bsq-close:hover, #btn-bsq-close:focus {
  color: #2864A0;
  background-color: transparent;
  border-color: transparent;
}


.txt-clima {
  text-align: center;
}
.box-redes-bsq {
  font-size: 0;
  text-align: right;
}
.redes a, .ico-bsq {
  width: 32px;
  height: 32px;
  margin-left: 2px;
  display: inline-block;
  line-height: 23px !important;
  font-size: 22px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(247, 152, 62, 1) 0%, rgba(247, 152, 62, 0.76) 84%, rgba(0, 0, 0, 0.71) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 152, 62, 1)), color-stop(84%, rgba(247, 152, 62, 0.76)), color-stop(100%, rgba(0, 0, 0, 0.71))); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, rgba(247, 152, 62, 1) 0%, rgba(247, 152, 62, 0.76) 84%, rgba(0, 0, 0, 0.71) 100%); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, rgba(247, 152, 62, 1) 0%, rgba(247, 152, 62, 0.76) 84%, rgba(0, 0, 0, 0.71) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(247, 152, 62, 1) 0%, rgba(247, 152, 62, 0.76) 84%, rgba(0, 0, 0, 0.71) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(247, 152, 62, 1) 0%, rgba(247, 152, 62, 0.76) 84%, rgba(0, 0, 0, 0.71) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7983e', endColorstr='#b5000000', GradientType=0 ); /* IE6-9 */
  color: #FFF;
  vertical-align: middle;
}
.ico-bsq, .redes a.ico-cnt, .redes a.ico-staff {
  margin: 0 4px 0 2px;
}
.ico-bsq {
  position: relative;
}
.ico-bsq a {
  color: #FFF;
}
.redes a:hover, .redes a:focus {
  background-color: #8DA6CF;
  text-decoration: none;
}
.ico-bsq a span, .redes a span {
  top: 5px;
}
#btn-bsq-close {
}

/* ********** VISOR HOME   ****************** */



/* ********** VISOR HOME   ****************** */
.fondo-container {
  background-color: #FBF6EE;
  padding-top: 12px;
  padding-bottom: 12px;
}


/*
.newslt {
  padding: 6px;
  background-color: #1D3048;
  margin-bottom: 12px;
}
.newslt .tit-der, .ranking .tit-der, .box-tw .tit-der, .box-encuesta .tit-der {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: #FFF;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.newslt p {
  font-size: 11px;
  margin-bottom: 6px;
  color: #F7983E;
  font-family: Arial, Helvetica, sans-serif;
}
.form-newslt {
  font-size: 0;
}
.ranking, .box-tw, .box-encuesta {
  background-color: #1D3048;
  margin-bottom: 12px;
}
.ranking-inner, .box-tw-inner, .box-encuesta-inner {
  padding: 1px;
}
.ranking .tit-der, .box-tw .tit-der, .box-encuesta .tit-der {
  padding: 8px 6px;
}
.box-ranking {
  background-color: #FFF;
  padding: 6px 10px;
  
}
.box-ranking ol {
  margin: 0;
  padding-left: 25px;
  font-family: Arial, Helvetica, sans-serif;
  
}
.box-ranking ol li {
  margin: 8px 0;font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #F7983E;
  
}
.box-ranking a {
  color: #4C4C4C;
  position: relative;
  left: -5px;font-size: 14px;font-weight: 400;
  position: relative;
  left:-7px;
}
.box-ranking a:hover, .box-ranking a:focus {
  color: #F7983E;
}
.box-tw-inner > div {
  background-color: #FFF;
}
.box-tw .icon-tw {
  font-size: 37px;
  color: #FFF;
  top: 2px;
  right: 5px;
}
.encuesta {
  background-color: #FFF;
  padding: 12px 10px 24px;
}
.encuesta p, .txt-encuesta {
  font-size: 24px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  color: #1D3048;
  line-height: 1.1;
}
.encuesta label {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #F7983E;
  line-height: 1.1;
}
.tit {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 18px;
  color: #2864A0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.tit-2 {
  padding-top: 10px;
}
.tit-3 {
  padding-top: 20px;
}
.tit-popup {
  border-bottom: solid 3px #2864A0;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
  padding: 12px 0 6px;
  color: #2864A0;
}
.tit-ft {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.tit-ft-2 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: solid 1px #FFF;
}
.footer {
  background-color: #4B8BBF;
  border-top: solid 5px #F7983E;
  color: #FFF;
}
.navbar-footer {
  background-color: #2864A0;
  margin-bottom: 20px;
}
.ft-newslt, .footer .datos, .redes-ft {
  padding: 20px 0;
  text-align: center;
}
.ft-newslt p {
  font-size: 11px;
  margin-bottom: 6px;
  color: #F7983E;
}

.ft-logo {
  text-align: center;
  margin-bottom: 20px;
}
.ft-items {
  background-color: #2864A0;
  font-family: Arial, Helvetica, sans-serif;
}
.logo-footer {
  padding: 20px 0;
  text-align: center;
}
.redes-ft a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px !important;
  font-size: 29px;
  text-align: center;
  color: #FFF;
  vertical-align: middle;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .25);
  margin: 5px 10px 0;
}
.redes-ft a:hover, .redes-ft a:focus {
  color: #F7983E;
  text-decoration: none;
}
.copy {
  text-align: center;
  font-size: 11px;
  margin-top: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.mm {
  text-align: right;
  margin-top: 8px;
}
.extras-header .datos {
  border-bottom: solid 2px #8CEF36;
  margin-bottom: 6px;
}
.lista .media {
}
.lista .media:first-child {
}
.lista .media-body {
}
.media-heading {
  margin: 0;
  font-size: 28px;
}
.media-heading a {
  color: #1D3048;
}
.media-heading a:hover, .media-heading a:focus {
  color: #2864A0;
}
.media-copete {
  line-height: 1;
}
.media-copete p {
  margin-bottom: 0;
}
.autor {
  margin: 0;
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 300;
}
.volanta-ficha {
  margin-bottom: 3px;
}
.copete-ficha {
  margin-bottom: 18px;
  font-style: italic;
  line-height: 1;
}
.titulo-ficha {
  margin: 6px 0 18px;
}
.iconos-ficha {
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: solid 1px #2864A0;
}
.util-ficha, .redes-ficha {
  font-size: 0;
}
.redes-ficha {
  text-align: right;
  margin: -1px;
}
.util-ficha a, .util-ficha > span, .redes-ficha a {
  font-size: 19px;
  color: #F7983E;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 4px;
  text-align: center;
}
.util-ficha > span:first-child {
  margin-left: 0;
}
.util-ficha a:hover, .util-ficha a:focus, .util-ficha > span:hover, .util-ficha > span:focus, .redes-ficha a:hover, .redes-ficha a:focus {
  color: #C4650B;
}
.desarrollo-nota {
  position: relative;
  margin-bottom: 20px;
  border-bottom: solid 1px #2864A0;
  padding-bottom: 10px;
}
.desarrollo-nota > div {
}
.cuadro-mainpic, .cuadro-vidaud {
  margin-bottom: 10px;
}
.pie-main-pic {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  padding: 3px 5px;
  font-weight: 300;
}
a.lupa {
  position: absolute;
  z-index: 2;
  right: 4px;
  top: 4px;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
a.lupa:hover {
  color: rgba(255, 255, 255, 1);
}
.box-extrasNota {
  float: right;
  width: 250px;
  margin-left: 10px;
}

/* ************** VISOR INDICE  ********************* */
.rotador-derecha {
  margin-bottom: 20px;
  position: relative;
  background-color: #8CEF36;
  padding: 2px 2px 10px;
}
.rotador-derecha-inner {
  padding: 0 15px 15px;
  background-color: #FFF;
}
.rotador-derecha-img {
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
}
.rotador-derecha-caption {
  margin-bottom: 12px;
  height: 109px;
  overflow: hidden;
}
.rotador-derecha h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.rotador-derecha h3 a {
  color: #656565;
}
.rotador-derecha h3 a:hover, .rotador-derecha h3 a:focus {
  color: #3f3f3f;
}
.rotador-derecha-copete {
  line-height: 1.2;
  color: #656565;
  line-height: 1;
}
.rotador-derecha-copete p {
  margin-bottom: 0;
}
.rotador-derecha-bullets {
  font-size: 0;
  text-align: center;
}
.rotador-derecha-bullets > span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  cursor: pointer;
  background-color: #656565;
  border-radius: 50%;
}
.rotador-derecha-bullets span:hover, .rotador-derecha-bullets span:focus, .rotador-derecha-bullets span.active {
  background-color: #2864A0;
}

/* ************** VISOR INDICE  ********************* */
.volantaPrint {
  font-size: 15px;
  margin-bottom: 3px;
}
.volantaPrint small {
  color: #797979;
}
.titPrint {
  font-size: 48px;
}
.copetePrint {
  margin-bottom: 25px;
  font-size: 20px;
  font-style: oblique;
}
.desaPrint {
  font-size: 16px;
}
.img-print {
  float: right;
  width: 250px;
  margin-left: 10px;
}
@media print {
  .volantaPrint {
    font-size: 10pt;
    margin-bottom: 3px;
  }
  .volantaPrint small {
    color: #797979;
  }
  .titPrint {
    font-size: 28pt;
  }
  .copetePrint {
    font-size: 14pt;
    margin-bottom: 20px;
  }
  .desaPrint {
    font-size: 11pt;
  }
  .img-print {
    float: right;
    width: 250px;
    margin-left: 10px;
  }
}
.descargas {
  list-style-type: none;
}
.descargas {
  margin-bottom: 30px;
}
.descargas li {
  background-color: #F2f2f2;
  border-top: solid 1px #E8E8E8;
  padding: 4px 18px;
  margin: 0;
}
.descargas li:first-child {
  border-top: none;
}
.nombre-archivo {
  vertical-align: middle;
  display: inline-block;
  color: #3f3f3f;
}
.nombre-archivo:hover {
  color: #2864A0;
}
.archivos {
  display: inline-block;
  padding: 3px 0;
  width: 42px;
  margin-bottom: 0;
  font-family: 'Pt Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #FFF;
}
.archivos:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.archivos:hover, .archivos:focus {
  color: #FFF;
  text-decoration: none;
}
.pdf {
  background-color: #C53654;
}
.doc {
  background-color: #0084CA;
}
.txt {
  background-color: #D5863A;
}
.ppt {
  background-color: #D5563A;
}
.xls {
  background-color: #6BBF34;
}
.jpg {
  background-color: #3246B6;
}
.pdf:hover {
  background-color: #B1314B;
}
.doc:hover {
  background-color: #0073B0;
}
.txt:hover {
  background-color: #CA792B;
}
.ppt:hover {
  background-color: #CA482B;
}
.xls:hover {
  background-color: #60AB2F;
}
.jpg:hover {
  background-color: #2D3EA2;
}

/* **************** FIN CARRUCEL ************************************* */
/* **************** ESTILOS CKEDITOR ************************************* */
.tit-paginas, .titulo-rojo, .titulo-azul, .tit-paginas-conMargen, .titulo-rojo-conMargen, .titulo-azul-conMargen {
  font-size: 22px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
  color: #797979;
}
.tit-paginas-conMargen, .titulo-rojo-conMargen, .titulo-azul-conMargen {
  margin-bottom: 12px;
}
.rojo, .titulo-rojo, .titulo-rojo-conMargen {
  color: #C53654;
}
.azul, .titulo-azul, .titulo-azul-conMargen {
  color: #0084CA;
}
.gris-oscuro {
  color: #000;
}
.gris-claro {
  color: #797979;
}
.txt-sm {
  color: #797979;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
}
.caja {
  background-color: #F7F7F7;
  border: solid 1px #0084CA;
  padding: 20px;
  margin-bottom: 20px;
}
.cke_editable {
  padding: 20px;
}
.campo_required {
  border-color: rgba(255, 0, 0, 0.8) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.8) !important;
  outline: 0;
  outline: thin dotted \9; /* IE6-8 */
}
.ok {
  background: url(/global/img/ok-reg.png)no-repeat scroll 3px 6px transparent !important;
  height: 20px;
  position: absolute;
  width: 18px;
}
.check_error {
  background: url(/global/img/error.png) no-repeat scroll 3px 6px transparent !important;
  height: 20px;
  position: absolute;
  width: 18px;
}
.campo_pedido {
  background: url("/global/img/flecha-invertida.png") no-repeat scroll 3px 6px transparent !important;
  height: 20px;
  width: 15px;
}
.total-comentarios {
  font-size: 16px;
}
.total-comentarios span {
  font-weight: bold;
  color: #F7983E;
}
.comentario {
  font-style: italic;
  border-bottom: solid 1px #2864A0;
  padding-bottom: 5px;
  ;padding-bottom: 10px;
}
.comentario p {
  color: #2864A0;
  font-style: normal;
  margin-bottom: 3px;
}
.box-busqueda {
  position: absolute;
  z-index: 5;
  /* right: 15px;
  */
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.85);
  min-width: 440px;
}
.box-carousel-control {
  text-align: right;
}
.f-carousel {
  width: 26px;
  height: 26px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  font-size: 26px;
  color: #2864A0;
  text-align: center;
}
.f-carousel.separador {
  width: 13px;
  color: #F7983E;
  font-size: 22px;
}
.f-carousel:hover, .f-carousel:focus {
  color: #FFF;
}
.f-carousel > span {
  top: -2px;
}
.f-carousel.separador > span {
  top: -4px;
  left: -4px;
}
