.enlaces-bar,
.enlaces-bar:visited{
    background: transparent;
    color: #cccccc;
    text-decoration: none;
}

.enlaces-bar:hover{
    background: transparent;
    color: #ffffff;
}
.titulo-principal h1{
    margin-top: 15px;
}
.bg-color-negro{
    background: #333;
    transition: all 0.3s ease-in-out;
}
.bg-color-negro:hover{
    background: #111;
}
.bg-color-gris-claro1{
    background: #fff;
}
.bg-color-gris-claro1:hover{
    background: #D4D4D4;
}
.bg-color-gris-claro2{
    background: #D4D4D4;
}
.bg-color-gris-claro2:hover{
    background: #C7C7C7;
}
.bg-color-gris{
    background: #1d1d1d;
}
.bg-color-gris:hover{
    background: #282828;
}
.bg-color-crema{
    background: #FF4A30;
}
.bg-color-crema:hover{
    background: #FCEF9E;
}
.bg-color-rojo{
    background: #A50002;
}
.bg-color-rojo:hover{
    background: #730002;
}
.bg-color-naranja{
    background: #b92525;
}
.bg-color-naranja:hover{
    background: #9F1E00;
}
.bg-color-ocre{
    background: #AEA279;
}
.bg-color-ocre:hover{
    background: #988A5C;
}
.bg-rojo{
    background: #BA2626;
}
.color-gris{
    background: transparent;
    color: #424242;
}
.color-gris:hover{
    background: transparent;
    color: #282828;
}
.color-crema{
    background: transparent;
    color: #FF4A30;
}
.color-crema:hover{
    background: transparent;
    color: #FCEF9E;
}
.color-rojo{
    background: transparent;
    color: #A50002;
}
.color-rojo:hover{
    background: transparent;
    color: #730002;
}
.color-naranja{
    background: transparent;
    color: #b92525;
}
.color-naranja:hover{
    background: transparent;
    color: #9F1E00;
}
.color-ocre{
    background: transparent;
    color: #AEA279;
}
.color-ocre:hover{
    background: transparent;
    color: #988A5C;
}
.color-blanco{
    background: transparent;
    color: #fff;
}
.enlace-blanco, .enlace-blanco:visited{
    background: transparent;
    color: rgba(255,255,255,0.7);
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.enlace-blanco, .enlace-blanco:hover{
    background: transparent;
    color: rgba(255,255,255,1);
}
.bg-color-gris,
.bg-color-crema,
.bg-color-ocre,
.bg-color-naranja,
.bg-color-rojo{
    color: #eee;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.fb-like-box {
    min-height: 700px;
}
/* --------------- FORMULARIOS ---------------------------------------*/

.buscador {
    padding: 15px;
    text-align: left;
}
.buscador input,
.buscador select{
    display: block;
    margin-bottom: 15px;
}
.buscador button{
    margin: 0 auto;
}
.buscador .form-inline .form-control{
    display: block;
    width: 100%;
}
/* --------------- LISTAS ---------------------------------------*/
.lista-noticias.flex {
    margin-left: -15px;
    margin-right: -15px;
}
.lista-noticias.flex {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.lista-noticias.flex .noticia {
    width: 25%;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}
.lista-noticias.lista-publicite.flex .noticia {
    width: 33.33333%;
    border-bottom: none;
}
.lista-galerias.flex .noticia {
    width: 33.33333%
}
.lista-noticias.lista-publicite.flex h2 {
    text-align: center;
}
.lista-publicite {
    margin-top: 30px;
}
.lista-publicite .publicite .noticia-inner {
    padding: 20px;
    background-color: #bbb;
}
.lista-noticias.lista-publicite .publicite-img {
    text-align: center;
    background-color: #DADADA;
    margin: -20px -20px 10px -20px;
    padding-bottom: 10px;
}
.lista-noticias.lista-publicite .publicite-img img {
    width: 40%;
    max-width: 150px;
    opacity: 0.7;
}
.lista-noticias.lista-fotos.flex .noticia {
    border-bottom: none;
}

.lista-noticias .noticia h2 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.lista-noticias .noticia header a{
    color: #777;
}
.lista-noticias .noticia header a:hover{
    color: #555;
}
.lista-noticias .noticia .volanta {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FF8F00;
    font-weight: 700;
}
.lista-noticias .noticia-alt .banner {
    width: 100%;
    background-color: #999;
    margin-bottom: 20px;
}
.mas-leidas{
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
}
.mas-leidas li{
    padding: 15px;
    background: #EEEEEE;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}
.mas-leidas li:hover{
    background: #f8f8f8;
}
.mas-leidas h4{
    margin-top: 0;
}
.mas-leidas h4 a{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.mas-leidas h4 a:hover{
    color: #111;
    text-decoration: none;
}
.mas-leidas header{
    text-align: center;
}
.mas-leidas span{
    height: 36px;
    width: 36px;
    background-color: #FF8F00;
    opacity: 0.7;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 5px;
    text-align: center;
    font-size: 24px;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}
.mas-leidas li:hover span{
    background-color: #FF8F00;
    opacity: 1.0;
    transform: scale(1.0);
}
.mas-leidas .fecha{
    display: inline-block;
    font-size: 12px;
    background: #424242;
    color: #eee;
    padding: 4px 8px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-weight: 400;
}

.lista-noticias .noticia .noticia-inner{
    position: relative;
    margin-bottom: 20px;
}

html.ie .noticia-inner.flex-column {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.lista-noticias .noticia .noticia-inner .intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 56.25%;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 3;
}
.lista-noticias .noticia .noticia-inner .intro .intro-inner {
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
}
.lista-noticias .noticia .noticia-inner .intro .intro-inner p {
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    font-size: 12px;
}
.lista-noticias .noticia:hover .intro {
    opacity: 0.9;
}
.lista-noticias .noticia .det {
    background-color: #374D6D;
    color: #eee;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 300;
}
.lista-noticias.lista-destacadas .noticia .det {
    background-color: #716B70;
}
.lista-noticias .noticia .noticia-inner .det {
    background-color: #bbb;
    color: #595358;
}
.lista-noticias.lista-destacadas .noticia .noticia-inner .det {
    background-color: #575757;
    color: #999999;
}
.lista-noticias .noticia header a,
.lista-noticias .noticia header a:hover,
.noticia-destacada h2 a,
.noticia-destacada h2 a:hover {
    background: transparent;
    color: #424242;
    text-decoration: none;
}
.lista-noticias.lista-destacadas .noticia header a {
    color: #424242;
}
.lista-noticias.lista-destacadas .noticia header .volanta {
    color: #A50002;
}
.lista-noticias .noticia header a:hover,
.noticia-destacada h2 a:hover {
    color: #282828;
}

.lista-noticias .noticia .categoria{
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 5px 9px;
    background: rgba(0,0,0,0.7);
    color: #eee;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.lista-noticias .noticia .det,
.lista-noticias .noticia .det .social,
.lista-noticias .noticia .det .social .social-item {
    height: 25px;
}
.social a.social-item,
.social a.social-item:hover {
    text-decoration: none;
}
.lista-noticias .noticia .det .social {
    margin: -2px -5px;
}
.lista-noticias .noticia .det .social .social-item {
    display: inline-block;
    line-height: 1.8;
}
.lista-noticias .noticia .det .social.pull-right .social-item {
    margin-right: 5px;
}
.lista-noticias .noticia .det .social.pull-left .social-item {
    margin-left: 5px;
}
.lista-noticias .noticia .det .social.pull-right .social-item:not(a) + a.social-item {
    margin-left: 5px;
}
.lista-noticias .noticia .det .social.pull-left .social-item:not(a) + a.social-item {
    margin-right: 5px;
}
.lista-noticias .noticia .det .social a.social-item-box.social-item,
.social a.social-item-box.social-item {
    display: inline-block;
    width: 30px;
    text-align: center;
    background-color: #aaa;
    color: #413C40;
    position: relative;
    line-height: 2.1;
}
.lista-noticias .noticia .det .social a.social-item.social-item-box:after,
.social a.social-item-box.social-item:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
    border-top: 7px solid #aaa;
    border-right: 15px solid transparent;
    border-bottom: none;
    border-left: 15px solid transparent;
}
i.fa.fa-whatsapp {
    font-weight: bold;
}
.lista-noticias .noticia .det .social a.social-item.social-item-whatsapp:hover,
.social a.social-item.social-item-whatsapp:hover {
    background-color: #5cbe4a;
    color: #fff;
}
.lista-noticias .noticia .det .social a.social-item-whatsapp:hover:after,
.social a.social-item-whatsapp:hover:after{
    border-top-color: #5cbe4a;
}
.lista-noticias .noticia .det .social a.social-item.social-item-facebook:hover,
.social a.social-item.social-item-facebook:hover {
    background-color: #3b5998;
    color: #fff;
}
.lista-noticias .noticia .det .social a.social-item-facebook:hover:after,
.social a.social-item-facebook:hover:after{
    border-top-color: #3b5998;
}
.lista-noticias .noticia .det .social a.social-item.social-item-twitter:hover,
.social a.social-item.social-item-twitter:hover {
    background-color: #55acee;
    color: #fff;
}
.lista-noticias .noticia .det .social a.social-item-twitter:hover:after,
.social a.social-item-twitter:hover:after {
    border-top-color: #55acee;
}
.lista-noticias .noticia .det .social a.social-item i.fa {
    width: 20px;
    text-align: center;
    font-size: 16px;
}
.lista-noticias .noticia .det .social .social-item:last-child {
    /*margin-right: 0;*/
}
.lista-noticias .noticia .intro .fecha {
    color: #FF8F00;
    font-weight: 400;
}
.mas-leidas .det {
    background-color: #FF4A30;
}
h1.titulo-categoria,
h2.titulo-categoria,
h3.titulo-categoria,
h4.titulo-categoria,
h5.titulo-categoria{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 14px;
    text-align: center;
}
.lista-noticias .noticia.noticia-alt .det.titulo-categoria {
    background-color: #FF4A30;
    color: #eee;
    padding: 10px;
    display: inline-block;
    position: relative;
    height: 26px;
    margin: 0;
    z-index: 1;
}
.lista-noticias .noticia .comentarios {
    text-align: right;
    color: rgb(102, 102, 102);
    border-top: 1px dashed rgb(187, 187, 187);
    font-size: 12px;
}
.banner img,
.banner a {
    width: 100%;
}

.lista-noticias .noticia.columna .noticia-inner .det {
    background-color: transparent;
    color: #666;
}
.bg-color-gris .lista-noticias .noticia.columna .noticia-inner .det {
    color: #ccc;
}
.lista-noticias .noticia.columna .well {
    position: relative;
    -webkit-box-flex:2;
    -webkit-flex-grow:2;
        -ms-flex-positive:2;
            flex-grow:2
}
.lista-noticias .noticia.columna .well:before {
    position: absolute;
    content: "";
    border-top: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F5F5F5;
    left: 10px;
    top: -9px;
}
.lista-noticias .noticia.columna .well .det:first-child {
    display: inline-block;
    float: right;
    margin-top: -20px;
    margin-right: -15px;
}
.lista-noticias .noticia.columna .well .det .social {
    display: inline-block;
}
.lista-noticias .noticia.columna .well .det:last-child {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;F
    bottom: -30px;
}
.lista-noticias .noticia.columna .well .det:last-child .social {
  margin: 0 auto;
  float: none !important;
  display: table;
}
.lista-noticias .noticia.columna .media {
    margin-bottom: 10px;
}
.lista-noticias .noticia.columna .media-left {
    width: 40%;
}
.lista-noticias .noticia.columna .col-titulo  {
    margin: 0;
}
.lista-noticias .noticia.columna .well h2 {
    color: #666;
}
.bg-color-gris .columna .media-heading {
    color: #ddd;
}
.bg-color-gris .columna .col-titulo {
    color: #ccc;
}
.destacada-home{
    margin-bottom: 5px;
}
.destacada-home h1{
    font-size: 2.3rem;
}
.destacada-home h1 a, .destacada-home h1 a:visited{
    background: transparent;
    color: #000;
}
.destacada-home h1 a:hover{
    background: transparent;
    color: #222;
}


.destacada-home .volanta, .destacadas .volanta{
    background: transparent;
    color: #FF8F00;
}
.destacada-home .fecha{
    display: inline-block;
    font-size: 14px;
    background: #1d1d1d url(../images/calendario1.png) 10px 4px no-repeat;
    color: #fff;
    padding: 7px 14px 7px 40px;
}
.noticia-destacada {
    overflow: hidden;
    margin-bottom: 30px;
}
.noticia-destacada figure {
    float: none;
    margin-bottom: 15px;
}
.noticia-destacada header,
.noticia-destacada p.lead{
}
.noticia-destacada .volanta{
    color: #A50002;
}
.noticia-destacada + hr{
    clear: both;
}
.noticia-destacada .social{
    margin-bottom: 20px;
    text-align: right;
}
.noticia-destacada .social .social-item {
    display: inline-block;
    margin: 0 10px;
}
.noticia-destacada .social a.social-item {
    margin: 0;
}
.titulo-categoria{
    font-size: 14px;
    background-color: #FF8F00;
    color: #eee;
    text-shadow: 1px 1px 1px #000;
    padding: 7px 8px 5px 8px;
    display: inline-block;
    position: relative;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.categoria .titulo-categoria {
    float: none;
}
.una-noticia {
    padding: 0;
}
.una-noticia h1{
    font-size: 26px;
    margin-bottom: 1.5rem !important;
    line-height: 1 !important;
}
.una-noticia .titulo-grande{
    font-size: 26px;
    margin-bottom: 1.5rem !important;
    line-height: 0.5 !important;
    background: transparent;
    color: #000;
}
.una-noticia .volanta {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FF8F00;
    font-weight: 700;
    margin-top: 0;
}
.una-noticia .lead{
    font-size: 1.15rem;
    line-height: 1.2;
}
.una-noticia figure {
    float: none;
    margin: 0 0 15px 0;
}
.una-noticia figure img {
    width: 100%;
}
.una-noticia figure figcaption {
    background: #bbb;
    padding: 5px;
    color: #595358;
}
.una-noticia p a,
.una-noticia p a:visited{
    background: transparent;
    color: #E30614;
    text-decoration: underline;
}
.una-noticia p a:hover{
    background: transparent;
    color: #B10410;
    text-decoration: none;
}
.una-noticia .social {
    text-align: right;
}
.una-noticia > .social {
    margin-bottom: 20px;
}
.una-noticia .social .social-item {
    display: inline-block;
    margin: 0 10px;
}
.una-noticia .social a.social-item.social-item-box {
    margin: 0;
}
.una-noticia .votar-noticia {
    font-size: 18px;
}
.una-noticia .votar-noticia a {
    display: inline-block;
}
.una-noticia .votar-noticia a,
.una-noticia .votar-noticia a:hover {
    text-decoration: none;
}
.una-noticia .votar-noticia a:first-child {
    margin-right: 10px;
}
.una-noticia .votar-noticia a i.fa {
    font-size: 30px;
}
.una-noticia .votar-noticia a i.fa,
.una-noticia .votar-noticia a span {
    display: inline-block;
    vertical-align: middle;
}
.una-noticia footer {
    margin-top: 20px;
    border-top: 2px solid #C5C5C5;
    background-color: #000;
    padding: 20px;
    color: #666;
}
.una-columna .columnista img {
    width: 100%;
}

.noticias-categoria{
    padding: 15px;
}
.noticias-categoria .lista-noticias.flex {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
}
.noticias-categoria .lista-noticias.flex .noticia {
    width: 100%;
}
.side-mas-leidas .lista-noticias .noticia {
    width: 100%;
}

.side-module {
    padding: 20px;
    background-color: #999;
    color: #eee;
}
.side-module .side-module-title {
    margin-top: 0;
    margin-bottom: 10px;
}
.side-module .lista-noticias.flex .noticia {
    border-bottom: none;
}
.lista-fotos-del-dia .noticia h3 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 2px 5px 5px 2px;
    margin-bottom: 10px;
}
.side-module .lista-fotos-del-dia .noticia h3 {
    background-color: #413C40;
    color: #bbb;
    margin-bottom: 0;
}
.lista-fotos-del-dia .noticia > a:hover {
    text-decoration: none;
}
.lista-fotos-del-dia .noticia > a:hover h3 {
    color: #DA4040;
}
.side-module .lista-fotos-del-dia .noticia > a:hover h3 {
    color: #eee;
}
.lista-fotos-del-dia .noticia .img-mask .fecha {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(171, 0, 37, 0.5);
    color: #eee;
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    display: inline-block;
    height: 26px;
    margin: 0 0 10px 0;
}
.lista-fotos-del-dia .noticia .img-mask .fecha:before {
    content: "";
    border-top: 13px solid rgba(171, 0, 37, 0.5);
    border-right: 13px solid rgba(171, 0, 37, 0.5);
    border-bottom: 13px solid transparent;
    border-left: 13px solid transparent;
    position: absolute;
    top: 0;
    left: -26px;
}
.lista-fotos-del-dia .noticia a:hover .img-mask .fecha {
    background-color: rgba(171, 0, 37, 0.8);
}
.lista-fotos-del-dia .noticia a:hover .img-mask .fecha:before {
    border-right-color: rgba(171, 0, 37, 0.8);
    border-top-color: rgba(171, 0, 37, 0.8);
}
/*----------------------------------------------------------------------------*/
/*  ENCUESTAS                                                                 */
/*----------------------------------------------------------------------------*/
.encuesta{
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
}
.encuesta header{
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 15px;
}
.encuesta header h4{
    background: transparent;
    margin: 0;
    text-align: center;
}


.encuesta .det{
    background-color: #FF4A30;
}
.encuesta .btn-default{
    margin: 5px;
}
.lista-noticias .noticia .encuesta a.btn {
    margin: 2px;
}
.listado-encuestas {
    margin-left: -15px;
    margin-right: -15px;
}
.listado-encuestas .encuesta {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 50%;
}
.listado-encuestas .encuesta.encuesta-1 {
    width: 100%;
}
.listado-encuestas .encuesta .encuesta-inner {
    padding: 15px;
    position: relative;
    padding-bottom: 50px;
    width: 100%;
}
.listado-encuestas .encuesta.encuesta-1 .encuesta-inner {
    padding-bottom: 15px;
}

.listado-encuestas .encuesta > header > h2 {
    font-size: 24px;
    margin-top: 0;
}

.listado-encuestas .encuesta > p {
    color: #707070;
}

.listado-encuestas .encuesta > p:last-of-type {
    margin-bottom: 0;
}

.listado-encuestas .encuesta-inner a.btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.listado-encuestas .encuesta-1 .encuesta-inner a.btn {
    position: initial;
}
.encuesta.encuesta-1 p {
    text-align: center;
}
#graph-placeholder-resultados {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 300px;
    width: 60%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
#legend-container {
    width: 40%;
    padding-left: 30px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
#legend-container .legendColorBox {
    height: 35px;
}
#legend-container .legendLabel {
    font-size: 16px;
    padding-left: 10px;
    text-align: left;
}
#legend-container .legendColorBox > div > div {
    border-width: 10px !important;
}
#encuesta-barra{
    width: 70%;
    margin: 50px auto;
}
#encuesta-barra li{
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

