/* CSS EN JAEN DONDE RESISTO */

body{ -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }


/*---
| BASICO
---*/
::-moz-selection {
  background: #feffc3;
  color: #474948;
}
body {
  overflow-y: scroll;
}
body {
  	font-family: 'Roboto', sans-serif;
	color: #5c5c5c;
	background: #f4f4f4;
	padding: 0 0 20px 0;
 /* background: url(../img/textura-papel-2.jpg) repeat;*/
}

/*---
| ELEMENTOS GENERALES
---*/

embed,
iframe,
object,
video {
  max-width:100%;
}

img {
width: auto;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }

.cajon_contenido {
	margin-top: 40px;
  margin-bottom: 40px;
	-webkit-box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 31px -2px rgba(0,0,0,0.35);
	background-color: #fff;
}
.pagina {
  padding: 30px 10px;
  background-color: #fff;
}

.pagina_interior {
  padding: 20px 40px;
  background-color: #fff;
}

.relative {
  position: relative
}


h1 { font-size: 24px }
h2 { font-size: 20px }
h3 { font-size: 16px }
h4 { font-size: 13px }
h5 { font-size: 12px }

a {
	text-decoration: none;
	color: #222;
	-webkit-transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
	transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease
}
a:hover {
	color: #111;
	text-decoration: none
}

p {
line-height: 24px;
margin-bottom: 15px;
}


button {
  margin-left: 10px;
}

/* ---
AJUSTES
--- */
.top-margin {
  margin-top: 20px;
}
.bottom-margin {
  margin-bottom: 25px;
}
.bottom-margin-extra {
  margin-bottom: 50px;
}
.separador-left {
  border-left: 1px solid #e3e3e3;
}
.separador-right {
  border-right: 1px solid #e3e3e3;
}
.separador-bottom {
  border-bottom: 1px solid #e3e3e3;
}
.section-full {
  margin: 0 -15px 0 -15px;
  padding: 25px 15px 0 15px;
}
.section-full-even {
  margin: 0 -15px 0 -15px;
  padding: 15px 15px 0 15px;
}
article {
  position: relative;
  margin-bottom: 25px;
}
.slides article {
  margin-bottom: 0px;
}
.theme {
  position: absolute;
  top: 10px;
  left: 0;
  font: 700 13px/25px 'Roboto', sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #444;
  padding: 0 12px
}
.overlay {
  position: absolute;
  color: #eee;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 15px;
  background: #000;
  background: rgba(0,0,0,.4)
}
.large .overlay {
  padding: 15px 20px
}
.overlay h1, .overlay h2, .overlay h3 {
  margin: 0
}
.overlay h1 {
  font-size: 24px;
  padding: 5px
}
.overlay p {
  margin: 6px 0 0 0;
  opacity: .8
}
.overlay a {
  color: #fff
}
.overlay .breadcrumb {
  margin: 0 0 0 10px;
  padding: 0
}
.overlay .sharing {
  position: absolute;
  font-size: 14px;
  right: 25px;
  bottom: 25px
}
.overlay .sharing a {
  display: inline-block;
  margin-left: 12px;
  opacity: .6
}
.overlay .sharing a:hover {
  opacity: 1.0
}
.pointer {
	cursor: pointer;
}
/* ---
PUBLICIDAD
--- */
.ads-default {
  margin-top: 30px;
  margin-bottom: 0px;
  background: transparent;
}
.ads-default-sin {
  margin-top: 0px;
  margin-bottom: 30px;
  background: transparent;
}

/* ---
PRINCIPAL
--- */
.container {
  padding: 0
}
.principal {
  padding: 20px !important;
  min-height: 200px !important;
}
.container .img-responsive {
  display: block;
  width: 100%;
  max-height: 100%
}
#page-content {
  position: relative;
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 0;
  -webkit-box-shadow: 0 0 12px 0 #333;
  box-shadow: 0 0 12px 0 #ccc;
  background: #fff;
  min-height: 900px;
}
.ie8 #page-content {
  border: 1px solid #e3e3e3;
  margin: 30px -1px 0 -1px
}

#main {
  padding: 10px
}
#main.wide {
  float: none;
  width: 100%
}

#sidebar {
  color: #bbb;
  background: #444;
  padding: 15px
}
<

@media(min-width:768px) {
#main {
  padding: 15px
}
#sidebar {
  top: 0;
  right: 0;
  bottom: 0;
  background: #444;
  margin-bottom: -9000px;
  padding-bottom: 9000px
}
.section-full {
  margin: 0 -20px 0 -20px;
  padding: 25px 15px 0 20px
}
.section-full-even {
  margin: 0 -15px 0 -20px;
  padding: 15px 15px 0 20px
}
.overlay h1 {
  padding: 10px
}
}
@media(min-width:992px) {
#main {
  float: left;
  width: 640px;
  padding: 0 20px
}
#main.article {
  padding: 20px
}
#main .col-md-9 {
  padding-top: 20px;
  padding-right: 20px
}
#main .col-md-3 {
  padding-top: 20px;
  padding-left: 20px
}
#sidebar {
  float: right;
  width: 330px
}
.overlay h1 {
  font-size: 36px;
  padding: 15px 350px 15px 15px
}
.overlay .breadcrumb {
  margin-left: 15px
}
}
@media(min-width:1170px) {
.section-full {
  padding: 25px 25px 0 25px
}
.section-full-rss {
  padding: 25px;
}
.section-full-even {
  margin: 0 -25px 0 -25px;
  padding: 15px 15px 0 25px
}
}
@media(min-width:1200px) {
#main {
  width: 820px;
  padding: 0 25px
}
#main.article {
  padding: 25px
}
#main .col-md-9 {
  padding-top: 25px;
  padding-right: 25px
}
#main .col-md-3 {
  padding-top: 25px;
  padding-left: 25px
}
#sidebar {
  width: 350px;
  padding: 25px;
  /* margin-bottom: -9000px; */
  /* padding-bottom: 9000px; */
  padding-bottom: 30px;
}
.section-full, .section-full-rss {
  margin: 0 -25px 0 -25px
}

}

/*---
| BOTONES
---*/
.btn {
  display: inline-block;
font-size: 18px;
line-height: 50px;
color: #fff;
background: #444;
border: 0;
padding: 0 40px;
margin: 10px 0 50px 0;
-webkit-border-radius: 25px 25px 25px 25px;
border-radius: 25px 25px 25px 25px;
}
.btn-mini {
  display: inline-block;
font-size: 16px;
line-height: 40px;
color: #fff;
background: #444;
border: 0;
padding: 0 25px;
margin: 10px 0 10px 0;
-webkit-border-radius: 25px 25px 25px 25px;
border-radius: 25px 25px 25px 25px;
}
.btn i {
  margin-right: 10px;
}
/*
.btn-primary {
color: #fff;
background-color: #5C452E;
border-color: #EAE3D4;
}
*/
.btn-primary:hover {
color: #fff;
background-color: #000;
}

.boton-enviar {
display: inline-block;
font-size: 18px;
line-height: 50px;
color: #fff;
background: #444;
border: 0;
padding: 0 40px;
margin: 10px 0 50px 0;
-webkit-border-radius: 25px 25px 25px 25px;
border-radius: 25px 25px 25px 25px
}

.boton-enviar:hover {
	color: #ccc;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
background-color: #eaeaea;
border-color: #f6f6f6;
}

/* ---
ALERTAS
--- */

.alert {
padding: 15px;
margin: 30px 0 30px 0;
border-radius: 5px;
}
.error {
  color: #a94442;
  padding: 8px 0 0 15px;
}
/* ---
HISTORIAL
--- */
.breadcrumb {
	padding: 0;
	margin: 0 0 8px 0;
	background: 0
}
/*
.breadcrumb {
  padding: 14px 15px 0 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #fff;
  border-radius: 0px;
  border-top: 2px dotted #ddd;
  font-weight: 300;
  text-align: center;
  font-size: 13px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
*/
/*=====
  CABECERA
=====*/

#header {
  background:#3D4C54;
}
#header img{
  width: 100%;
}
#header.container {
  margin-top: 40px;
  padding: 0 !important;
}

.encabezados {
  padding: 20px 40px 10px 40px;
}
.encabezados h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 100;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.barra_superior {
  background-color: #3a3a3a;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  font-weight: 100;
}