#encuesta-barra .progress-bar{
    background-color: #b92525;
    color: #fff;
}



/*----------------------------------------------------------------------------*/
/*  / ENCUESTAS                                                                                                                  */
/*----------------------------------------------------------------------------*/
.flex-item.alert {
    margin-bottom: 0;
}
.form-comentarios .flex > .flex-item:first-child {
    width: calc(30% - 15px);
    margin-right: 30px;
}
.form-comentarios .flex > .flex-item:last-child {
    width: calc(70% - 15px);
    padding: 20px;
    background-color: #ccc;
}
.comentarios > h3 {
    margin-bottom: 20px;
}
.comentarios .form-comentarios {
    margin-top: 20px;
}
.comentario {
    margin-bottom: 30px;
}
.comentario .media-object {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.comentario .titulo-comentario {
    margin-top: 0;
    font-size: 16px;
}
.comentario .media-body .well {
    margin-bottom: 0;
    padding: 15px;
}
.comentario .media-body .well > p:last-child {
    margin-bottom: 0;
}
.comentario .media-body .social a {
    text-decoration: none;
}
a.morelink {
    color: #0076AD;
    text-decoration: none;
}
a.morelink:hover {
    text-decoration: underline;
}
#form_contacto textarea {
    height: 182px;
}

.form-group.captcha {
    text-align: center;
}
.form-group.captcha .input-group {
    display: inline-table;
    width: 200px;
    vertical-align: middle;
}
.radio-online {
    width: 215px;
    height: 132px;
}
.btn-code-dimension,
.btn-code-dimension:visited{
position: relative;
display: block;
width: 220px;
height: 26px;
background: url(../images/codedimension.png) 0 0 no-repeat;
color: #cccccc;
font-weight: bolder;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding: 5px 0 5px 30px;
margin: 30px auto 40px;
text-decoration: none;
text-align: left;
overflow: hidden;
}