.barra_superior .btn {
  display: inline-block;
  font-size: 15px;
  line-height: 33px;
  color: #fff;
  background: #444;
  border: 0;
  padding: 0 15px;
  margin: 0;s
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 10px;
}

.barra_superior  input {
background-color: #3a3a3a;
border-color: #555;
}
.barra_superior .btn-default {
  background-color: #555;
  border-color: #555;
  color: #ccc;
}
.barra_superior .btn-default:hover {
  background-color: #666;
}
.barra_superior .tiempo {
  line-height: 31px;
}

.barra_superior .tiempo span {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px dotted #666;
  padding: 0 10px;
}

.barra_superior .tiempo .icon {
  font-size: 17px;
}

.barra_superior .iconos-social {
  display: inline-block;
}

.barra_superior .iconos-social a {
  font-size: 22px;
  color: #fff;
  margin: 2px 2px -5px 2px;
  display: inline-table;
  vertical-align: middle;
}


/* ---
 CABECERA MENU
 --- */
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 0px;
border: 0px solid transparent;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  color:#fff !important;
  background:#7E6B4D !important;
}

.navbar .nav > li > a {
  color: #fff !important;
  border-right:1px solid #766648;
  padding:15px 12px !important;
  text-transform: uppercase;
  font-size: 13px;
}

.navbar-inverse {
  background-color: #5C452E;
  border-color: #3D4C54;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}


#page-header-mobile {
  position: relative;
  border-top: 5px solid #3a3a3a;
  background: #3c3c3c;
  height: 50px;
  overflow: hidden;
  padding: 0 10px
}
#page-header-mobile h1 {
  margin: 0;
  padding: 1px 0
}
#page-header-mobile h1 img {
  vertical-align: inherit
}
#page-header-mobile a {
  color: #eee
}
#page-header-mobile a:hover {
  color: #fff
}
#page-header-mobile span i {
  font-size: 24px;
  margin-top: 8px
}
#page-header-mobile nav {
  background: #2d2f33;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;
  transition: right .3s ease-in-out 0;
  -webkit-transition: right .3s ease-in-out 0;
  -moz-transition: right .3s ease-in-out 0;
  -o-transition: right .3s ease-in-out 0
}
body.nav-expanded #page-header-mobile nav {
  right: 0
}
#page-header h1 {
  color: #fff;
  margin: 0
}
#header-branding {
  position: relative;
  height: 170px;
  background: url(../img/cabecera_bg.jpg) center no-repeat;
  border-bottom: 1px solid #4d4d4d;
  overflow: hidden;
}
#header-branding h1 {
  padding: 20px 0 0 6px
}

#header-navigation {
  position: relative;
  height: 50px;
  background: #3f3f3f
}
#header-navigation .container {
  position: relative
}
#header-navigation ul {
  padding: 0;
  margin-top: -1px;
  border-left: 1px solid #4d4d4d
}
#header-navigation ul li {
  position: static;
  list-style: none;
  float: left;
  border-right: 1px solid #4d4d4d
}
#header-navigation ul li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  border-top: 1px solid #222
}
#header-navigation ul li li a {
  border-top: 0
}
#header-navigation ul li.current a, #header-navigation ul li a:hover {
  background: #222
}
#header-navigation ul li.options {
  float: right;
  padding-right: 10px
}
#header-navigation ul li.options a {
  display: inline-block;
  font-size: 12px;
  color: #999;
  padding: 0 10px;
  border: 0
}
#header-navigation ul li.options a span.glyphicon {
  padding-right: 8px;
  color: #999
}
#header-navigation ul li.options a:hover, #header-navigation ul li.options a:hover span {
  background: 0;
  color: #fff
}
#header-navigation .subnav-container {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 10;
  width: 750px;
  height: 260px;
  overflow: hidden;
  background: #3f3f3f
}
#header-navigation ul li:hover .subnav-container {
  display: block
}
#header-navigation ul.subnav-menu {
  position: absolute;
  left: -10px;
  top: 10px;
  width: 200px;
  height: 240px;
  background: #444;
  padding: 15px 0
}
#header-navigation ul.subnav-menu li {
  float: none;
  border: 0;
  width: 200px
}
#header-navigation ul.subnav-menu li a {
  display: block;
  text-align: right;
  padding: 0 20px;
  line-height: 30px;
  border: 0
}
#header-navigation .subnav-posts {
  display: none;
  position: absolute;
  width: 520px;
  left: 220px;
  top: 25px
}
#header-navigation ul li li.current .subnav-posts, #header-navigation ul li li:hover .subnav-posts, #header-navigation ul li li a:hover .subnav-posts {
  display: block
}
#header-navigation ul li .subnav-posts a {
  line-height: 14px;
  font-weight: 400;
  display: inline;
  text-transform: none;
  padding: 0;
  border-top: 0
}
#header-navigation .subnav-posts article {
  width: 150px;
  float: left;
  margin-left: 30px
}
#header-navigation .subnav-posts article img {
  width: 150px
}
#header-navigation .subnav-posts article:first-child {
  margin-left: 0
}
#header-navigation .subnav-posts article h3 {
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
  margin: 8px 0 0 0
}
#header-navigation .dropnav-container {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 10;
  background: #3f3f3f
}
#header-navigation .dropnav-container ul.dropnav-menu li {
  position: relative;
  float: none;
  min-width: 200px;
  border-top: 1px solid #4d4d4d
}
#header-navigation .dropnav-container ul.dropnav-menu li a {
  color: #fff;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px
}
#header-navigation .dropnav-container ul.dropnav-menu li a i.fa {
  float: right;
  line-height: 18px
}
#header-navigation .dropnav-container ul.dropnav-menu ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 100
}
#header-navigation ul li:hover .dropnav-container, #header-navigation .dropnav-container ul.dropnav-menu li:hover ul {
  display: block
}
#header-navigation-sub nav {
  height: 50px;
  overflow: hidden
}
#header-navigation-sub nav ul {
  list-style: none;
  padding: 0
}
#header-navigation-sub nav ul li {
  float: left;
  margin: 0 10px 0 25px
}
#header-navigation-sub nav ul li a {
  font: 700 14px/50px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff
}
#header-navigation-sub nav ul li.current a, #page-content #header-navigation-sub nav ul li a:hover {
  color: #3a3a3a
}
@media(min-width:992px) {
#header-navigation ul li a {
  font-size: 13px;
  padding: 0 18px
}
#header-navigation .subnav-container {
  width: 970px
}
#header-navigation ul.subnav-menu {
  width: 250px
}
#header-navigation ul.subnav-menu li {
  width: 250px
}
#header-navigation .subnav-posts {
  left: 280px;
  width: 650px
}
#header-navigation .subnav-posts article {
  width: 190px
}
#header-navigation .subnav-posts article img {
  width: 190px
}
}
@media(min-width:1170px) {
#header-navigation ul li a {
  font-size: 13px;
  padding: 0 14px
}
#header-navigation .subnav-container {
  width: 1170px
}
#header-navigation .subnav-posts {
  width: 850px
}
#header-navigation .dropnav-container ul.dropnav-menu li {
  min-width: 240px
}
#header-navigation .dropnav-container ul.dropnav-menu ul {
  left: 240px
}
}





/* ---
BUSCADOR
--- */

.buscador {
  background: #f7f7f7;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  height: 56px;
  padding: 10px;
  overflow: hidden;
}

.busqueda_titulo {
  margin: 20px 0;
}


/*---
| FLEXSLIDER
---*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 20px 0 25px;
  position: relative;
  z-index: 90;
  border: 1px solid #ddd;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  border-radius: 0px;
}

.flexslider .slides li {
  list-style: none;
}

.flexslider .flex-progress {
  bottom: -1px;
  position: absolute;
  width: 100%;
  z-index: 20;
  background-color: rgba(71, 73, 72, 0.19999999999999996);
}
.flexslider .flex-progress span {
  display: block;
  height: 5px;
  background-color: #2980b9;
  width: 0%;
}

@media (max-width: 479px) {
  .flex-control-nav {
    display: none;
  }
}

/*--
| TITULOS BANNER (usados en Flexslider)
---*/
.banners_titulos {
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 100%;
  margin-top: -85px;
  padding: 0;
  background-color: transparent;
  overflow: visible;
  font-family: inherit !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .banners_titulos {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .banners_titulos {
    display: none !important;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.banners_titulos h3 {
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #2980b9;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 54px;
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .banners_titulos h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.banners_titulos p {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(71, 73, 72, 0.8);
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .banners_titulos p {
    font-size: 12px;
    line-height: 18px;
  }
}
.banners_titulos .btn {
  display: inline-block !important;
  border-bottom: none !important;
}


/*---
TABS
---*/

.tabs {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  font-weight: 300;
  /* font-size: 1.25em; */
}

.tabs .tab-button ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.tabs .tab-button ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs .tab-button li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  cursor: pointer;
}

.tabs .tab-button li a span {
  vertical-align: top;
  line-height: 30px;
}

.tabs .tab-button li.active a {
  color: #ccc;
}

.tabs .tab-button a:focus {
  outline: none;
}


.tabs-estilo {
  max-width: 1200px;
}

.tabs-estilo .tab-button li {
  border: 1px solid #eaeaea;
}

.tabs-estilo .tab-button li:not(:last-child) {
  border-right: none;
}

.tabs-estilo .tab-button li.active {
  border-top: none;
  border-bottom: none;
}

.tabs-estilo .tab-button a {
  padding: 0.65em 0 0.5em;
  background: #f4f4f4;
  color: #999;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs-estilo .tab-button i {
  margin: 0px 10px 0 0;
  font-size: 17px;
  line-height: 30px;
  display: inline-block;
}

.tabs-estilo .tab-button a:hover,
.tabs-estilo .tab-button a:focus {
  color: #666;
  background: #eaeaea;

}

.tabs-estilo .tab-button li.active a {
  background: none;
  box-shadow: inset 0 4px 0 #444;
  color: #444;
}

.tabs-estilo .tab-button a span {
  font-weight: 400;
}

.tabs-estilo .tab-contenido {
  padding: 20px 0px;
}


.tabs-estilo-derecha {
  max-width: 1200px;
}

.tabs-estilo-derecha .tab-button li {
  border: 0px solid #333;
}

.tabs-estilo-derecha .tab-button li:not(:last-child) {
  border-right: none;
}

.tabs-estilo-derecha .tab-button li.active {
  border-top: none;
  border-bottom: none;
}

.tabs-estilo-derecha .tab-button a {
  padding: 0.65em 0 0.5em;
  background: #444;
  color: #777;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs-estilo-derecha .tab-button i {
  margin: 0px 10px 0 0;
  font-size: 17px;
  line-height: 30px;
  display: inline-block;
}

.tabs-estilo-derecha .tab-button a:hover,
.tabs-estilo-derecha .tab-button a:focus {
  color: #fff;
  background: #555;

}

.tabs-estilo-derecha .tab-button li.active a {
  background-color: #333;
  color: #fff;
}

.tabs-estilo-derecha .tab-button a span {
  font-weight: 400;
}

.tabs-estilo-derecha .tab-contenido {
  padding: 20px 0px;
  background-color: #333;
  margin-bottom: 30px;
  color: #999;
}

.tabs-estilo-derecha .tab-contenido a {
  color: #fff;
}

.tabs-estilo-derecha .tab-contenido .listado_noticias article {
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid #555;
  min-height: 80px;
}

.tabs-estilo-derecha .tab-contenido .listado_noticias article:first-child {
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid #333;
  min-height: 80px;
}

.tabs-estilo-derecha .tab-contenido .listado_noticias article .texto {
  line-height: 18px;
}

.tabs-estilo-derecha .tab-contenido .listado_noticias article img {
  margin-top: 5px;
}

@media screen and (max-width: 58em) {
  .tabs .tab-button li a span {
    display: none;
  }
  .tabs .tab-button li a:before {
    margin-right: 0;
  }
  .tabs-estilo .tab-button i {
  margin: 5px 0px 0 0;
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
  }
  .tabs-estilo-derecha .tab-button i {
  margin: 5px 0px 0 0;
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
  }

}



/* ---
SECCIONES
--- */

.seccion h3.titulo {
color: #3E4548;
border-bottom: 1px solid #eee;
font-weight: normal;
margin: 30px 0g42;
line-height: 2em;
font-size: 14px;
}

.seccion .titulo span {
color: #3e4548;
background: #E9ECEE;
padding: 0 15px;
display: inline-block;
text-transform: uppercase;
}

.seccion-firmas {
  padding: 20px 25px;
  margin: 0px -25px 1px -25px;
}
.seccion-imagen {
  padding: 20px 25px;
  margin: -25px -25px 10px -25px;
}

.seccion-imagen-firmas {
  padding: 20px 25px 0 25px;
  margin: -25px -25px 10px -25px;
}


#sidebar .firmas_invitadas h3 a {
  color: #fff;
  margin-bottom: 15px;
  border-bottom: 1px dotted #777;
  display: block;
  padding-bottom: 10px;
}

#sidebar .firmas_invitadas .imagen_firmas {
  margin-bottom: 15px;
}

.seccion-autor h3 {
  font: 100 37px/17px 'Roboto Condensed', sans-serif;
}
.seccion-autor .texto {
  font-size: 13px;
  font-weight: 100;
  padding-top: 11px;
  display: block;
  line-height: 24px;
}


/* ---
SECCION ARTICULOS
--- */

#page-content header {
  position: relative
}
#page-content header h2 {
  font: 400 17px/17px 'Roboto Condensed', sans-serif;
  color: #444;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5
}
#page-content header span.borderline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #222
}

#sidebar header h2 {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  border-color: #4e4e4e;
}
#sidebar header h2 a {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  border-color: #4e4e4e;
}
#sidebar header span.borderline {
  background: #fff
}
#sidebar input, #sidebar textarea {
background-color: #444;
border-color: #777;
color: #fff;
}
#sidebar .error {
color: #E0B509;
}

article.linkbox h2 {
  font: 400 24px/30px 'Roboto Condensed', sans-serif
}
article.linkbox h3 {
  font: 400 15px/18px 'Roboto Condensed', sans-serif
}
article.thumb h3 {
  font: 700 16px/20px 'Roboto Condensed', sans-serif;
  margin: 0 0 10px 0
}
article.article-confidencial h3 {
  font: 700 20px/22px 'Roboto Condensed', sans-serif;
  margin: 00px 0 10px 0
}
article span.text, article span.texto {
  font-size: 12px
}
article span.publicado {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 15px;
}
article span.publicado-tiempo {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #bbb;
  text-transform: uppercase
}

/* ---
SECCION CATEGORIAS
--- */
.seccion-categorias {
  font: 100 16px/20px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding: 20px 25px;
  margin: 0 -25px 20px -25px;
}

.seccion-categorias a i {
  margin-right: 15px;
}

.seccion-categorias ul {
  margin:0;
  padding: 0;
}

.seccion-categorias ul li {
  list-style: none;
  border-bottom: 1px solid;
  border-color: #575757
}

.seccion-categorias li a {
  color: #999;
  display: block;
  padding: 10px 0 10px 15px;
  border-radius: 5px;
}
.seccion-categorias li a:hover, .seccion-categorias li .active {
  background-color: #999;
  color: #fff;
}
/* ---
NOTICIAS
--- */

.noticias-estilo article {
  padding-bottom: 12px;
  margin-bottom: 10px;
  line-height: 18px;
  border-bottom: 1px solid #e3e3e3
}
.noticias-estilo article:last-child {
  border-bottom: 0
}
.noticias-estilo article h3 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 0 10px 0
}
.noticias-estilo article h3 a {
  color: #222
}
.noticias-estilo article h3 a:hover {
  text-decoration: underline
}
.noticias-estilo article img {
  float: left;
  margin: 3px 12px 3px 0
}

.acotaciones article.thumb h3 {
	font: 700 20px/22px 'Roboto Condensed', sans-serif;
	margin: 0 0 10px 0;
}
.leermas {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding-top: 5px;
}
.leermas a {
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	background: transparent;
	border: 1px dotted #444;
	padding: 0 15px;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	color: #444;
}

.leermas a:hover {
	background-color: #444;
	color: #fff;
}

.botones_navegacion {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
}
.botones_navegacion a {
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	background: #fff;
	border: 1px dotted #444;
	padding: 0 15px;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	color: #444;
}

.botones_navegacion a:hover {
	background-color: #444;
	color: #fff;
}

#article-noticia p {
line-height: 24px;
margin-bottom: 15px;
}