.btn-code-dimension:hover{
background: url(../images/codedimension.png) 0 -26px no-repeat;
color: #ffffff;
text-decoration: underline;
}

.foto-del-dia {
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: 1000px;
}
.foto-del-dia:last-child {
    margin-bottom: 0;
}
.foto-del-dia img {
    width: 100%;
}
.foto-del-dia .descripcion {
    background-color: #313131;
    padding: 20px;
    color: #eee;
    margin-bottom: 30px;
}
.foto-del-dia .descripcion:last-child {
    margin-bottom: 0;
}
.foto-del-dia .descripcion p {
    margin-bottom: 0;
}
.foto-del-dia .titulo-categoria {
    margin-bottom: 20px;
}
.foto-del-dia header {
    text-align: left;
}
.banner-full {
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 1px 0;
    margin: 5px 0 5px 0;
}
.banner-full .banner{
    max-width: 980px;
    margin: 0 auto;
}
.banner-dobles{
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 15px 0;
    margin: 15px 0;
}
.banner-dobles .banner{
    margin: 0 auto;
    text-align: center;
}


.lista-personajes{
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.lista-personajes li{
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #C4C460;
}

.lista-personajes li h3{
    text-shadow: 0 1px 0 #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.lista-personajes li a,
.lista-personajes li a:visited{
    text-decoration: none;
}

.lista-personajes li a img{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border: 2px solid #fff;
    padding: 0;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}

.lista-personajes li a:hover img{
    transform: scale(1.1);
}

.lista-relacionadas{
    margin-top: 15px;
    margin-bottom: 15px;
}

.lista-relacionadas li{
    display: block;
    margin-bottom: 15px;
}

.lista-relacionadas li a span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    color: rgba(255,255,255,0.5);
    margin-bottom: 5px;
    text-align: center;
}

.lista-relacionadas li a,
.lista-relacionadas li a:visited{
    display: block;
    background: #302E83;
    color: rgba(255,255,255,0.7);
    padding: 15px;
    margin-bottom: 5px;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.lista-relacionadas li a:hover{
    background: #22205D;
    color: rgba(255,255,255);
}
aside.comentarios{
    background: #424242;
    padding: 15px;
}
aside.comentarios h3,
aside.comentarios h4{
    background: transparent;
    color: #fff;
}
aside.comentarios p,
aside.comentarios li,
aside.comentarios label{
    background: transparent;
    color: rgba(255,255,255,0.7);
}
aside.comentarios .well{
    background-color: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 4px;
}
aside.comentarios .well p{
    background: transparent;
    color: rgba(255,255,255,0.8);
}
aside.comentarios .form-control{
    background-color: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.7);
    color: #fff;
}
aside.comentarios .comentario .media-object{
    border: 2px solid rgba(255,255,255,0.5);
}
aside.comentarios a.morelink,
aside.comentarios a.morelink:visited{
    background: transparent: ;
    color: #E30614;
}
aside.comentarios a.morelink:hover{
    background: transparent: ;
    color: #FA2330;
    text-decoration: underline;
}

.box-titulares{
    background: transparent;
    padding: 0 15px;
    margin-bottom: 15px;
}
.box-titulares .{
    background: transparent;
    padding: 0 15px;
    margin-bottom: 15px;
}
.box-titulares h3{
    position: relative;
    background: #AEA279;
    color: #424242;
    padding: 8px 10px;
    margin-top: 15px 0;
    border: 4px solid #;
}
.box-titulares h3:after, .box-titulares h3:before {
    top: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.box-titulares h3:after {
    border-color: rgba(227, 6, 20, 0);
    border-top-color: #AEA279;
    border-width: 10px;
    margin-left: -10px;
}
.box-titulares h3:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #;
    border-width: 20px;
    margin-left: -20px;
}
.box-titulares .lista-titulares{
    margin: 0 0 30px 0;
    overflow: hidden;
}
.box-titulares .lista-titulares li{
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
    height: 85px;
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    overflow: hidden;
}
.modulo-alerta{
    background: #CB0027;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    border:  1px solid #fff;
    margin-bottom: 30px;
}
.modulo-alerta h2{
}
.modulo-alerta span{
    background: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    padding: 5px 10px;
}

.noticias-foto-lateral{
    padding: 15px;
}
.noticias-foto-lateral{
    padding: 15px;
}
.noticias-foto-lateral ul{
    padding: 0;
    margin: 0;
}
.noticias-foto-lateral ul li{
    padding: 15px 0 15px 0;
    margin: 0;
    border-top: 1px solid #ccc;
}
.noticias-foto-lateral ul li h4{
    padding: 0;
    margin: 0;
}
.noticias-fija{
    background: #6B69CA;
    padding: 30px 0;
    margin-bottom: 30px;
}
.noticias-fija article h4{
    margin-bottom: 15px;
}
.noticias-fija article a{
    text-decoration: none;
}
.noticias-fija article a h4,
.noticias-fija article a:visited h4{
    background: transparent;
    color: rgba(255,255,255,0.8);
}
.noticias-fija article a:hover h4{
    background: transparent;
    color: rgba(255,255,255);
}
.cuenta-regresiva{
    background: #E30614;
    padding: 15px;
}
.cuenta-regresiva h2{
    background: transparent;
    color: #fff;
}
.banner-adsense-contenido{
    padding: 15px 0;
    margin: 15px 0;
}
.modulo-sidebar-adsense{
    background: #fff;
    padding: 7px 5px 4px 5px;
    margin: 0 0 15px 0;
}

.frases-home-lateral{
    margin-top: 15px;
}

.frases-home-lateral header{
    margin-top: 15px;
}

.frases-home-lateral .box{
    position: relative;
    background: #fff;
    padding: 0;
    margin-bottom: 15px;
}
.frases-home-lateral .box .img-mask .frase{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 7px;
}

.frases-home-lateral .box .img-mask .frase p{
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-style: italic;
    margin: 0;
    padding: 0;
}
/* VIDEOS */
.videos-home-lateral{
    margin-top: 15px;
}

.videos-home-lateral article{
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
.videos-home-lateral .btn-default{
    margin-bottom: 15px;
}

.videos-home .video p{
    font-size: 12px;
    background: transparent;
    color: rgba(0,0,0,0.8);
    margin-bottom: 5px;
}
.videos-home .video p strong{
    background: transparent;
    color: rgba(0,0,0,1);
}


.videos .video p{
    font-size: 12px;
    background: transparent;
    color: #424242;
    margin-bottom: 5px;
}
.videos .video p strong{
    background: transparent;
    color: #353535;
}
.videos-home hr{
    border-top: 1px solid rgba(0,0,0,0.5);
}
.bg-play-video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60px; /* Need a specific value to work */
    height: 60px;
    -webkit-transition: opacity 1s ease;
    transition: opacity 2s ease;
    opacity: 0.5;
}
.videos-home .video:hover .bg-play-video{
    opacity: 0.9;
}

/* RESUMEN DE CATEGORIAS */
.resumen-categorias{
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #e1e1e1;
    transition: all 0.3s ease-in-out;
}
.resumen-categorias:hover{
    background: #fff;
}
.resumen-categorias header{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    background: #000;
    transition: all 0.3s ease-in-out;
}
.resumen-categorias header:hover{
    background: #222;
}
.resumen-categorias header h2{
    font-size: 24px;
    margin: 0;
}
.resumen-categorias header h2 a{
    display: inline-block;
    padding: 5px 14px;
    background: #000;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.resumen-categorias header h2:hover a{
    background: #222;
}
.resumen-categorias h3 a{
    font-size: 16px;
    color: #555;
}
.resumen-categorias h3:hover a{
    color: #333;
}
.resumen-categorias .miniaturas{
    margin-bottom: 30px;
}
.resumen-categorias .miniaturas h3 a{
    font-size: 16px;
    color: #555;
}
.resumen-categorias .miniaturas:hover h3 a{
    color: #333;
}
.resumen-categorias .titulares{
    background: #1D1D1D;
    padding: 15px;
    margin-bottom: 20px;
}
.resumen-categorias .titulares h3{
    margin: 0;
}
.resumen-categorias .titulares h3 a{
    background: transparent;
    color: #fff;
    font-size: 14px;
}
.news-compartir li{
    display:block;
    float:left;
    border:0;
    background:0;
    margin:10px 0 5px 0;
}
.una-opinion .volanta{
    display: inline-block;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FF8F00;
    font-weight: bolder;
}
.una-noticia .banner-full .banner{
    width: 100% !important;
    max-width: 100% !important;
}
.una-noticia .banner-full aside img{
    width: 100% !important;
}
.donaciones h3{
    background: transparent;
    color: #fff;
}
.donaciones .nivel-donaciones{
    background: rgba(0,0,0,0.8);
    transition: all 1s ease-in-out;
}
.donaciones .nivel-donaciones:hover{
    background: rgba(0,0,0,1);
}