#article-noticia header {
	padding: 15px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #dadada
}
#article-noticia header h1 {
	font: 400 30px/36px 'Roboto Condensed', sans-serif;
	color: #222;
	margin: 0
}
#article-noticia h2 {
	font: 400 24px/30px 'Roboto Condensed', sans-serif;
	color: #222;
	margin: 25px 0 15px 0
}
#article-noticia p {
	line-height: 24px;
	margin-bottom: 15px
}
#article-noticia p.lead {
	font: 400 16px/24px 'Roboto Slab', serif;
	color: #222;
	margin-bottom: 25px
}
#article-noticia blockquote {
	position: relative;
	background: #f5f5f7;
	padding: 35px 80px 35px 70px;
	margin: 25px 0;
	border: 0;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px
}
#article-noticia blockquote footer {
	margin: 0;
	padding: 0;
	border: 0
}
#article-noticia blockquote p {
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	color: #222;
	quotes: "\201C" "\201D" "\2018" "\2019"
}
#article-noticia blockquote:before {
	position: absolute;
	top: 20px;
	left: 25px;
	content: open-quote;
	font: 700 54px/54px Georgia, serif;
	color: #999
}
#article-noticia blockquote:after {
	position: absolute;
	bottom: 10px;
	right: 25px;
	content: close-quote;
	font: 700 54px/54px Georgia, serif;
	color: #999
}

#article-noticia .row-highlights col-sm-9, #article-noticia .row-highlights col-sm-3 {
	padding-top: 0
}
#article-noticia .highlights h4 {
	font: 400 17px/17px 'Roboto Condensed', sans-serif;
	color: #444;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3
}
#article-noticia .review h4 {
	margin-top: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #dadada
}
#article-noticia .review ul {
	list-style: none;
	font-size: 13px;
	color: #777;
	padding: 0
}
#article-noticia .review li {
	position: relative;
	margin-bottom: 3px;
	padding-left: 25px
}
#article-noticia .review li i.fa {
	position: absolute;
	font-size: 14px;
	top: 2px;
	left: 2px;
	color: #aaa
}
#article-noticia .score-overall {
	background: #444;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 15px
}
#article-noticia .score-number {
	display: block;
	font: 400 72px/72px 'Roboto Slab', serif;
	color: #fff
}
#article-noticia .score-desc {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	margin-top: 10px;
	padding-top: 10px
}
#article-noticia .progress {
	background-color: #f5f5f7;
	box-shadow: none;
	height: 40px
}
#article-noticia .progress-bar {
	line-height: 40px;
	box-shadow: none;
	background-color: #444;
	border-radius: 4px
}
#article-noticia .progress-bar span {
	display: inline-block;
	font-weight: 700;
	font-family: "Roboto Sondensed", sans-serif;
	text-transform: uppercase;
	margin-left: 8px;
	line-height: 26px;
	margin-top: 7px
}
#article-noticia .progress-bar span.skill-number {
	font-size: 14px;
	color: #444;
	background-color: #FFF;
	border-radius: 2px;
	padding: 3px 10px;
	line-height: 20px;
	margin-right: 5px
}
#article-noticia footer, .article-confidencial footer {
	border-top: 1px solid #dadada;
	padding: 15px 0 0 0;
	margin: 50px 0 0 0
}
#article-noticia footer h3, .article-confidencial footer h3 {
	display: block;
	font: 400 20px/24px 'Roboto Condensed', sans-serif;
	color: #222;
	margin: 0 5px 0 0
}
#article-noticia footer a, .article-confidencial footer a {
	color: #828282;
	margin: 0 6px
}
#article-noticia footer a:hover, .article-confidencial footer a:hover {
	color: #222
}
#article-comentarios {
	margin-bottom: 50px
}
#comentarios-lista {
	list-style: none;
	padding: 0
}
#comentarios-lista li {
	list-style: none;
	margin-bottom: 10px
}
#comentarios-lista li ul {
	padding: 0;
	margin: 10px 0 0 0
}
#comentarios-lista li .comentario {
	position: relative
}
#comentarios-lista li .comentario .usuario-avatar {
	display: none
}
#comentarios-lista li .comentario .usuario-avatar>i {
	font-size: 95px !important;
	color: #ddd;
}
#comentarios-lista li .comentario-texto {
	position: relative;
	line-height: 24px;
	padding: 25px;
	border: 1px solid #dadada;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px
}
#comentarios-lista .activado .comentario-texto {
	background: #f1d7d7;
	border-color: #eac2c2
}
#comentarios-lista li .comentario-texto p {
	margin-bottom: 0
}
#comentarios-lista li .comentario-texto header {
	font: 400 14px/24px 'Roboto Condensed', sans-serif;
	color: #999;
	margin: 0 0 10px 0
}
#comentarios-lista li .comentario-texto header h5 {
	font-size: 18px;
	line-height: 20px;
	color: #222;
	padding: 0;
	margin: 0 15px 0 0
}
#comentarios-lista li .comentario-texto header .reply {
	color: #ef3434;
	text-transform: uppercase
}

@media(min-width:768px) {

.author-box {
	text-align: left;
	margin: 40px -15px 20px -15px;
	padding: 25px 30px 10px 185px
}
.author-box img {
	position: absolute;
	top: 20px;
	left: 35px
}
#article-noticia .score-overall {
	margin-bottom: 0
}
#article-noticia .row-highlights .col-sm-9 {
	border-right: 1px solid #e3e3e3
}
#comentarios-lista li {
	margin-bottom: 30px
}
#comentarios-lista li ul {
	margin: 30px 0 0 110px
}
#comentarios-lista li .comentario {
	position: relative;
	padding-left: 110px
}
#comentarios-lista li .comentario .usuario-avatar {
	display: block;
	position: absolute;
	top: 0;
	left: 5px
}
#comentarios-lista li .comentario-texto:before {
	position: absolute;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background: #fff;
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
	margin-left: -34px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#comentarios-lista .activado .comentario-texto:before {
	background: #f1d7d7;
	border-color: #eac2c2
}
}

.tags {
  background-color: #F4F4F4;
  padding: 15px 25px;
  border-radius: 5px;
  font-weight: 100;
  font-size: 14px;
}
.tags i {
  margin-right: 10px;
}

/* ---
TIEMPO
--- */

.seccion-tiempo {
	background: #fff;
	padding: 10px 20px;
	margin-top: 30px;
	border-top: 10px solid #ccc;
	-webkit-box-shadow: 0 0 12px 0 #333;
	box-shadow: 0 0 12px 0 #ccc;
}

.seccion-tiempo h3 {
	font: 500 19px/18px 'Roboto Condensed', sans-serif;
	margin: 0;
	line-height: 28px;
}

.seccion-tiempo .tiempo_separador {
	border-right: 1px solid #ccc;
	padding: 10px 0;
	margin: 5px 0;
}
.seccion-tiempo .tiempo_separador:last-child {
	border-right: 0px solid #ccc;
}
.seccion-tiempo .tiempo_dia {
	display: block;
	text-align: center;
	font-weight: bold;
}
.seccion-tiempo .tiempo_simbolo {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 45px;
	line-height: 65px;
}
.seccion-tiempo .tiempo_temperatura {
	display: block;
	text-align: center;
	font-weight: 100;
	font-size: 14px;
}
.seccion-tiempo .tiempo_max {
	color: #D82121;
}
.seccion-tiempo .tiempo_min {
	color: #5699CA;
}
.seccion-tiempo .tiempo_fuente {
	text-align: right;
	color: #ccc;
	font-size: 11px;
	padding: 0 10px 5px 0;
}
.seccion-tiempo .tiempo_fuente a {
	color: #ccc;
}
.seccion-tiempo .tiempo_fuente a:hover {
	color: #333;
}

/* ---
ENCUESTA
--- */

.seccion-encuesta {
	border-top: 10px solid #f0ad4e;
}

.encuesta_titulo {
	display: block;
	font: 500 16px/18px 'Roboto Condensed', sans-serif;
	line-height: 26px;
	margin-bottom:10px;
}
.encuesta_total {
	display: block;
	font: 500 16px/18px 'Roboto Condensed', sans-serif;
	line-height: 26px;
	margin-bottom:10px;
}
.encuesta_intervalo {
	float:right;
	padding-top: 10px;
	font-size: 12px;
		line-height: 18px;

}
.encuesta_min, .encuesta_max {
	display: block;
	color: #ccc;

}
.encuesta_ok .okÃƒÂ¯Ã‚Â¬Ã¢â‚¬Å¡Ãƒâ€¹Ã‹Å“ {
	position: absolute;
	bottom: 45px;
	margin-left: 0px;
	font-size: 75px;
	color: rgb(59, 155, 59);
}

/* ---
VENTANA ABIERTA
--- */
.ventana_abierta_bg {
	background: #FFF;
	border-top: 10px solid #D4CA56;
}

.ventana_abierta_comentario {
	background: #F9F4DD;
	padding: 15px;
	border-radius: 10px;
}
.ventana_abierta_comentario:hover {
	background: #D4CA56;
}

.cajon_ventana_abierta {
	border:2px solid #d4ca56;
	padding: 30px 20px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 90%, rgba(240,236,187,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(15%, rgba(255,255,255,1)), color-stop(90%, rgba(255,255,255,1)), color-stop(100%, rgba(240,236,187,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 90%, rgba(240,236,187,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 90%, rgba(240,236,187,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 90%, rgba(240,236,187,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 90%, rgba(240,236,187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f0ecbb", GradientType=0 );
	margin-bottom: 30px;
}
.cajon_ventana_abierta h3 a {
    font: 700 20px 'Roboto Condensed', sans-serif;
    margin: 0 0 10px 0;
}


.border-derecha:first-child {
   border-right: 1px solid #DDD;
   padding-right: 30px;
}
.border-derecha:last-child {
   padding-left: 30px;
   padding-right: 25px;
}

/* ---
CONFIDENCIAL
--- */

.article-confidencial {
  background-color: #EDEDED;
  padding: 20px;
}

/* ---
FORMULARIOS COMENTARIO
--- */

#sidebar .article-comentarios-form .boton-enviar {
  background-color: #999;
  width: 100%;
}
#sidebar .article
/* ---
AGENDA
--- */

.seccion-agenda {
  margin-bottom: 30px
}
.seccion-agenda article {
  position: relative;
  padding-left: 80px;
  margin: 0
}
.seccion-agenda article .cnt {
  position: relative;
  border-left: 1px solid #575757;
  padding: 20px 0 20px 20px
}
.seccion-agenda article:last-child .cnt {
  padding-bottom: 0
}
.seccion-agenda article span.publicado {
  position: absolute;
  width: 60px;
  text-align: right;
  left: 0;
  top: 2px;
  margin-top: 0;
  color: #999
}
.seccion-agenda article span.publicado-tiempo {
  position: absolute;
  width: 60px;
  text-align: right;
  left: 0;
  top: 16px
}
.seccion-agenda article span.categoria {
  position: absolute;
  top: 2px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase
}
.seccion-agenda article h3 {
  font: 100 15px/18px 'Roboto Condensed', sans-serif;
  margin: 0
}
.seccion-agenda article a {
  color: #fff
}
.seccion-agenda article h3 a {
  color: #ccc
}
.seccion-agenda article h3 a:hover {
  color: #fff
}
.seccion-agenda article i.bullet {
  position: absolute;
  top: 0;
  left: -8px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 3px solid #444;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px
}

/* ---
PUBLICIDAD
--- */

.ad {
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 0px 0 20px 0;
	font-size: 11px;
	color: #777;
	line-height: 29px;
}

/* ---
GALERIA FOTOS
--- */

.zoomix {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 90;
  background: #000;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden
}
.ie7 .zoomix {
  clear: both
}
a:hover .zoomix {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: .4;
  filter: alpha(opacity = 50)
}
.zoomix .fa {
  font-size: 55px;
  line-height: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -22px
}

#article-galeria .titulo-galeria {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#article-galeria .overlay .texto {
  font-weight: 100;
  font-size: 13px;
  line-height: 20px;
  margin-top: 5px;
}

/* ---
BXSlider
--- */

ul.bxslider,
ul.galeria {
  margin:0;
}

.bx-wrapper .meta {
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  padding:0.5em 0;
}

.bx-controls {
  position:absolute;
  right:0;
  top:1px;
}

.bx-prev,
.bx-next {
  /* background:url("../img/bx-bg.png") no-repeat; */
  display:inline-block;
  height:27px;
  width:30px;
  text-align: center;
  line-height: 22px;
}

.bx-next {
  background-position:-30px;
}

.bx-wrapper h4 {
  font-weight:normal;
}

.bx-prev:hover,
.bx-next:hover,
a.jp-previous:hover,
a.jp-next:hover {
  /* background:url("../img/bx-bg-hover.png") no-repeat !important; */
}

.bx-next:hover,
a.jp-next:hover {
  background-position:-30px center !important;
}

.bx-controls-direction {
  margin-right: 15px;
  margin-top: 15px;
}

#galeria {
  position:relative;
}

.galeria h4.titulo {
  color:#555e6b;
  margin:10px 0;
  line-height:1.3em;
  position:relative;
}

.galeria h4.titulo a {
  color:#555e6b;
}


/* ---
LISTADOS
--- */

.listado_noticias {

}

.listado_noticias ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.listado_noticias li {
  border-bottom: 1px dotted #ddd;
  display: block;
  min-height: 65px;
}

.listado_noticias li:hover {
  background-color: #f4f4f4;
}

.listado_noticias .img_listado {
  display: inline-table;
  margin: 10px 0 10px 10px;
  vertical-align: top;
}
.listado_noticias .textos_listado {
    display: inline-table;
    vertical-align: top;
    padding: 10px 10px;
}
.listado_noticias .textos_listado .resumen {
  font-size: 13px;
  display: block;
}
.listado_noticias .textos_listado .titulo {
  font-style: 14px; font-weight: 600;
}

.listado_noticias {
  margin-top: 0px;
}
.listado_noticias article {
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid #f4f4f4;
  min-height: 80px
}
.listado_noticias article:first-child {
  padding-top: 0;
  border: 0
}
.listado_noticias article h3 {
  font: 700 15px/18px 'Roboto Condensed', sans-serif;
  margin: 0;
  max-height: 54px;
  overflow: hidden
}
.listado_noticias article h3 a {
  color: #444
}
.listado_noticias article h3 a:hover {
  color: #999
}
.listado_noticias article span.texto {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin: 3px 0 6px 0;
  min-height: 40px;
}
.listado_noticias article img {
  display: block;
  float: left;
  margin-right: 12px;
}


/* ---
VIDEO BLOG
--- */

.listado_videos {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.listado_videos .video {
	
	width: calc(50% - 20px);
	margin: 10px;
}

.listado_videos .video a {
	position: relative;
	display: block;
}

.listado_videos .video .titulo {
  background-color: #000000;
  display: block;
  padding: 5px 10px;
  text-align: center;
  bottom: 0px;
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.listado_videos .video a .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 30;
    cursor: pointer;
    transition: all 0.6s ease;
}


.listado_videos .video a .overlay:before {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 40px;
    content: '\f144';
    font-family: 'FontAwesome';
}


.listado_videos .video:hover .overlay{
  background-color:initial;
}
/* ---
CATEGORIAS
--- */

.categorias {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 10px 5px 10px;
  margin-bottom: 10px;
  margin-left: -25px;
  margin-right: -25px;
  background-color: #f4f4f4;
}
.categorias ul.lista {
  margin:0;
  padding:0;
  text-align:center;
  width:100%;
}
.categorias ul.lista li {
  list-style: none;
  display: inline-block;
  margin:4px 0px;
  padding: 0;
  font-size:14px;
}
.categorias ul.lista li a {
  display:block;
  text-decoration:none;
  padding:10px 15px;
  color:#444;
  border-right: 1px solid #ddd;
}
.categorias ul.lista li:last-child a {
  border-right: 0;
}
.categorias ul.lista li a:hover {
  color:#fff;
  background:#555;
}
.categorias .lista_imagenes {
  padding-bottom: 25px;
  display: inline-block;
}
.categorias .lista_imagenes img {
  width: 100%;
}
.categorias .lista_imagenes .titulo {
  padding: 5px;
  background-color: #fff;
}

.categorias .lista_imagenes .titulo span {
  width: 148px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* ---
SIDEBAR
--- */

#sidebar .seccion-jaen-imagenes {
  font: 100 16px/20px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding: 20px 25px;
  margin: 25px -25px 1px -25px;
}

#sidebar .modulo-noticias {
  margin-top: 30px;
}
#sidebar .modulo-noticias article {
  padding: 15px 0;
  margin: 0;
  border-top: 1px solid #9C5FA6;
  min-height: 80px
}
#sidebar .modulo-noticias article:first-child {
  padding-top: 0;
  border: 0
}
#sidebar .modulo-noticias article h3 {
  font: 700 15px/18px 'Roboto Condensed', sans-serif;
  margin: 0;
  max-height: 54px;
  overflow: hidden
}
#sidebar .modulo-noticias article h3 a {
  color: #ccc
}
#sidebar .modulo-noticias article h3 a:hover {
  color: #fff
}
#sidebar .modulo-noticias article span.publicado {
  display: block;
  font-size: 11px;
  line-height: 11px;
  color: #999;
  margin: 15px 0 6px 0
}
#sidebar .modulo-noticias article img {
  display: block;
  float: left;
  margin-right: 12px
}
#sidebar .enlaces article {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #575757;
  min-height: 10px;
}

#sidebar .enlaces article h3 {
  font: 700 15px/18px 'Roboto', sans-serif;
  margin: 0;
  max-height: 34px;
  overflow: hidden;
}
#sidebar .enlaces article h3 a {
  color: #ccc
}
#sidebar .blog article h3 a:hover {
  color: #fff
}
 #sidebar .enlaces article span.publicado a {
  color: #777;
 }
#sidebar .enlaces article span.publicado {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #999;
  margin-top: 5px;
  line-height: 17px;
  text-transform: lowercase;
  font-size: 12px;
}
#sidebar .enlaces h4 {
  line-height: 37px;
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  text-align: right;
  background: rgba(255,255,255,0.1);
  padding: 0 10px;
  border-radius: 5px;
}
#sidebar .enlaces i {
  float: left;
  display: inline-block;
  font-size: 17px;
  line-height: 38px;
  color: #999;
}


#sidebar .leermas {
  border-top: 1px solid #6FB075;
  margin-top: 0px;
  padding-top: 10px;
}

#sidebar .leermas a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

#sidebar .leermas a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #468E4C;
}

/* ---
CALENDARIO
--- */

.seccion-agenda article.evento {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-left: 0;
}

.seccion-agenda .calendario_titulos {
  padding: 5px 5px 5px 5px;
  float: right;
  border-right: 5px solid;
  font-size: 21px;
}

.seccion-agenda .loading {
  position: absolute;
  right:0;
  top: 30px;
  padding: 10px 0px;
}

.evento .dia {
  font-size: 40px;
  font-weight: 100;
  text-align: center;
  display: block;
  line-height: 60px;
  padding: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f4f4f4;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 10px -3px rgba(0,0,0,0.2);
box-shadow: 2px 2px 10px -3px rgba(0,0,0,0.2);
}

.evento .mes {
  font-weight: 100;
  text-align: center;
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  border-top: 5px solid;
  font-weight: 100;
  font-size: 22px;
  background: #ffff;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 10px -3px rgba(0,0,0,0.2);
box-shadow: 2px 2px 10px -3px rgba(0,0,0,0.2);
}
.agenda h2 {
  padding: 0;
  margin: 0 0 15px 0;
  font: 100 25px/50px 'Roboto Condensed', sans-serif;
  line-height: 35px;
}

.agenda span.publicado-autor, .agenda span.publicado-fecha {
  font-size: 13px;
  background: #f4f4f4;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.agenda .color_categoria {
  display: inline-block;
  padding: 0px 15px 20px 0px;
  line-height: 0;
}
.agenda .color_categoria_raya {
  padding: 0px 9px;
  border-radius: 15px;
}
.div_calendario {
  margin-bottom: 20px;
}
.lista_agendas ul {
  margin: 0;
  padding: 0;
}
.lista_agendas li {
  list-style: none;
  margin: 0;
}
.lista_agendas li a {
  display: block;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
}
.lista_agendas li a:hover {
  background: #555;
  color: #fff;
}
.lista_agendas .color_agenda {
  padding: 0px 9px;
  margin-right: 10px;
  border-radius: 22px;
}
/* ---
FORMULARIOS
--- */
.form-control {
	padding: 10px 12px;
	height: 42px
}

.barra_superior .form-control, #siderbar .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  background-image: none;
  border: 1px solid #555;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.barra_superior  .input-group .input-group-btn .btn i {
  margin: 0;
  padding: 3px;
}

.formulario {
  padding: 20px;
}

/* ---
RSS
--- */
.titulo_rss {
  font-weight: 100;
  font-size: 14px;
  display:block;
  background-color: #DDD1C1;
  border-radius: 5px;
  padding:5px;
  text-align: center;
  text-transform: uppercase;
}

.rss_contenido ul{
  margin: 0;
  padding:0;
}
.rss_contenido ul li {
  list-style: none;
}
.rss_contenido ul li a {
  line-height: 18px;
}
.rss_contenido ul li div {
  font-size: 12px;
  margin-bottom: 20px;

}
/* ---
COMPARTIR
--- */

.div_compartir {
  background: #eaeaea;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.div_compartir i {
  margin-right: 10px;
  cursor: pointer;
}
.div_compartir a {
  color: #666;
}
.div_compartir a:hover {
  color: #333;
}
.div_compartir span {
    font: 100 14px/15px 'Roboto Condensed', sans-serif;
    line-height: 20px;
    margin: 0 10px;
}

/*---
| PIE DE PAGINA
---*/

#page-footer {
  position: relative
}
#foot-menu {
  height: 70px;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden
}
#foot-menu ul {
  padding: 0
}
#foot-menu ul li {
  list-style: none;
  float: left;
  margin-right: 1px
}
#foot-menu ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 68px;
  color: #222;
  text-transform: uppercase;
  padding: 0 22px;
  border-bottom: 1px solid #222
}
#foot-menu ul li.current a, #foot-menu ul li a:hover {
  color: #999
}
#foot-menu ul li.options {
  float: right;
  padding-right: 10px
}
#foot-menu ul li.options a {
  display: inline-block;
  font-size: 12px;
  color: #999;
  padding: 0 10px;
  border: 0
}
#foot-menu ul li.options a span.glyphicon {
  padding-left: 10px;
  color: #999
}
#foot-menu ul li.options a:hover, #foot-menu ul li.options a:hover span {
  color: #222
}
#page-footer .about {
  font-size: 14px;
  color: #888;
  font-weight: 100;
  padding: 0 0 25px 0
}
#page-footer .row {
  margin: 0
}
#page-footer .about div {
  color: #888;
  margin-top: 30px
}
#page-footer .about h2 {
  font: 100 26px/17px 'Roboto Condensed', sans-serif;
  line-height: 30px;
  color: #6c5e9d;
}
#page-footer .about h3 {
  text-align: center
}
#page-footer .about h4 {
  font-size: 15px;
  color: #444
}
#page-footer .about a {
  color: #828282;
  font-weight: 100;
}
#page-footer .about i.fa {
  margin-right: 10px;
  color: #6c5e9d;
}
#page-footer .about a:hover {
  color: #222
}
#page-footer .about ul {
  list-style: none;
  padding: 0
}
#page-footer .about ul li {
  float: left;
  width: 50%
}
#page-footer .copyright {
  font-size: 13px;
  color: #888;
  padding: 10px 0;
  border-top: 1px solid #e4e4e4
}
#page-footer .copyright div {
  text-align: center
}
#page-footer .copyright a {
  font-weight: 700;
  color: #444
}
@media(min-width:768px) {
#page-footer .about div {
  margin-top: 15px
}
#page-footer .about div:first-child {
  margin-top: 0
}
#page-footer .copyright div {
  text-align: left
}
#page-footer .copyright div.text-right {
  text-align: right
}
}
@media(min-width:992px) {
#page-footer .about h3 {
  text-align: left;
}
#page-footer .about div {
  padding: 0 20px 0 20px
}
#page-footer .about div:first-child {
  padding-left: 5px
}
}
/*---
| CREDITOS
---*/
.creditos {
  padding: 10px 0;
  color: #766648;
  font-size: 12px;
  line-height: 18px;
  background: #251C03;
  padding: 15px 30px;
}
.creditos p {
  margin-bottom: 0;
}
.creditos a {
  color: #adafae;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.creditos a:hover {
  color: #c7c8c8;
}
.error_404 {
  margin: 50px 0 80px 0;
}
.error_404 h1 {
  font-size:200px;
  line-height: 220px;
  font-weight: 400;
  margin-top:0px;
}
.error_404 h2 {
  font-size: 46px;
  font-weight: 100;
}
.error_404 h2 small{
  font-size: 36px;
  font-weight: 100;
  color: #B0A284;
}
.error_404 p {
  font-size: 20px;
  font-weight: 100;
}

/* ---
 RESPONSIVE
--- */

@media (max-width:768px) {

#page-header-mobile h1 img {
vertical-align: inherit;
width: 260px;
}

#header.container {
  margin-top: 0px;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,0);
  box-shadow: inset 0 0px 0 rgba(255,255,255,0);
  padding-bottom: 20px;
}

.navbar .nav > li > a {
  color: #fff !important;
  border-right: 0px solid #485a63;
  border-bottom: 1px solid #485a63;
  padding: 15px !important;
}

#sliderTab .slider_tabs {
display: none;
}

#sliderTab .slider_tabs { display:none;}
  #sliderTab .slider_content { float:none; width:auto;}

}

@media (max-width: 992px) {
  #sliderTab {background-color: #f4f4f4; margin-bottom:25px;overflow:hidden;}

}
/* ---
COLOR
--- */


.pagination>li>a, .pagination>li>span {
  padding: 8px 15px;
  color: #444;
  border-color: #ddd
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #444;
  border-color: #444
}

.seccion-acotaciones {
	border-top: 10px solid #E45B99;
}

.seccion-firmas-invitadas {
  /* background: #EEF5FC; */
  border-top: 10px solid #51a3ff;
}
.seccion-jaen-al-momento {
  /* background: #E8E0D5; */
  border-top: 10px solid #9E7D50;
}
.seccion-se-oye {
/*background: #F7E2E2; */
  border-top: 10px solid #ef3434;
}

.seccion-todo-jaen {
  /* background: #EEF5FC; */
  border-top: 10px solid #A824A3;
}

.seccion-jaen-imagenes {
  /* background: #EEF5FC; */
  border-top: 10px solid #55985b;
}
.seccion-agenda-top {
  /* background: #EEF5FC; */
  border-top: 10px solid #3EBEB5;
}

.seccion-contacto-top {
  /* background: #EEF5FC; */
  border-top: 10px solid #D07319;
}
.seccion-buscador-top {
  /* background: #EEF5FC; */
  border-top: 10px solid #999;
}
.seccion-ventana-abierta {
  /* background: #EEF5FC; */
  border-top: 10px solid #d4ca56;
}

.seccion-video-blog {
/*background: #F7E2E2; */
  border-top: 10px solid #9e9e9e;
}


.linkbox.cat-noticias a:hover .overlay {
  background: rgba(239,52,52,0.8)
}

#header-navigation ul li.firmas-invitadas a, #header-navigation ul li.firmas-invitadas .dropnav-container ul.dropnav-menu, #header-navigation ul li.firmas-invitadas .dropnav-container ul.dropnav-menu li, .sidr ul li.firmas-invitadas a {
  border-color: #51a3ff
}
#header-navigation ul li.firmas-invitadas .subnav-menu, #header-navigation ul li.firmas-invitadas:hover .subnav-menu a, #header-navigation ul li.firmas-invitadas .dropnav-container ul li a:hover {
  background: #51a3ff
}
#header-navigation ul li.firmas-invitadas a:hover, #header-navigation ul li.firmas-invitadas:hover a, #header-navigation ul li.firmas-invitadas.current a, #header-navigation ul li.firmas-invitadas .subnav-container, #header-navigation ul li.firmas-invitadas .subnav-menu a:hover, #header-navigation ul li.firmas-invitadas .subnav-menu .current a, #header-navigation-sub nav.firmas-invitadas, .sidr ul li.firmas-invitadas a:hover {
  background: #4a84c4
}
.linkbox.firmas-invitadas a:hover .overlay {
  background: rgba(81,163,255,0.8)
}

#header-navigation ul li.acotaciones a, #header-navigation ul li.acotaciones .dropnav-container ul.dropnav-menu, #header-navigation ul li.acotaciones .dropnav-container ul.dropnav-menu li, .sidr ul li.acotaciones a {
  border-color: #E45B99
}
#header-navigation ul li.acotaciones .subnav-menu, #header-navigation ul li.acotaciones:hover .subnav-menu a, #header-navigation ul li.acotaciones .dropnav-container ul li a:hover {
  background: #E45B99
}
#header-navigation ul li.acotaciones a:hover, #header-navigation ul li.acotaciones:hover a, #header-navigation ul li.acotaciones.current a, #header-navigation ul li.acotaciones .subnav-container, #header-navigation ul li.acotaciones .subnav-menu a:hover, #header-navigation ul li.acotaciones .subnav-menu .current a, #header-navigation-sub nav.acotaciones, .sidr ul li.acotaciones a:hover {
  background: #CF4885
}
.linkbox.acotaciones a:hover .overlay {
  background: rrgba(228, 91, 153, 0.8);
}
#header-navigation ul li.todo_jaen a, #header-navigation ul li.todo_jaen .dropnav-container ul.dropnav-menu, #header-navigation ul li.todo_jaen .dropnav-container ul.dropnav-menu li, .sidr ul li.todo_jaen a {
  border-color: #7E427C
}
#header-navigation ul li.todo_jaen .subnav-menu, #header-navigation ul li.todo_jaen:hover .subnav-menu a, #header-navigation ul li.todo_jaen .dropnav-container ul li a:hover {
  background: #7E427C
}
#header-navigation ul li.todo_jaen a:hover, #header-navigation ul li.todo_jaen:hover a, #header-navigation ul li.todo_jaen.current a, #header-navigation ul li.todo_jaen .subnav-container, #header-navigation ul li.todo_jaen .subnav-menu a:hover, #header-navigation ul li.todo_jaen .subnav-menu .current a, #header-navigation-sub nav.todo_jaen, .sidr ul li.todo_jaen a:hover {
  background: #7E427C
}
.linkbox.todo_jaen a:hover .overlay {
  background: rgba(168, 36, 163, 0.8)
}
#header-navigation ul li.jaen_en_imagenes a, #header-navigation ul li.jaen_en_imagenes .dropnav-container ul.dropnav-menu, #header-navigation ul li.jaen_en_imagenes .dropnav-container ul.dropnav-menu li, .sidr ul li.jaen_en_imagenes a {
  border-color: #5dc866
}
#header-navigation ul li.jaen_en_imagenes .subnav-menu, #header-navigation ul li.jaen_en_imagenes:hover .subnav-menu a, #header-navigation ul li.jaen_en_imagenes .dropnav-container ul li a:hover {
  background: #5dc866
}
#header-navigation ul li.jaen_en_imagenes a:hover, #header-navigation ul li.jaen_en_imagenes:hover a, #header-navigation ul li.jaen_en_imagenes.current a, #header-navigation ul li.jaen_en_imagenes .subnav-container, #header-navigation ul li.jaen_en_imagenes .subnav-menu a:hover, #header-navigation ul li.jaen_en_imagenes .subnav-menu .current a, #header-navigation-sub nav.jaen_en_imagenes, .sidr ul li.jaen_en_imagenes a:hover {
  background: #55985b
}
.linkbox.jaen_en_imagenes a:hover .overlay {
  background: rgba(93,200,102,0.8)
}
#header-navigation ul li.ventana_abierta a, #header-navigation ul li.ventana_abierta .dropnav-container ul.dropnav-menu, #header-navigation ul li.ventana_abierta .dropnav-container ul.dropnav-menu li, .sidr ul li.ventana_abierta a {
  border-color: #d4ca56
}
#header-navigation ul li.ventana_abierta .subnav-menu, #header-navigation ul li.ventana_abierta:hover .subnav-menu a, #header-navigation ul li.ventana_abierta .dropnav-container ul li a:hover {
  background: #d4ca56
}
#header-navigation ul li.ventana_abierta a:hover, #header-navigation ul li.ventana_abierta:hover a, #header-navigation ul li.ventana_abierta.current a, #header-navigation ul li.ventana_abierta .subnav-container, #header-navigation ul li.ventana_abierta .subnav-menu a:hover, #header-navigation ul li.ventana_abierta .subnav-menu .current a, #header-navigation-sub nav.ventana_abierta, .sidr ul li.ventana_abierta a:hover {
  background: #b1aa57
}
.linkbox.ventana_abierta a:hover .overlay {
  background: rgba(212,202,86,0.8)
}
#header-navigation ul li.se-oye a, #header-navigation ul li.se-oye .dropnav-container ul.dropnav-menu, #header-navigation ul li.se-oye .dropnav-container ul.dropnav-menu li, .sidr ul li.se-oye a {
  border-color: #ef3434
}
#header-navigation ul li.se-oye .subnav-menu, #header-navigation ul li.se-oye:hover .subnav-menu a, #header-navigation ul li.se-oye .dropnav-container ul li a:hover {
  background: #ef3434
}
#header-navigation ul li.se-oye a:hover, #header-navigation ul li.se-oye:hover a, #header-navigation ul li.se-oye.current a, #header-navigation ul li.se-oye .subnav-container, #header-navigation ul li.se-oye .subnav-menu a:hover, #header-navigation ul li.se-oye .subnav-menu .current a, #header-navigation-sub nav.se-oye, .sidr ul li.se-oye a:hover {
  background: #c13636
}
.linkbox.se-oye a:hover .overlay {
  background: rgba(239,52,52,0.8)
}
#header-navigation ul li.seccion-contacto a, #header-navigation ul li.seccion-contacto .dropnav-container ul.dropnav-menu, #header-navigation ul li.seccion-contacto .dropnav-container ul.dropnav-menu li, .sidr ul li.seccion-contacto a {
  border-color: #D07319;
}
#header-navigation ul li.seccion-contacto .subnav-menu, #header-navigation ul li.seccion-contacto:hover .subnav-menu a, #header-navigation ul li.seccion-contacto .dropnav-container ul li a:hover {
  background: #D07319;
}
#header-navigation ul li.seccion-contacto a:hover, #header-navigation ul li.seccion-contacto:hover a, #header-navigation ul li.seccion-contacto.current a, #header-navigation ul li.seccion-contacto .subnav-container, #header-navigation ul li.seccion-contacto .subnav-menu a:hover, #header-navigation ul li.seccion-contacto .subnav-menu .current a, #header-navigation-sub nav.seccion-contacto, .sidr ul li.seccion-contacto a:hover {
  background: #C07A36;
}
.linkbox.seccion-contacto a:hover .overlay {
  background: rgba(232, 134, 39, 0.8);

}

#header-navigation ul li.seccion-agenda a, #header-navigation ul li.seccion-agenda .dropnav-container ul.dropnav-menu, #header-navigation ul li.seccion-agenda .dropnav-container ul.dropnav-menu li, .sidr ul li.seccion-agenda a {
  border-color: #3EBEB5;
}
#header-navigation ul li.seccion-agenda .subnav-menu, #header-navigation ul li.seccion-agenda:hover .subnav-menu a, #header-navigation ul li.seccion-agenda .dropnav-container ul li a:hover {
  background: #3EBEB5;
}
#header-navigation ul li.seccion-agenda a:hover, #header-navigation ul li.seccion-agenda:hover a, #header-navigation ul li.seccion-agenda.current a, #header-navigation ul li.seccion-agenda .subnav-container, #header-navigation ul li.seccion-agenda .subnav-menu a:hover, #header-navigation ul li.seccion-agenda .subnav-menu .current a, #header-navigation-sub nav.seccion-agenda, .sidr ul li.seccion-agenda a:hover {
  background: #47A8A1;
}
.linkbox.seccion-agenda a:hover .overlay {
  background: rgba(62, 190, 181, 0.8);

}

#header-navigation ul li.video-blog a, #header-navigation ul li.video-blog .dropnav-container ul.dropnav-menu, #header-navigation ul li.video-blog .dropnav-container ul.dropnav-menu li, .sidr ul li.video-blog a {
  border-color: #9e9e9e
}
#header-navigation ul li.video-blog .subnav-menu, #header-navigation ul li.video-blog:hover .subnav-menu a, #header-navigation ul li.video-blog .dropnav-container ul li a:hover {
  background: #9e9e9e
}
#header-navigation ul li.video-blog a:hover, #header-navigation ul li.video-blog:hover a, #header-navigation ul li.video-blog.current a, #header-navigation ul li.video-blog .subnav-container, #header-navigation ul li.video-blog .subnav-menu a:hover, #header-navigation ul li.video-blog .subnav-menu .current a, #header-navigation-sub nav.video-blog, .sidr ul li.video-blog a:hover {
  background: #9e9e9e
}
.linkbox.video-blog a:hover .overlay {
  background: rgba(224, 224, 224, 0.8);
}


/* ---
COLOR SIDEBAR
--- */

#sidebar .seccion-jaen-imagenes {
  background: #468E4C;
}
#sidebar .seccion-jaen-imagenes header h2 {
  border-color: #55985b;
}

.seccion-categorias {
  background: #7E427C;
}
.seccion-categorias ul li, #sidebar .seccion-categorias header h2 {
  border-color: #9C5FA6;
}
.seccion-categorias li a {
  color: #fff;
}
.seccion-categorias li a:hover, .seccion-categorias li .active{
  background-color: rgba(255, 255, 255, 0.2)
}
.seccion-categorias-firmas {
 background: #4d8dd4;
}
.seccion-categorias-firmas ul li, #sidebar .seccion-categorias-firmas header h2 {
  border-color: #83b2e6
}
.seccion-categorias-firmas li a {
  color: #fff;
}

#sidebar .modulo-noticias.seccion-categorias-firmas article {
    padding: 15px 0;
    margin: 0;
    border-top: 1px solid #83b2e6;
    min-height: 80px;
}

#page-content .firmas-invitadas header h2 a {
  color: #51a3ff;
}
#page-content .firmas-invitadas header span.borderline {
  background: #51a3ff;
}

#page-content .acotaciones header h2 a, #page-content .acotaciones header h2 {
  color: #E45B99
}
#page-content .acotaciones header span.borderline {
  background: #E45B99
}

#page-content .todo_jaen header h2 a, #page-content .todo_jaen header h2 {
  color: #A824A3;
}
#page-content .todo_jaen header span.borderline {
  background: #A824A3;
}

#page-content .jaen_en_imagenes header h2 a, #page-content .jaen_en_imagenes header h2 {
  color: #55985b;
}
#page-content .jaen_en_imagenes header span.borderline {
  background: #6FB075;
}

#page-content .ventana_abierta header h2 a, #page-content .ventana_abierta header h2 {
  color: #d4ca56;
}
#page-content .ventana_abierta header span.borderline {
  background: #d4ca56;
}

#page-content .se-oye header h2 a, #page-content .se-oye header h2 {
  color: #ef3434;
}
#page-content .se-oye header span.borderline {
  background: #ef3434;
}

#page-content .seccion-contacto header h2 a, #page-content .seccion-contacto header h2 {
  color: #D07319;
}
#page-content .seccion-contacto header span.borderline {
  background: #D07319;
}

#page-content .seccion-agenda header h2 a, #page-content .agenda header h2 {
  color: #3EBEB5;
}
#page-content .seccion-agenda header span.borderline {
  background: #3EBEB5;
}



/* video blog */


.PAGINA_VIDEOBLOG {
}

.PAGINA_VIDEOBLOG .cabecera {padding: 0px 10px; margin: 30px 0;}

.PAGINA_VIDEOBLOG .cabecera .resumen {font-weight: bold;}

.PAGINA_VIDEOBLOG .cabecera .titulo {

}

.PAGINA_VIDEOBLOG #sidebar .modulo-noticias {
    margin-top: -15px;
}



.PAGINA_VIDEOBLOG .videos {
  display: flex;
  flex-wrap: wrap;
}

.PAGINA_VIDEOBLOG .videos .video {
  width: calc(50% - 20px);
  margin: 10px;
  position: relative;
}


.PAGINA_VIDEOBLOG .videos .video a .titulo {
  position: absolute;
  background-color: #00000096;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 5px;
  bottom: 0px;
  color: white;
}


.PAGINA_VIDEOBLOG .videos .video a .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 30;
    cursor: pointer;
    transition: all 0.6s ease;
}


.PAGINA_VIDEOBLOG .videos .video a .overlay:before {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 70px;
    content: '\f144';
    font-family: 'FontAwesome';
}


.PAGINA_VIDEOBLOG .videos .video:hover .overlay{
  background-color:initial;
}




.seccion-jaen-al-momento .rss_contenido p {
  margin: 10px 0px;
  line-height: normal;
}

.seccion-jaen-al-momento .rss_contenido span.date {
  color: #9e7d50;
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}

.seccion-jaen-al-momento .rss_contenido span.title {
  font-size: 13px;
  text-align: justify;
  line-height: normal;
}