/**********************Start fuentes**********************/
@font-face {
    font-family: "PCC";
    src: url("../fonts/icons/PCC.ttf") format('truetype'),
        url('../fonts/icons/PCC.eot') format('embedded-opentype'),
        url('../fonts/icons/PCC.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icons/PCC.otf') format('opentype'),
        url('../fonts/icons/PCC.svg#material_design') format('svg'),
        url('../fonts/icons/PCC.woff') format('woff'),
        url('../fonts/icons/PCC.woff2') format('woff2');
}
@font-face {
    font-family: "MERRIWEATHER-REGULAR";
    src: url("../fonts/MERRIWEATHER-REGULAR.TTF") format('truetype'),
        url('../fonts/MERRIWEATHER-REGULAR.eot') format('embedded-opentype'),
        url('../fonts/MERRIWEATHER-REGULAR.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MERRIWEATHER-REGULAR.otf') format('opentype'),
        url('../fonts/MERRIWEATHER-REGULAR.svg#material_design') format('svg'),
        url('../fonts/MERRIWEATHER-REGULAR.woff') format('woff'),
        url('../fonts/MERRIWEATHER-REGULAR.woff2') format('woff2');
}
@font-face {
    font-family: "LATO-BOLD";
    src: url("../fonts/LATO-BOLD.TTF") format('truetype'),
        url('../fonts/LATO-BOLD.eot') format('embedded-opentype'),
        url('../fonts/LATO-BOLD.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LATO-BOLD.otf') format('opentype'),
        url('../fonts/LATO-BOLD.svg#material_design') format('svg'),
        url('../fonts/LATO-BOLD.woff') format('woff'),
        url('../fonts/LATO-BOLD.woff2') format('woff2');
}
@font-face {
    font-family: "LATO-ITALIC";
    src: url("../fonts/LATO-ITALIC.TTF") format('truetype'),
        url('../fonts/LATO-ITALIC.eot') format('embedded-opentype'),
        url('../fonts/LATO-ITALIC.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LATO-ITALIC.otf') format('opentype'),
        url('../fonts/LATO-ITALIC.svg#material_design') format('svg'),
        url('../fonts/LATO-ITALIC.woff') format('woff'),
        url('../fonts/LATO-ITALIC.woff2') format('woff2');
}
@font-face {
    font-family: "LATO-REGULAR";
    src: url("../fonts/LATO-REGULAR.TTF") format('truetype'),
        url('../fonts/LATO-REGULAR.eot') format('embedded-opentype'),
        url('../fonts/LATO-REGULAR.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LATO-REGULAR.otf') format('opentype'),
        url('../fonts/LATO-REGULAR.svg#material_design') format('svg'),
        url('../fonts/LATO-REGULAR.woff') format('woff'),
        url('../fonts/LATO-REGULAR.woff2') format('woff2');
}
/******************End fuentes*********************/
body{
    max-width: 1920px;
}
/*****************Start generales******************/
/*cambiar efectos estilo de los radio y checked*/
input[type="radio"]:checked + label::before{
    box-shadow: 0 0 0 5px #dd0808 inset;
}

input[type="checkbox"]:checked + label::before{
    box-shadow: 0 0 0 10px #dd0808 inset;
}

input[type="radio"] + label::before, input[type="checkbox"] + label::before{
    background-color: #ddd;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out 0s;
    width: 18px;
    text-align: center;
    vertical-align: top;
}

input[type="radio"],
input[type="checkbox"]{
    display: none;
}

input[type="radio"] + label:hover::after,input[type="checkbox"] + label:hover::after{
    color: #dd0808;
}

input[type="checkbox"]:checked + label::after, 
input[type="checkbox"]:checked + label:hover::after {
    color: #fff;
}

input[type="radio"] + label:hover::after, input[type="radio"]:checked + label::after {
    content: "•";

    border-radius: 50%;
    box-shadow: 0 0 0 2px #dd0808 inset;
    content: "";
    font-size: 18px;
    height: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 18px;
    display: inline-blockñ
}


input[type="radio"]:checked + label::after, input[type="radio"]:checked + label:hover::after {
    color: #fafafa;
}

input[type="radio"] + label, 
input[type="checkbox"] + label {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

input[type="checkbox"] + label::before {
    border-radius: 3px;
}
input[type="checkbox"] + label::before {
    background-color: #dcdcdc;
}

input[type="checkbox"] + label:hover::after, input[type="checkbox"]:checked + label::after {
    content: "✓";
    font-size: 14px;
    left: 4px;
    line-height: 18px;
    position: absolute;
    top: 1px;
}


#promoted-inside a.post_read_more,
input[type="submit"], 
.comment ul.links.inline li a {
    /*    margin: 20px auto;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Open Sans',Sans-Serif;
        font-size: 16px;
        font-weight: bold;
        text-shadow: 1px 1px rgba(0,0,0, .5);
        background: #D93600 url(../img/bg_button.png) 50% 50% repeat-x;
        display: block;
        width: 200px;
        border: 0;
        padding: 10px 15px;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.3);
        -moz-box-shadow: 0px 0px 5px rgba(0,0,0, 0.3);
        box-shadow: 0px 0px 5px rgba(0,0,0, 0.3);
        cursor: pointer;*/
}
#promoted-inside a.post_read_more:hover {
    color: #fff;
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0, 0.3);
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0, 0.3);
    box-shadow: 0px 0px 7px rgba(0,0,0, 0.3);
    background-position: 50% 70%;
}

select > option {
    padding: 5px;
}
a:focus {
    outline: medium none transparent !important;
    outline-offset: -2px;
}

img{
    max-width: 100%;
    height: auto;
}

.error{
    border: 2px solid red !important;
}

body{
    color: #212121;
}
.siempre-visible .visible-visible{
    position: fixed;
    width: 100%;
    z-index: 20;
    transition: all 0.4s ease-out 0s;
}
.siempre-visible .icono-logo-site{
    position: fixed;
    z-index: 21;
}
.siempre-visible .icono-logo-site img{
    max-height: 50px;
    max-width: 40px;
}
.menu-visible-siempre{
    height: 55px;
}
.mensaje-miga{
    display: block;
    clear: both;
}
/*****************End generales********************/

/*******************MENU**************************/
.menu-encabezado-todo{
    background-color: #fff;
    position: relative;
    height: 70px;
    display: table;
    width: 100%;
}
.centrar-vertical{
    display: table-cell;
    vertical-align: middle;
}
.logo-page{
    width: 100%;
    height: auto;
    max-height: 150px;
    max-width: 110px;
}
.menu-encabezado-todo .logo-page{
    position: absolute;
    left: 15px;
    top: -14px;
    z-index: 5;
}
.menu-superior {
    padding-left: 0;
}
.menu-encabezado ul.menu{
    padding-left: 0;
}
.menu-encabezado ul.menu li{
    list-style: none;
    margin: 0 2% 0 0;
    display: inline-block;
}
.menu-encabezado ul.menu li a{
    font-family: LATO-REGULAR;
    font-size: 16px;
    color: #212121;
    text-decoration: none;
}
.menu-encabezado ul.menu li:hover a,
.menu-encabezado ul.menu li:active a,
.menu-encabezado ul.menu li:focus a{
    color: #dd0808;
}
.menu-encabezado ul.menu li a.active{
    color: #dd0808;
}

.region-redes-sociales .bloque-banner-siguenos-redes-sociales > div{
    display: inline-block;

}
.region-redes-sociales .bloque-banner-siguenos-redes-sociales a{
    font-size: 0;
}
.menu-encabezado-todo .region-redes-sociales .bloque-banner-siguenos-redes-sociales > div{
    width: 30px;
    height: 30px;
    border: 1px solid; 
    position: relative;
}
.region-redes-sociales .bloque-banner-siguenos-redes-sociales a:before{
    font-family: PCC;
    display: inline-block;
    font-size: 22px;
    position: absolute;
    top: -1px;
    left: 4px;
}
#banner-siguenos-facebook a:before{
    content: '\ea90';
    color: #3b5999;
}
#banner-siguenos-facebook:hover a:before{
    color: #fff;
}
#banner-siguenos-facebook{
    border-color: #3b5999;
}
#banner-siguenos-facebook:hover{
    background-color: #3b5999;
}

#banner-siguenos-twetter a:before{
    content: '\ea96';
    color: #55acee;
}
#banner-siguenos-twetter:hover a:before{
    color: #fff;
}
#banner-siguenos-twetter{
    border-color: #55acee;
}
#banner-siguenos-twetter:hover{
    background-color: #55acee;
}

#banner-siguenos-youtube a:before{
    content: '\ea9d';
    color: #e52d27;
}
#banner-siguenos-youtube:hover a:before{
    color: #fff;
}
#banner-siguenos-youtube{
    border-color: #e52d27;
}
#banner-siguenos-youtube:hover{
    background-color: #e52d27;
}

#banner-siguenos-teveo a:before{
    content: '\e003';
    color: #0077b5;
}
#banner-siguenos-teveo:hover a:before{
    color: #fff;
}
#banner-siguenos-teveo{
    border-color: #0077b5;
}
#banner-siguenos-teveo:hover{
    background-color: #0077b5;
}

#banner-siguenos-tendedera a:before{
    content: '\e60e';
    color: #dc4e41;
}
#banner-siguenos-tendedera:hover a:before{
    color: #fff;
}
#banner-siguenos-tendedera{
    border-color: #dc4e41;
}
#banner-siguenos-tendedera:hover{
    background-color: #dc4e41;
}

#banner-siguenos-flickr a:before{
    content: '\eaa3';
    color: #ff0084;
}
#banner-siguenos-flickr:hover a:before{
    color: #fff;
}
#banner-siguenos-flickr{
    border-color: #ff0084;
}
#banner-siguenos-flickr:hover{
    background-color: #ff0084;
}

#banner-siguenos-rss a:before{
    content: '\ea9b';
    color: #ff6600;
}
#banner-siguenos-rss:hover a:before{
    color: #fff;
}
#banner-siguenos-rss{
    border-color: #ff6600;
}
#banner-siguenos-rss:hover{
    background-color: #ff6600;
}

#search-block-form .form-submit {
    font-size: 0;
    background: none;
    border: none;
    height: 20px;
    width: 20px;
}
#search-block-form .custom-search-box.form-text.error{
    border: 2px solid red;
}
#search-block-form #edit-actions::before {
    color: #1a1b20;
    content: "\e8b6";
    display: inline-block;
    font-family: PCC;
    font-size: 20px;    
    cursor: pointer;
    position: absolute;
}
#search-block-form #edit-actions:hover::before{ color:#dd0808; }
#search-block-form .custom-search-box.form-text {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #1a1b20;  

    font-family: LATO-REGULAR;
    font-size: 14px;
    /*line-height: 24px;*/
    text-align: left;
    transition: all 0.4s ease-out 0s;
    width: 80px;

}
#search-block-form:hover .custom-search-box.form-text {
    width: 120px;   
}
#search-block-form {
    float: right;
    width: 150px;
    max-width: 150px;
    margin-bottom: 0;
}
#search-block-form {
    text-align: right;
}
.buscar-bloque{
    width: 150px;
}
.buscar-bloque,.idioma-bloque{
    display: inline-block;
    vertical-align: top;
}
.idioma-bloque .form-item-lang-dropdown-select{margin: 0;}
.ddsDefault .dd-select {
    border: none;
    background: transparent !important;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}
.ddsDefault .dd-selected {
    display: block;
    font-weight: normal;
    overflow: hidden;
    padding: 0 0 0 10px;
    color: #212121;
    text-decoration: none;
    text-transform: uppercase;
    font-family: LATO-REGULAR;
    font-size: 16px;
}
.ddsDefault .dd-selected label,
.ddsDefault .dd-option label{
    font-weight: normal;
}
.ddsDefault .dd-option {
    border-bottom: none;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0 0 0 10px;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
    text-transform: uppercase;
}
.ddsDefault .dd-option-selected {
    background: none repeat scroll 0 0 #F6F6F6;
    display: none;
}
.dd-options {
    border: solid 1px transparent !important;    
}
.dd-pointer.dd-pointer-down:before{
    font-family: PCC;
    content: '\e313';
    display: inline-block;  
    position: absolute;
    top: -16px; 
    font-size: 20px;
    left: -10px;
}
.dd-pointer.dd-pointer-down.dd-pointer-up:before{
    font-family: PCC;
    content: '\e316';
    display: inline-block;
    position: absolute;
    top: -12px;
    font-size: 20px;
}
.dd-pointer.dd-pointer-down,.ddsDefault .dd-pointer-up{
    border-color: transparent !important;
}

.menu-navegacion{
    background-color: #1a1b20;
    height: 55px;
}
.nice-menu .nolink,
.nice-menu > li > a{
    font-family: LATO-BOLD;
    font-size: 18px;
    color: #fff;
}
.nice-menu > li > a{
    padding: 0;
}
.nice-menu > li{
    background-color: #1a1b20 !important;
    border: 0 !important;
}
.menu-principal .region-navegacion {
    height: 55px;
    display: table;
}
.menu-principal .block-nice-menus{
    display: table-cell;
    vertical-align: middle;
}
.nice-menu .menuparent.menu-path-nolink{
    background: none !important;
}
.nice-menu .menuparent.menu-path-nolink:after{
    font-family: PCC;
    display: inline-block;
    content: '\e5c5';
    color: #fff;
    font-size: 20px;
    top: 2px;
    position: relative;
}
.nice-menu .menuparent.menu-path-nolink:hover:after,
.nice-menu .menuparent.menu-path-nolink:focus:after,
.nice-menu .menuparent.menu-path-nolink:active:after{
    color: #dd0808;
}
.nice-menu .menuparent.active-trail:after{
    color: #dd0808;
}
.nice-menu .menuparent.menu-path-nolink:hover,
.nice-menu .menuparent.menu-path-nolink:focus,
.nice-menu .menuparent.menu-path-nolink:active{
    cursor: pointer;
}
.nice-menu > li.menuparent{
    border-right: 1px solid #fff !important;
    padding-right: 4px;
    padding-left: 12px !important;

}
.nice-menu.nice-menu-down li a.special-margin{    
    margin-right: 16px;
    margin-left: 12px !important;
}
.nice-menu > li:first-child{
    padding-left: 0px !important;
}
.nice-menu > li:last-child a{
    border-right: 0 !important;
}
.nice-menu > li:nth-child(4) a,
.nice-menu > li:nth-child(5) a{
    text-decoration: none;
    position: relative;
}
.nice-menu > li.menuparent ul{
    background-color: #1a1b20;
    border: 1px solid #1a1b20;
}
.nice-menu > li.menuparent ul a {
    font-family: LATO-REGULAR;
    font-size: 18px;
    color: #fff;
    border-right: 1px solid #1a1b20 !important;
    text-decoration: none;
    padding: 0 !important;
    line-height: 36px;
    border-top: 0.5px solid #383838;
}
.nice-menu > li.menuparent ul li{
    background-color: #1a1b20;
    border: none;
    padding: 0 16px 0 12px;
}
.nice-menu > li.menuparent ul li:first-child{
    margin-top: 8px;
}
.nice-menu > li.menuparent:first-child ul{
    left: -16px;
}
.nice-menu > li.menuparent ul{
    padding: 8px 0;
}
.nice-menu > li:nth-child(4) a::before,
.nice-menu > li:nth-child(5) a::before{
    content: '';
    height: 4px;
    background-color: red;
    display: inline-block;
    width: 0%;
    position: absolute;
    bottom: -15px;
    transition: all 0.4s ease-out 0s;
}
.nice-menu > li:nth-child(4) a:hover::before,
.nice-menu > li:nth-child(5) a:hover::before,
.nice-menu > li:nth-child(4) a:focus::before,
.nice-menu > li:nth-child(5) a:focus::before,
.nice-menu > li:nth-child(4) a:active::before,
.nice-menu > li:nth-child(5) a:active::before{
    width: 100%;
}
.nice-menu > li:nth-child(4) a.active::before,
.nice-menu > li:nth-child(5) a.active::before{
    width: 100%;
}

.nice-menu > li:nth-child(4){
    border-right: 1px solid #fff !important;
}
.nice-menu > li.menuparent ul a::before{
    transition: all 0.4s ease-out 0s;
    height: 0px;
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 1px;
}
.nice-menu > li.menuparent ul a:hover::before,
.nice-menu > li.menuparent ul a:active::before,
.nice-menu > li.menuparent ul a:focus::before,
.nice-menu > li.menuparent ul a.active::before{
    content: '';
    background-color: #dd0808;
    height: 20px;
    width: 4px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 1px;

}
/*************************************************/

/*********************slider**********************/
.view-slider .flexslider .video-contenido-nodo .field-name-field-video-youtube{
    overflow: hidden;
}
.view-slider .flexslider {
    margin: 0 0 0 0;
    background: #fff;
    border: none;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);

    /*    max-height: 750px;
        overflow: hidden;*/
}

.imagen-overlight{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;

    /*    -moz-box-shadow: inset 100px 100px 100px 100px rgba(0,0,0,0.7);
        -webkit-box-shadow:inset 100px 100px 100px 100px rgba(0,0,0,0.7);
        box-shadow: inset 100px 100px 100px 100px rgba(0,0,0,0.7);*/
}
.contenido-slider-node{
    /*    position: absolute;
        bottom: 20px;
        width: 100%;*/
}
.flexslider .nodo-contenido.content{
    position: relative;
}
.flexslider .contenido-teaser{
    position: absolute;
    width: 100%;
    bottom: 32px;
}

.nodo-contenido .slider-titulo,
.nodo-contenido .slider-titulo a{
    font-family: LATO-BOLD;
    font-size: 30px;
    color:#fff;
    text-decoration: none;
}
.nodo-contenido .slider-titulo a:hover{
    color: #dd0808;
}
.slider-titulo-video h2{
    background: rgba(0,0,0,0.7);    
}
.descripcion-contenido-nodo.slider-descripcion{
    font-family: LATO-REGULAR;
    font-size: 14px;
    color: #fff;
    height: 40px;
    overflow: hidden;
}
.flex-control-nav {
    width: 10%;
    position: absolute;
    bottom: 50%;
    right: 0px;
    height: auto;
    z-index: 5;
}
.flex-control-nav li {
    margin: 6px 0px;
    display: block;
}
.flex-control-paging li a {
    color: transparent;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.5);
    -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: 0px 2px 2px 0px rgba(117,117,117,1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(117,117,117,1);
    box-shadow: 0px 2px 2px 0px rgba(117,117,117,1);
}

.flex-control-paging li a:hover {
    background: #fff;
    background: rgba(221, 8, 8, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(221, 8, 8, 0.9);
    cursor: default;
}
ul.flex-direction-nav{
    display: none;
}

/*************************************************/

/*****************Noticias home********************/
.front .contenido{
    padding-left: 0;
    padding-right: 0;
}
.front #page-title.title{display: none}
.front #contenido{
    padding-top: 50px;
    background-color: #f5f5f5;
    padding-bottom: 50px;
}
.front #block-system-main{
    display: inline-block;
    margin-bottom: 20px;
    max-height: 275px;
    overflow: hidden;
}
.view-noticia{
    width: 100%;
    height: auto;
}
.titulo a{
    font-family: LATO-BOLD;
    color: #212121;
    text-decoration: none;
}
.titulo a:hover{
    color: #dd0808;
}
.titulo-noticia-home a{
    font-size: 24px;

}
.titulo-noticia-home .views-field-title .field-content{
    height: 68px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 12px;
}

.datos-noticia-home {
    margin-bottom: 12px;
}
.owl-carousel .datos-noticia-home,
.view-display-id-page .datos-noticia-home{
    display: inline-block;
}

.datos-noticia-home > div{
    display: inline-block;
    font-family: LATO-REGULAR;
    font-size: 14px;
    margin-left: 3%;
    float: left;

}
.view-display-id-page .datos-noticia-home > div{
    margin-right: 2rem;
    padding-left: 0;
    margin-left: 0;
}
.resumen-noticia-home{
    width: 100%;

}
.owl-home-noticia-contenido .datos-noticia-home > div{
    margin-left: 0;
}
.datos-noticia-home > div:first-child{
    margin-left: 0;
}

.datos-noticia-home .views-label,
.datos-noticia-home .field-content{
    display: inline-block;
}
.datos-noticia-home .field-content{
    font-family: LATO-BOLD;
}
.datos-noticia-home .views-field-field-fecha .field-content{
    font-family: LATO-REGULAR;
}
.datos-noticia-home .views-field-field-autor::before,
.datos-noticia-home .views-field-field-fuente::before{
    content: '';
    width: 1px;
    height: 12px;
    /*background-color: #757575;*/
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}
.datos-noticia-home .views-field-field-autor,
.datos-noticia-home .views-field-field-fuente{
    padding-left: 3%;
    position: relative;
}
.descripcion-contenido-nodo{
    font-family: LATO-REGULAR;
    color: #212121;
}
.resumen-noticia-home{
    font-size: 16px;
    height: 136px;
    overflow: hidden;
}
.owl-home-noticia-contenido{
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(117,117,117,1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(117,117,117,1);
    box-shadow: 0px 2px 2px 0px rgba(117,117,117,1);
    /*height: 345px;*/
    display: inline-block;
    margin-bottom: 3rem;
}
.owl-home-noticia-contenido img{
    max-width:100%;
    height: auto;
}
.view-noticia .owl-carousel .owl-wrapper-outer {
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    /*height: 352px;*/
}
.titulo-noticia-home-owl{
    font-size: 18px;
    margin-top: 4px;
}
.view-noticia .owl-carousel .owl-pagination .owl-page.active span{
    background-color: #dd0808;
}
.view-noticia .owl-carousel .owl-controls.clickable .owl-page:hover span {
    background-color: #dd0808;
    opacity: 0.7;
}
.view-noticia .owl-carousel .views-field-field-fecha:before{
    content: '\e616';
    display: inline-block;
    color: #212121;
    font-family: PCC;
    font-size: 16px;
    position: relative;
    top: 2px;
}
.view-noticia .owl-carousel .views-field-field-autor:before{    
    background-color: transparent;
    content: '\e7fd';
    display: inline-block;
    color: #212121;
    font-family: PCC;
    font-size: 16px;
    position: relative;
    top: 2px;    
}
.view-noticia .owl-carousel .views-field-field-autor .field-content,
.view-noticia .owl-carousel .views-field-field-fuente .field-content{
    margin-left: 16px;
}
.view-noticia .owl-carousel .views-field-field-autor,
.view-noticia .owl-carousel .views-field-field-fuente{
    padding-left: 0;
}
.view-noticia .owl-carousel .datos-noticia-home > div {
    float: left;
}
.view-noticia .owl-carousel .datos-noticia-home .views-field-field-fuente {
    margin-left: 2rem;
}
.view-noticia .owl-carousel .datos-noticia-home .views-field-field-autor {
    width: 100%;
}

.view-noticia .owl-carousel .views-field-field-fuente .views-label,
.view-noticia .owl-carousel .views-field-field-autor .views-label{
    display: none;
}
.view-noticia .owl-carousel .datos-noticia-home .field-content {
    font-family: LATO-REGULAR;
}
.view-noticia .owl-carousel .views-field-field-fuente:before{
    content: '\e873';
    display: inline-block;
    color: #212121;
    font-family: PCC;
    font-size: 16px;
    position: relative;
    top: 2px;    
    background-color: transparent;  
}
/*.owl-datos-noticia{
    max-height: 112px;
    overflow: hidden;
}*/

.see-more-link{
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
.see-more-link a{
    font-family: LATO-BOLD;
    font-size: 14px;
    color: #212121;
    text-decoration: none;
}
.see-more-link a:hover{
    color: #dd0808;
}
.see-more-link a:after{
    content: '\e315';
    display: inline-block;
    font-family: PCC;
    font-size: 18px;
    position: absolute;
    top: 8px;
}
/**************************************************/

/*********************Galeria video****************/
.container-fluid.galeria-video{
    padding-bottom: 50px;
    padding-top: 25px; 
}

.galeria-video-owl-home,
.galeria-video .view-video{
    border: 1px solid #c0c0c0;
    background: #fff;
    padding: 28px 24px 8px 24px;   
    height: 295px;
}

.view-galeria-de-imagenes .owl-wrapper > .owl-item{
    padding-left: 12px;
    padding-right: 12px;
    /*border-right: 1px solid #c0c0c0;*/
}
.view-galeria-de-imagenes img{
    /*max-width:166px;*/
    height: auto;
    width: 100%;
    max-height: 199px;
}
.view-galeria-de-imagenes .views-field-title a{
    font-family: LATO-REGULAR;
    font-size: 14px;
    color: #212121;
    text-decoration: none;
}
.view-galeria-de-imagenes .owl-wrapper .owl-item > div:hover a{
    color: #dd0808;
}

.view-galeria-de-imagenes .owl-pagination{
    display: none;
}
.see-more-lonk-global{    
    position: relative; 
}
.view-galeria-de-imagenes  .see-more-link a::after,
.front .view-video .see-more-link a::after,
.view-agenda .see-more-link a::after{
    top: -1px;
}
.galeria-video-owl-home .owl-controls .owl-buttons .owl-prev{
    left: -29px;
}
.galeria-video-owl-home .owl-controls .owl-buttons .owl-next{
    right: -29px;
}
.owl-theme .owl-controls .owl-buttons div {    
    position: absolute;
    top: 76px;
    font-size: 0;
    height: 72px;
    width: 20px;
    border-radius: 0;
}
.galeria-video-owl-home .owl-controls .owl-buttons .owl-prev::after{
    content:'\e314';
    font-family: PCC;
    display: inline-block; 
    font-size: 32px;
    position: absolute;
    left: -6px;
    top: 14px;
}
.galeria-video-owl-home .owl-controls .owl-buttons .owl-next::after{
    content:'\e315';
    font-family: PCC;
    display: inline-block; 
    font-size: 32px;
    position: absolute;
    right: -6px;
    top: 14px;
}
.galeria-video-owl-home .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background-color: #dd0808;
}

.front .youtube-field-player,
.front .views-field-field-video-youtube{
    /*max-height: 214px;*/
}
/**************************************************/

/*******************Agenda encuesta face************/
.agenda-encuesta{
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.agenda-encuesta .region-agenda{
    background-color: #fff;
    padding: 8px 36px;
    margin-top: 28px;
    border: 1px solid #c0c0c0;
}
.agenda-encuesta .region-agenda h2{
    font-family: LATO-BOLD;
    font-size: 30px;
    color: #212121;
    text-align: center;
    margin-top: 4px;
}

.view-agenda .contenido-agenda{
    border: 1px solid #c0c0c0;
    height: 100px;
    display: table;
    width: 100%;
}

.contenido-agenda .fecha-agenda-bloque,
.contenido-agenda .contenido-agenda-bloque{
    display: inline-block;
    max-height: 72px;
    overflow: hidden;
    height: 72px;
}

.contenido-agenda .fecha-agenda-bloque{
    font-family: LATO-BOLD;
    font-size: 18px;
    padding: 0px 8px;    
}
.enlace-agenda:hover{
    text-decoration: none;
}
.enlace-agenda{
    color: #212121;
}
.view-agenda .enlace-agenda:hover .fecha-agenda-bloque{
    color: #dd0808;

}
.contenido-agenda .views-field-field-fecha{
    width: 44px;
    text-align: center;
}
.contenido-agenda > div {
    display: table-cell;
    vertical-align: middle;
}
.contenido-agenda{
    margin-bottom: 16px;
}
.otros-agenda-bloque > div{
    display: inline-block;
    font-family: LATO-REGULAR;
    font-size: 14px;
    color: #212121;
}
.view-agenda .enlace-agenda:hover .otros-agenda-bloque,
.view-agenda .enlace-agenda:hover .titulo-agenda-bloque{
    color: #212121;
}
.view-agenda .titulo-agenda-bloque{
    font-family: LATO-REGULAR;
    font-size: 16px;
}
.view-agenda .contenido-agenda:hover{
    -webkit-box-shadow: 0px 4px 16px -4px rgba(221,8,8,1);
    -moz-box-shadow: 0px 4px 16px -4px rgba(221,8,8,1);
    box-shadow: 0px 4px 16px -4px rgba(221,8,8,1);
}
.contenido-agenda .views-field-field-horario .field-content::before,
.contenido-agenda .views-field-field-lugar .field-content::before{
    font-family: PCC;
    display: inline-block;
}
.contenido-agenda .views-field-field-lugar .field-content::before{
    content: '\e8b4';
    padding-right: 4px;
}
.contenido-agenda .views-field-field-horario .field-content::before{
    content: '\e8b5';
    padding-right: 4px;
}
.contenido-agenda .views-field-field-horario{
    margin-right: 16px;
}
.contenido-agenda-bloque::before{
    content: '';
    height: 72px;
    width: 2px;
    display: inline-block;
    background-color: #757575;   
    position: absolute;
    top: 0;
    left: 0;
}

.region-encuesta #block-poll-recent,
.bloque-facebook{
    background-color: #fff;
    padding: 8px 20px;
    margin-top: 36px;
    border: 1px solid #c0c0c0;
}
.region-encuesta #block-poll-recent h2{
    font-family: LATO-BOLD;
    font-size: 30px;
    color: #212121;
    text-align: center;
    margin-top: 4px;
}
.region-encuesta #block-poll-recent .choices .title{
    font-family: LATO-REGULAR;
    font-size: 14px;
    color: #212121; 
    font-weight: normal;
    margin-bottom: 8px;
}
.region-encuesta #block-poll-recent .links{
    display: none;
}
.region-encuesta #block-poll-recent .form-item-choice{
    margin-top: 0;
    font-family: LATO-REGULAR;
    font-size: 14px;
    color: #212121;
}

.region-encuesta #block-poll-recent .form-submit{
    font-family: LATO-BOLD;
    font-size: 14px;
    color: #212121;
    border: 0;
    background: transparent;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.submit-boton {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 35px;
}
.submit-boton {
    margin: 0 0 12px 0;
    padding: 0 28px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #ccc;
}
.submit-boton:hover,
.submit-boton:focus,
.submit-boton:active{
    border: 1px solid transparent;
}
.submit-boton:hover .form-submit,
.submit-boton:focus .form-submit,
.submit-boton:active .form-submit{
    color: #fff !important;
}
.submit-boton::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dd0808;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.submit-boton:hover::before, 
.submit-boton:focus::before, 
.submit-boton:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.bloque-facebook{
    padding: 16px 20px 32px;
    margin-top: 28px;
}
/***************************************************/

/**************Contacto contactenos*****************/
.contacto-contactenos{
    padding-top: 50px;
}
.contacto-contactenos .contacto{
    background: url('../img/contactoizq.png') no-repeat;
    background-size: 100% auto;
    height: 400px;
}

.contacto-contactenos .contacto .region-contacto{
    text-align: right;
    margin-right: 15px;
    margin-left: 15px;
}
.contacto-contactenos .contacto .region-contacto h2,
.contacto-contactenos .contactenos .region-contactenos h2{
    text-align: center;
    font-family: LATO-BOLD;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 44px;
}
.contacto-contactenos .contacto .region-contacto h2{
    color: #212121;
}
.contacto-contactenos .contacto .region-contacto .content{
    display: table;
    text-align: left;
    background: #fff;
    font-family: LATO-BOLD;
    font-size: 18px;
    padding: 24px 24px 24px 72px;
    width: 100%;
    height: 180px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(117,117,117,1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(117,117,117,1);
    box-shadow: 0px 1px 4px 0px rgba(117,117,117,1);
}
.contacto-contactenos .contacto .region-contacto .content > div{
    display: table-cell;
    vertical-align: middle;
}
.contacto-contactenos .contacto .region-contacto .content > div > div{
    margin-bottom: 12px;
    position: relative;
    padding-left: 8px;
}
.contacto-contactenos .contacto .n-datos-contacto::before{
    font-family: PCC;
    font-size: 24px;
    color: #212121;
    display: inline-block;
    opacity: 0.5;
    position: absolute;
    left: -20px;
    top: -4px;
}
.contacto-contactenos .contacto .datos-contacto-direccion::before{
    content: '\e8b4';
}
.contacto-contactenos .contacto .datos-contacto-correo::before{
    content: '\e159';
}
.contacto-contactenos .contacto .datos-contacto-telefono::before{
    content: '\e0cd';
}

.contacto-contactenos .contactenos{
    background: url('../img/contactoderecha.png') no-repeat;
    background-size: 100% auto;
    height: 400px;
}
.contacto-contactenos .contactenos .region-contactenos h2{
    color: #fff;
}

.contacto-contactenos .contactenos .content{
    margin-left: 10%;
    margin-right: 10%;
}
.contacto-contactenos .contactenos .form-item label{
    display: none;
}
.contacto-contactenos .contactenos .form-item input,
.contacto-contactenos .contactenos .form-item textarea{
    background-color: rgba(255,255,255,.9);
    border: 1px solid #c0c0c0;
    color: #212121;
    font-family: LATO-BOLD;
    font-size: 14px;
    box-shadow: 0px 1px 4px 0px rgba(117,117,117,1);
}
.contacto-contactenos .contactenos .form-type-textarea{
    clear: both;
}
.contacto-contactenos .contactenos .form-item input{
    height: 35px;
    padding: 0 15px;
    width: 100%;
}
.contacto-contactenos .contactenos .form-item textarea{
    padding: 10px 15px;
}
.contacto-contactenos .contactenos .form-item input.error,
.contacto-contactenos .contactenos .form-item textarea.error{
    border: 2px solid red;
}
.contacto-contactenos .contactenos .form-item-name{
    width: 45%;
    float: left;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 24px;
}
.contacto-contactenos .contactenos .form-item-mail{
    width: 50%;
    float: right;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 24px;
}   
.contacto-contactenos .contactenos .form-actions input{
    background: transparent;
    border: 0;
    color: #fff;
    font-family: LATO-BOLD;
    font-size: 14px;
    line-height: 35px;
}
.contacto-contactenos .contactenos .form-actions{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 35px;

    margin: 0;
    padding: 0 28px;
    cursor: pointer;
    background: red;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #fff;
}

.contacto-contactenos .contactenos .form-actions::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dd0808;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.contacto-contactenos .contactenos .form-actions:hover::before, 
.contacto-contactenos .contactenos .form-actions:focus::before, 
.contacto-contactenos .contactenos .form-actions:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/***************************************************/

/******************Boletin bloque*******************/
.boletin-bloque .content .issues-link,
.boletin-bloque .content .feed-icon{
    display: none;
}
.boletin-bloque{
    background-color: #eee;
}
.boletin-bloque .submit-boton input{
    background: transparent;
    border: 0;
    color: #212121;
    font-family: LATO-BOLD;
    font-size: 18px; 

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.boletin-bloque .submit-boton{
    vertical-align: top;
}
.boletin-bloque .content p{
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #212121;
    font-family: LATO-ITALIC;
    line-height: 54px;
    margin: 0;
}
.boletin-bloque .content > form{
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.boletin-bloque .region-boletin{
    height: 80px;
    display: table;
    width: 100%;
}
.boletin-bloque .region-boletin .block-simplenews{
    display: table-cell;
    vertical-align: middle;
}
.boletin-bloque .content > form > div{
    display: inline-block;
    width: 100%;
    padding-left: 20%;
}
.boletin-bloque .content > form > div > div{
    display: inline-block;
    margin: 0;
    float: left;
}
.boletin-bloque .form-item-mail{
    width: 50%;
    margin-right: 1.5rem !important;
}
.boletin-bloque .form-item-mail label{
    display: none;
}
.boletin-bloque .form-item-mail input{
    background: #fff;
    font-size: 14px;
    color: #212121;
    font-family: LATO-ITALIC;
    border: 2px solid transparent;
    height: 38px;
    width: 100%;
    box-shadow: 0px 1px 4px 0px rgb(117, 117, 117);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(117,117,117,1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(117,117,117,1);
    padding-left: .5rem;
}
/***************************************************/

/*****************Elaces****************************/
.enlaces-bloque{
    padding-top: 88px;
    padding-bottom: 140px;
}
.enlaces-bloque .view-enlaces .views-row .views-field-field-imagen{
    text-align: center;    
}
.enlaces-bloque .view-enlaces .views-row{
    margin-bottom: 20px;
}
.enlaces-bloque .view-enlaces .views-row .views-field-field-imagen .field-content{
    display: inline-block;
    max-width: 60%;
    height: auto;
}
.enlaces-bloque .view-enlaces .views-row img{
    max-width:160px;
    height: auto;
    max-height: 60px;
    width: 100%;
}
.enlace-global{
    height: 60px;
    display: table;
    width: 100%;
}
.enlace-dentro{
    display: table-cell;
    vertical-align: middle;
}
.enlace-global img {
    /*filter: url('#grayscale');  Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
    filter: Gray(); /* IE4-8 and 9 */

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.enlace-global img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/***************************************************/

/*******************footer************************/
.footer .region-redes-sociales .bloque-banner-siguenos-redes-sociales > div {
    width: 39px;
    height: 39px;
    border: 1px solid;
    position: relative;
    margin-right: 2%;
}
.footer {
    background-color: #1a1b20;
}
.footer .menu li{
    list-style: none;
    display: inline-block;
}
.footer .menu{
    padding-left: 0;
    display: inline-block;
    width: 100%;
}
.footer .menu li.first{
    float: left;
}
.footer .menu li.last{
    float: right;
}
.footer .menu li a{
    font-size: 14px;
    font-family: LATO-BOLD;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    line-height: 72px;
}
.footer .menu li a:hover,
.footer .menu li a:focus,
.footer .menu li a:active{
    text-decoration: none
}
.footer .menu li a::before{
    content: '';
    height: 2px;
    background-color: red;
    display: inline-block;
    width: 36px;
    position: absolute;
    bottom: -4px;
    transition: all 0.4s ease-out 0s;
}
.footer .menu li a:hover::before,
.footer .menu li a:active::before,
.footer .menu li a:focus::before,
.footer .menu li a.active::before{
    width: 100%;
}
.logo-menu-footer-global{
    display: inline-block;
    width: 100%;
}
.logo-menu-footer{
    background: #1a1b20;
    border-radius: 15px;
    position: absolute;
    top: -56px;
    width: 80%;
}
.boton-fixed-arriba{
    height: 40px;
    position: relative;
}
.boton-fixed-arriba:hover{
    cursor: pointer;    
}
.boton-fixed-arriba:hover .boton-fixed-arriba-content::before{
    color: #dd0808;
}
.image-logo-footer-content .center-block{
    width: 78px;
    height: auto;
}
.boton-fixed-arriba .boton-fixed-arriba-content::before{
    font-family: PCC;
    content: '\e316';
    display: inline-block;
    color: #fff;    
    font-size: 40px;
    position: absolute;
    left: 38%;
    top: -12px;
}   
.menu-footer{
    display: inline-block;  
    width: 100%;
    height: 112px;
}
.footer .redes-sociales{
    text-align: center;
    margin-bottom: 20px;
}

.footer .region-redes-sociales .bloque-banner-siguenos-redes-sociales a::before {
    font-size: 24px;
    top: 2px;
    left: 6px;
}
.footer-copyright,
.footer-copyright a{
    background-color: #212121;
    font-family: LATO-REGULAR;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 52px;
}
.footer-copyright a:hover,
.footer-copyright a:focus,
.footer-copyright a:active{
    color: #dd0808;
    text-decoration: none;
}
/*************************************************/

/********************Bloque derecho***************/
.region-bloque-lateral-derecha .block-views h2,
.region-bloque-lateral-derecha .block-block h2{
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
}
.region-bloque-lateral-derecha .block-views h2::after,
.region-bloque-lateral-derecha .block-block h2::after{
    content: '';
    background: #ddd;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.ultimas-noticias,
.video-lateral-derecho,
.ultimos-tweets{
    margin-bottom:  70px;
}
.ultimas-noticias h2::after{
    width: calc(98% - 172px);
}
.i18n-en .ultimas-noticias h2::after{
    width: calc(98% - 108px);
}
.video-lateral-derecho h2::after{
    width: calc(98% - 64px);
}
.ultimos-tweets h2::after{
    width: calc(98% - 164px);
}
.i18n-en .ultimos-tweets h2::after{
    width: calc(98% - 124px);
}
.region-bloque-lateral-derecha .block-views .view-content,
.region-bloque-lateral-derecha .block-block .content{
    margin-left: 20px;
}

.ultimas-noticias .views-field-title a{
    font-family: LATO-BOLD;
    font-size: 17px;
    color: #212121;
}
.ultimas-noticias .views-field-title a:hover,
.ultimas-noticias .views-field-title a:focus,
.ultimas-noticias .views-field-title a:active{
    text-decoration: none;
    color: #dd0808;
}
.ultimas-noticias .views-field-field-fecha,
.ultimas-noticias .views-field-field-fuente{
    font-family: LATO-REGULAR;
    font-size: 14px;
    color: #212121;
    display: inline-block;
    position: relative;
}
.ultimas-noticias .views-field-field-fecha{
    margin-right: 3%;
}
.ultimas-noticias .views-field-field-fuente{
    padding-left: 3%;
}
.ultimas-noticias .views-field-field-fuente::before{
    content: '';
    width: 1px;
    height: 12px;
    background-color: #757575;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}
.ultimas-noticias .views-field-field-fuente span,
.ultimas-noticias .views-field-field-fuente div{
    display: inline-block;
}
.ultimas-noticias .views-field-field-fuente div{
    font-family: LATO-BOLD;
}
.ultimas-noticias .views-row {
    border-top: 1px solid #ddd;
    padding-bottom: 12px;
    padding-top: 8px;
}
.ultimas-noticias .views-row:first-child{
    border-top: 0;
    padding-top: 0px;
}

.video-lateral-derecho .see-more-link a::after {
    top: 0;
}
.video-lateral-derecho .see-more-link{
    margin-top: 16px;
}

/*************************************************/

/*************Attencion a la poblacion************/
.page-node .region-content .links .translation_en,
.page-node .region-content .links .translation_es{
    display: none;
}
.page-node .contenido .title,
.page-library .contenido .title,
.page-agendas .contenido .title,
.page-search .contenido .title{
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
}
.page-node .contenido .title::after,
.page-library .contenido .title::after,
.page-agendas .contenido .title::after,
.page-search .contenido .title::after{
    content: '';
    background: #ddd;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.page-node-6 .contenido .title::after,
.page-node-7 .contenido .title::after{
    width: calc(98% - 252px);
}

.page-node .field-name-field-descripcion,
.page-library .view-header .views-field-field-descripcion{
    font-family: LATO-REGULAR;
    color: #212121;
    font-size: 16px;
}
.atencion-poblacion-form{
    margin-top: 32px;
}
.atencion-poblacion-form .form-item label{
    font-family: LATO-BOLD;
    color: #212121;
    font-size: 14px;
    font-weight: normal;
}
.atencion-poblacion-form .form-item input,
.atencion-poblacion-form .form-item textarea{
    font-family: LATO-REGULAR;
    color: #212121;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100%;
}
.atencion-poblacion-form .form-item,
.atencion-poblacion-form #dependent-selects-provincia-ajax-wrapper,
.atencion-poblacion-form #dependent-selects-municipio-ajax-wrapper{
    width: 48%;
    display: inline-block;
    margin-bottom: 0;
}
.atencion-poblacion-form #dependent-selects-provincia-ajax-wrapper .form-item,
.atencion-poblacion-form #dependent-selects-municipio-ajax-wrapper .form-item{
    width: 100%;
}
.atencion-poblacion-form select{
    width: 70%;
    display: block;
    font-family: LATO-REGULAR;
    color: #212121;
    font-size: 14px;
}
.atencion-poblacion-form select option{
    font-family: LATO-REGULAR;
    color: #212121;
    font-size: 14px;
}
.atencion-poblacion-form .form-item .description{
    font-family: LATO-REGULAR;
    color: #212121;
}
.atencion-poblacion-form form{
    width: 88%;
}
.atencion-poblacion-form .form-item.webform-component--asunto,
.atencion-poblacion-form .form-item.webform-component--mensaje{
    width: 100%;
}
.atencion-poblacion-form .webform-component--nombre,
.atencion-poblacion-form .webform-component--telefono,
.atencion-poblacion-form #dependent-selects-provincia-ajax-wrapper{
    float: left;
}
.atencion-poblacion-form .webform-component--apellidos,
.atencion-poblacion-form .webform-component--correo-electronico,
.atencion-poblacion-form #dependent-selects-municipio-ajax-wrapper{
    float: right;
}

.atencion-poblacion-form .form-actions input,
.view-biblioteca .view-filters .views-submit-button input{
    background: transparent;
    border: 0;
    color: #212121;
    font-family: LATO-BOLD;
    font-size: 14px;
    line-height: 35px; 
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.atencion-poblacion-form .form-actions:hover input,
.view-biblioteca .view-filters .views-submit-button:hover input{
    color: #fff;
}
.atencion-poblacion-form .form-actions:hover,
.view-biblioteca .view-filters .views-submit-button:hover{
    border: 1px solid transparent;
}
.atencion-poblacion-form .form-actions,
.view-biblioteca .view-filters .views-submit-button{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 32px;

    margin: 28px 0 12px 0;
    padding: 0 28px;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #ddd;
}

.atencion-poblacion-form .form-actions::before,
.view-biblioteca .view-filters .views-submit-button::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dd0808;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.atencion-poblacion-form .form-actions:hover::before, 
.atencion-poblacion-form .form-actions:focus::before, 
.atencion-poblacion-form .form-actions:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.atencion-poblacion-form .ajax-progress{
    display: none;
}
.atencion-poblacion-form .grippie{
    display: none;
}
textarea{
    resize: none;
}
/*************************************************/

/******************Bibioteca**********************/
.page-library .title::after{
    width: calc(100% - 116px);
}
.i18n-en.page-library .title::after{
    width: calc(100% - 84px);
}
.page-library .views-exposed-widget label{
    display: none;
}
.view-biblioteca .view-filters{
    margin-top: 20px;
}
.view-biblioteca .view-filters .views-widget-filter-combine input,
.view-biblioteca .view-filters select{
    font-family: LATO-REGULAR;
    color: #212121;
    font-size: 14px;    
    border: 1px solid #ddd;
    height: 28px;
}
.view-biblioteca .view-filters .views-widget-filter-combine{
    width: 50%;
}
.view-biblioteca .view-filters .views-widget-filter-combine input{
    width: 100%;
}
.view-biblioteca .view-filters .form-submit{
    margin-top: 0;
}

.view-biblioteca .view-filters .views-submit-button:hover::before, 
.view-biblioteca .view-filters .views-submit-button:focus::before, 
.view-biblioteca .view-filters .views-submit-button:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.view-biblioteca .view-filters .views-submit-button {
    line-height: 27px;
    margin: 6px 0 12px 0;
}
.view-biblioteca .view-filters .views-submit-button input {
    line-height: 27px;
}

.view-biblioteca .view-content .views-field-title a{
    font-family: LATO-BOLD;
    font-size: 17px;
    color: #212121;
    position: relative;
    padding-left: 36px;
}
.view-biblioteca .view-content .views-field-title a::before{
    content: '\e415';
    font-family: PCC;
    color: #212121;
    display: inline-block;
    font-size: 27px;
    position: absolute;
    top: -8px;
    left: 0;
}
.view-biblioteca .view-content .views-field-title a:hover::before,
.view-biblioteca .view-content .views-field-title a:focus::before,
.view-biblioteca .view-content .views-field-title a:active::before{
    color: #dd0808;
}
.view-biblioteca .view-content .views-field-field-descripcion{
    font-family: LATO-REGULAR;
    font-size: 16px;
    color: #212121;
    height: 92px;
    overflow: hidden;
}
.view-biblioteca .view-content .views-field-filesize{
    font-family: LATO-ITALIC;
    font-size: 14px;
    color: #212121;
    margin: 4px 0;
}
.view-biblioteca .view-content .views-field-title a:hover,
.view-biblioteca .view-content .views-field-title a:focus,
.view-biblioteca .view-content .views-field-title a:active{
    color: #dd0808;
    text-decoration: none;
}
.view-biblioteca .view-content .views-row{
    margin-bottom: 20px;
}
/*************************************************/

/*****************Paginador***********************/

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-family: LATO-BOLD;
    font-size: 14px;
    color: #212121;

}

.item-list .pager li {
    padding: 0;
    margin: 0;
}
.pager li > a:hover, 
.pager li > span:hover {
    background-color: #dd0808;
    color: #fff;
}

.pager .pager-current{
    font-weight: normal;
    padding: 7px 14px !important;
    border: 1px solid #ddd;
    background-color: #212dc9;
    color: #fff;
    font-family: LATO-BOLD;
    font-size: 14px;
}
.pager .pager-previous a,
.pager .pager-next a,
.pager .pager-first a,
.pager .pager-last a{
    position: relative;
    padding: 2px 10px;
    top: 2px;
    font-size: 0;
}
.pager .pager-previous a::before,
.pager .pager-next a::before,
.pager .pager-first a::before,
.pager .pager-last a::before{    
    font-family: PCC;
    display: inline-block;
    font-size: 18px;
}
.pager .pager-previous a::before{
    content: '\e314';
}
.pager .pager-next a::before{
    content: '\e315';
}
.pager .pager-first a::before{
    content: '\e045';
}
.pager .pager-last a::before{
    content: '\e044';
}
/***************************************************/

/*********************Blogs*************************/
.page-node-27 .title::after{
    width: calc(100% - 68px);
}
.page-node-28 .title::after{
    width: calc(100% - 68px);
}
.imagen-blog-bloque{
    padding-left: 0;
}
.imagen-blog-bloque img{
    max-width:100%;
    height: auto;
    /*    max-height: 180px;
        max-width: 172px;*/
}
.contenido-blog-bloque{
    padding-right: 0;
}
.contenido-blog-bloque{
    font-family: LATO-REGULAR;
    font-size: 16px;
    color: #212121;
    max-height: 182px;
    overflow: hidden;
}
.contenido-blog-bloque a{
    font-family: LATO-BOLD;
    font-size: 17px;
    color: #212121;
}
.contenido-blog-bloque a:hover{
    color: #dd0808;
    text-decoration: none;
}
.view-blogs .views-row{
    margin-top: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.view-blogs .views-row:first-child{
    margin-top: 28px;
}
.item-list .pager {
    margin-top: 48px;
}

/*blogs lateral derecho*/
.region-bloque-lateral-derecha #block-views-blogs-block-1 .contenido-blog-bloque{
    padding-left: 0;
}
.region-bloque-lateral-derecha #block-views-blogs-block-1 .views-row-first{
    margin-top: 8px;
}
.region-bloque-lateral-derecha #block-views-blogs-block-1 .see-more-link a::after {
    top: -2px;
}
.region-bloque-lateral-derecha #block-views-blogs-block-1 h2::after {
    width: calc(98% - 64px);
}
/***************************************************/

/**********************Direccion********************/
.page-node-15 .title::after{
    width: calc(100% - 110px);
}
.page-node-16 .title::after{
    width: calc(100% - 110px);
}
.highmaps-cuba{
    margin-top: 20px;
}

.buro-pilitico h2,
.provincias-list h2,
.secretariado-provincial h2,
.municipios-list h2,
.secretariado-municipal h2{
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
}
.buro-pilitico h2::after,
.provincias-list h2::after,
.secretariado-provincial h2::after,
.municipios-list h2::after,
.secretariado-municipal h2::after{
    content: '';
    background: #ddd;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.buro-pilitico h2::after{
    width: calc(100% - 150px);
}
.buro-pilitico,
.secretariado-provincial{
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 40px;    
}
.buro-pilitico .views-row  img,
.secretariado-provincial .views-row  img,
.secretariado-municipal .views-row  img{
    max-width: 248px;
    /*max-height: 252px;*/
}
.buro-politico-content::before {
    background-image: url('../img/triangulo.svg');
    background-size: 100% 68px;
    height: 50px;
    /*display: inline-block;*/
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: -50px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.buro-pilitico .views-row:hover .buro-politico-content::before,
.buro-pilitico .views-row:focus .buro-politico-content::before,
.buro-pilitico .views-row:active .buro-politico-content::before{
    opacity: 1;
}
.secretariado-provincial .views-row:hover .buro-politico-content::before,
.secretariado-provincial .views-row:focus .buro-politico-content::before,
.secretariado-provincial .views-row:active .buro-politico-content::before{
    opacity: 1;
}
.secretariado-municipal .views-row:hover .buro-politico-content::before,
.secretariado-municipal .views-row:focus .buro-politico-content::before,
.secretariado-municipal .views-row:active .buro-politico-content::before{
    opacity: 1;
}

.buro-pilitico .views-row,
.secretariado-provincial .views-row,
.secretariado-municipal .views-row{
    text-align: center;
    display: inline-block;
    margin-bottom: 28px;
}

.buro-pilitico .views-row a,
.secretariado-provincial .views-row a,
.secretariado-municipal .views-row a{
    font-family: LATO-BOLD;
    font-size: 17px;
    color: #212121;
}
.buro-pilitico .views-row:hover a,
.buro-pilitico .views-row:focus a,
.buro-pilitico .views-row:active a{
    color: #dd0808;
    text-decoration: none;
}
.secretariado-provincial .views-row:hover a,
.secretariado-provincial .views-row:focus a,
.secretariado-provincial .views-row:active a{
    color: #dd0808;
    text-decoration: none;
}
.secretariado-municipal .views-row:hover a,
.secretariado-municipal .views-row:focus a,
.secretariado-municipal .views-row:active a{
    color: #dd0808;
    text-decoration: none;
}

.buro-pilitico .views-row .buro-politico-content,
.secretariado-provincial .views-row .buro-politico-content,
.secretariado-municipal .views-row .buro-politico-content{
    border: 1px solid #ddd;
    padding: 16px 8px 12px 8px;
    position: relative;
}

.provincias-list h2::after{
    width: calc(100% - 124px);
}
.i18n-en .provincias-list h2::after{
    width: calc(100% - 120px);
}

.provincias-list .views-row a,
.municipios-list .views-row a{
    font-family: LATO-BOLD;
    font-size: 16px;
    color:#212121;
    cursor: pointer; 
}
.buro-pilitico .views-field-title{
    margin-bottom: 4px;
}
.provincias-list .views-row,
.municipios-list .views-row{
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 12px;
}
.provincias-list .views-row a:hover,
.provincias-list .views-row a:focus,
.provincias-list .views-row a:active{
    text-decoration: none;
    color: #dd0808;
}
.municipios-list .views-row a:hover,
.municipios-list .views-row a:focus,
.municipios-list .views-row a:active{
    text-decoration: none;
    color: #dd0808;
}

.provincias-list .content .view-content,
.municipios-list .content .view-content{
    /*text-align: center;*/
}
.provincias-list,
.municipios-list{
    display: inline-block;
    margin-bottom: 48px;
}

.secretariado-provincial  .buro-politico-content::before {
    top: -46px;
}

.secretariado-provincial{
    margin-bottom: 48px;
    display: inline-block;
}
.secretariado-provincial h2::after{
    width: calc(100% - 260px);
}
.i18n-en .secretariado-provincial h2::after{
    width: calc(100% - 248px);
}
.municipios-list h2::after{
    width: calc(100% - 136px);
}
.i18n-en .municipios-list h2::after{
    width: calc(100% - 164px);
}
.municipios-list,
.secretariado-municipal{
    width: 100%;
}

.secretariado-municipal h2::after{
    width: calc(100% - 258px);
}
.i18n-en .secretariado-municipal h2::after{
    width: calc(100% - 244px);
}
#block-views-miembro-estructura-block-1 #views-exposed-form-miembro-estructura-block-1{display: none}
#block-views-taxonomias-block-1 #views-exposed-form-taxonomias-block-1{display: none}
#block-views-miembro-estructura-block-2 #views-exposed-form-miembro-estructura-block-2{display: none;}
/***************************************************/

.not-front #contenido{
    margin-top: 32px;
    margin-bottom: 50px;
}

/*****************Directorio**************************/
.page-directory .title{
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
}
.page-directory .title::after{
    content: '';
    background: #ddd;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.page-directory .title::after{
    width: calc(98% - 108px);
}
.i18n-en.page-directory .title::after{
    width: calc(98% - 96px);
}

.view-elementos-directorio h3{
    display: inline-block;
    font-size: 17px;
    font-family: LATO-REGULAR;
    padding: 4px 16px 8px;
    border-top: 5px solid #fff;
    border-radius: 4px;  
    float: left;
}
.view-elementos-directorio h3:hover,
.view-elementos-directorio h3:focus,
.view-elementos-directorio h3:active{
    cursor: pointer;
    border-top: 5px solid #dd0808;
}

.view-elementos-directorio .tab-content > h3.active,
.view-elementos-directorio .tab-content > h3.active:focus,
.view-elementos-directorio .tab-content > h3.active:hover{
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.view-elementos-directorio h3{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 70%, rgba(222,222,222,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(70%, rgba(245,245,245,1)), color-stop(100%, rgba(222,222,222,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 70%, rgba(222,222,222,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 70%, rgba(222,222,222,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 70%, rgba(222,222,222,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 70%, rgba(222,222,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede', GradientType=0 );

}
.view-elementos-directorio .tab-content{
    position: relative;
}
.view-elementos-directorio .tab-content .tab-pane{
    position: absolute;
    top: 60px;
    padding-top: 8px;
}
.view-elementos-directorio .tab-content .tab-pane a{
    display: inline-block;
    font-size: 16px;
    font-family: LATO-REGULAR;
    padding: 4px 16px 8px;
    color: #212121;
}
.view-elementos-directorio .tab-content .tab-pane a:hover,
.view-elementos-directorio .tab-content .tab-pane a:focus,
.view-elementos-directorio .tab-content .tab-pane a:active{
    color: #dd0808;
    text-decoration: none;
}
.elemnto-select-header{
    border-top: 5px solid #212dc9 !important;
    font-family: LATO-BOLD !important;
}
.view-elementos-directorio h3.elemnto-select-header:hover,
.view-elementos-directorio h3.elemnto-select-header:focus,
.view-elementos-directorio h3.elemnto-select-header:active{
    cursor: default;
}
.view-elementos-directorio{
    width: 100%;
    display: inline-block;
    min-height: 240px;
}
/*****************************************************/

/****statutos Reglamentos Objetivos Lienamientos******/
.node-type-page .title{
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
}
.page-node-19 .contenido .title::after{
    width: calc(100% - 110px);
}
.page-node-20 .contenido .title::after{
    width: calc(100% - 100px);
}
.page-node-21 .contenido .title::after{
    width: calc(100% - 150px);
}
.page-node-22 .contenido .title::after{
    width: calc(100% - 140px);
}
.page-node-23 .contenido .title::after{
    width: calc(100% - 112px);
}
.page-node-24 .contenido .title::after{
    width: calc(100% - 124px);
}
.page-node-25 .contenido .title::after{
    width: calc(100% - 154px);
}
.page-node-26 .contenido .title::after{
    width: calc(100% - 124px);
}
.node-type-page .view-documento{
    margin-top: 20px;
}

.node-type-page .view-documento .views-field-title a{
    font-family: LATO-BOLD;
    font-size: 17px;
    color: #212121;
    position: relative;
    padding-left: 36px;
}
.node-type-page .view-documento .views-field-title a::before {
    content: '\e415';
    font-family: PCC;
    color: #212121;
    display: inline-block;
    font-size: 27px;
    position: absolute;
    top: -8px;
    left: 0;
}
.node-type-page .view-documento .views-field-title a:hover, 
.node-type-page .view-documento .views-field-title a:focus, 
.node-type-page .view-documento .views-field-title a:active {
    color: #dd0808;
    text-decoration: none;
}
.node-type-page .view-documento .views-field-title a:hover::before, 
.node-type-page .view-documento .views-field-title a:focus::before, 
.node-type-page .view-documento .views-field-title a:active::before {
    color: #dd0808;
}
.node-type-page .view-documento .views-field-filesize {
    font-family: LATO-ITALIC;
    font-size: 14px;
    color: #212121;
    margin: 4px 0;
}
.node-type-page .view-documento .views-field-field-descripcion {
    font-family: LATO-REGULAR;
    font-size: 16px;
    color: #212121;
    height: 92px;
    overflow: hidden;
}
.node-type-page .view-documento .views-row {
    margin-bottom: 20px;
}
/*****************************************************/

/*****************Personalidades**********************/
.view-personalidades .views-row:first-child {
    margin-top: 28px;
}
.view-personalidades .views-row {
    margin-top: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.page-personalities .title {
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
}
.page-personalities .title::after {
    content: '';
    background: #ddd;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.page-personalities .title::after {
    width: calc(100% - 172px);
}
.i18n-en.page-personalities .title::after {
    width: calc(100% - 152px);
}
/*****************************************************/

/********************Noticias vistas******************/
.page-news .views-field-field-imagen img,
.page-international-relations .views-field-field-imagen img{
    max-width: 100%;
    height: auto;
}
.page-news .imagen-noticias,
.page-international-relations .imagen-noticias{
    padding-left: 0;
}
.page-news .resumen-noticia-home,
.page-international-relations .resumen-noticia-home{
    font-size: 16px;
    height: 162px;
    overflow: hidden;
}
.page-news .titulo-noticia-home .views-field-title .field-content,
.page-international-relations .titulo-noticia-home .views-field-title .field-content {
    display: inline-block;
    margin-bottom: 4px;
    height: auto;
    overflow: inherit;
}
.page-news .view-noticia .views-row,
.page-international-relations .view-noticia .views-row{
    display: inline-block;
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}
.page-news .contenido-niticia-grande-home,
.page-international-relations .contenido-niticia-grande-home{
    max-height: 230px;
    overflow: hidden;
}
.page-international-relations .view-noticia,
.page-news .view-noticia{
    display: inline-block;
}

.page-news .title,
.page-international-relations .title,
.page-forum .title{
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
    margin-bottom: 20px;
}
.page-news .title::after,
.page-international-relations .title::after,
.page-forum .title::after{
    content: '';
    background: #ddd;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.page-news .contenido .title::after {
    width: calc(100% - 100px);
}
.page-international-relations .title::after {
    width: calc(100% - 300px);
}
.i18n-en.page-international-relations .title::after {
    width: calc(100% - 258px);
}
.i18n-en.page-news .title::after {
    width: calc(100% - 70px);
}
.page-news .titulo-noticia-home a,
.page-international-relations .titulo-noticia-home a{
    font-size: 18px;
}
/*****************************************************/

/*********************Forum***************************/
.page-forum .action-links{
    display: none;
}

.page-forum .content thead,
.page-forum .content thead a{
    font-family: LATO-REGULAR;
    font-size: 16px;
    color: #212121;
    font-weight: normal;
}
.page-forum .content thead th{
    border-bottom: 1px solid #ddd;
    line-height: 32px;
}
.page-forum .content thead a{
    font-weight: 700;
    line-height: 32px;
}
.page-forum .content thead a:hover,
.page-forum .content thead a:active,
.page-forum .content thead a:focus{
    color: #dd0808;
    text-decoration: none;
}
.page-forum .content thead th:first-child{
    padding-left: 8px;
}
.page-forum .content table{
    -webkit-box-shadow: 0px 0px 3px 0px rgba(117,117,117,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(117,117,117,1);
    box-shadow: 0px 0px 3px 0px rgba(117,117,117,1);
}
.page-forum .content tbody .forum{
    padding-left: 8px;
}
.imagen-icono-categoria-foro img{
    border-radius: 100%;
}
.page-forum .content tbody .forum .icon{
    display: none;
}
.imagen-forum-categoria,.contenido-foro-categoria{
    display: inline-block;
    float: left;
}
.imagen-forum-categoria{width: 10%;}
.contenido-foro-categoria{width: 90%}
.contenido-foro-categoria,
.contenido-foro-categoria a,
.page-forum table a{
    font-family: LATO-REGULAR;
    color: #212121;
}
.contenido-foro-categoria a,
.page-forum table a{
    font-size: 16px;
}
.contenido-foro-categoria a:hover,
.contenido-foro-categoria a:active,
.contenido-foro-categoria a:focus,
.page-forum table tbody a:hover,
.page-forum table tbody a:active,
.page-forum table tbody a:focus{
    font-family: LATO-BOLD;
    color: #dd0808;
    text-decoration: none;
}
.contenido-foro-categoria .description,
#forum .description{
    margin: 0;
    font-size: 14px;
    color: #757575;
}
.page-forum table td{
    padding-top: 16px;
    padding-bottom: 16px;
}
.page-forum table{
    width: 100%;
}
.page-forum.page-forum- table thead th:nth-child(3){
    text-align: center;
}
.page-forum  tr.even, .page-forum  tr.odd {
    background-color: #fff;
}
.page-forum .topics,.page-forum .posts,
.page-forum .replies{
    color: #757575;
    text-align: center;
    font-family: LATO-REGULAR;
}
.user-last-post{
    font-family: LATO-BOLD;
    color: #212dc9;
    font-size: 14px;
}
.date-last-post,
.no-submissions{
    font-family: LATO-REGULAR;
    color: #757575;
    font-size: 14px;
}
.border-bottom-title{
    background: #ddd;
    height: 3px;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 39px;
    left: 0;
    z-index: -1;
}
.title-page{
    position: relative;
}
.title-page h1,
.title-page .border-bottom-title{
    display: inline-block;
}
.page-forum #page-title.title{
    background: #fff;
    padding-right: 8px;
}
#forum .icon div {
    background-image: none;
}
.no-imagen-icono-categoria-foro::before{
    content:'\e439';
    display: inline-block;
    font-family: PCC;
    position: absolute;
    top: -8px;
    left: 6px;
    font-size: 36px;
}
.no-imagen-icono-categoria-foro{
    position: relative;
}
/*****************************************************/
/*********************Galeria de imagenes*************/
.page-image-gallery .view-galeria-de-imagenes .views-field-field-imagenes-1 img{
    max-height: 200px;
    height: 200px;
    max-width: 100%;
}
.page-image-gallery .view-galeria-de-imagenes .views-field-field-imagenes-1 ul,
.page-image-gallery .view-galeria-de-imagenes .views-field-field-imagenes-1 ul li{
    margin: 0;
}
.page-image-gallery .view-galeria-de-imagenes .views-field-field-imagenes-1 ul li{
    list-style: none;
}
.page-image-gallery .view-galeria-de-imagenes .views-row .contenido-galeria-global{
    position: relative;
    margin-bottom: 20px;
    display: table;
    height: 200px; 
    width: 100%;
}
.page-image-gallery .view-galeria-de-imagenes .views-field-field-imagenes-1{
    position: absolute;
    top: 0;
    display: inline-block;
    left: 0
}

.page-image-gallery .view-galeria-de-imagenes .views-row .views-field-title,
.page-image-gallery .view-galeria-de-imagenes .views-row .views-field-field-imagenes{
    transition:all .7s ease-in-out;
    font-size: LATO-REGULAR;
    color:#fff;
    font-size: 16px;

}
.page-image-gallery .view-galeria-de-imagenes .views-row .views-field-field-imagenes::before{
    content: '\e413';
    display: inline-block;
    font-family: PCC;
    font-size: 24px;    
}
.page-image-gallery .view-galeria-de-imagenes .views-row .views-field-field-imagenes .field-content{
    display: inline-block;
}
.galeria-contenido{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    transform: rotateY(180deg);

}
.page-image-gallery .view-galeria-de-imagenes .views-row .views-field-title{
    max-height: 154px;
    overflow: hidden;
}

.page-image-gallery .title,
.page-faq .title,
.page-videos .title,
.page-sitemap .contenido .title{
    background: #fff;
    padding-right: 8px;
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
    margin-bottom: 20px;
}

.postal-galeria{
    position: relative;
    transition: all .7s ease;

    -webkit-transform: perspective(600px);
    -moz-transform: perspective(600px);
    ms-transform: perspective(600px);
    -o-transform: perspective(600px);
    transform: perspective(600px);

    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;

}
.page-image-gallery .view-galeria-de-imagenes .views-row:hover .postal-galeria{
    /*transform: perspective(600px) rotateY(-180deg) translateX(100%);*/

    -webkit-transform: perspective(600px) rotateY(-180deg) translateX(100%);
    -moz-transform: perspective(600px) rotateY(-180deg) translateX(100%);
    ms-transform: perspective(600px) rotateY(-180deg) translateX(100%);
    -o-transform: perspective(600px) rotateY(-180deg) translateX(100%);
    transform: perspective(600px) rotateY(-180deg) translateX(100%);
}

.views-field-field-imagenes-1,
.galeria-contenido{
    position: absolute;
    backface-visibility: hidden;   

}
.galeria-contenido{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background-color: #dd0808;
    width: 100%;
    height: 200px;

    display: table;
}

.galeria-contenido > div{
    vertical-align: middle;
    display: table-cell;
}
.page-image-gallery .view-galeria-de-imagenes .views-row{
    margin-bottom: 20px;
}
/*****************************************************/

/****************Nuestra Historia********************/
.page-node-13 .title::after{
    width: calc(98% - 172px);
}
.page-node-14 .title::after{
    width: calc(98% - 124px);
}
.view-suceso .views-row{
    clear: both;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}
.view-suceso .views-row:nth-child(2n){
    float: right;
}
.contenido-suceso-bloque,.imagen-fecha-suceso-bloque{
    display: inline-block;
    float: left;
}
.imagen-fecha-suceso-bloque{
    position: relative;
}
.suceso-circle.imagen-no{    
    border-radius: 100%;
    border: 8px solid #ccc;
    background-color: #eee;    
    top: 0;
}
.suceso-circle{
    height: 150px;
    width: 150px;
    display: table;
    position: absolute;
}
.fecha-suceso{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.imagen-suceso img{
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 8px solid #ccc;
    z-index: -1;

    filter: url('#grayscale');
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
    filter: Gray();
}
.fecha-suceso{
    font-family: MERRIWEATHER-REGULAR;
    color: #fff;
    text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
    font-size: 36px;
    /*text-shadow: 3px 3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, -3px -3px 0 #000, 3px 0px 0 #000, 0px 3px 0 #000, -3px 0px 0 #000, 0px -3px 0 #000;*/
}
.contenido-suceso .views-field-title{
    font-family: LATO-BOLD;
    font-size: 17px;
}
.view-suceso .views-row a{
    color: #212121;
}
.view-suceso .views-row a:hover .views-field-title,
.view-suceso .views-row a:active .views-field-title,
.view-suceso .views-row a:focus .views-field-title{
    color: #dd0808;
}
.view-suceso .views-row a:hover .fecha-suceso,
.view-suceso .views-row a:active .fecha-suceso,
.view-suceso .views-row a:focus .fecha-suceso{
    text-shadow: -2px 0 #dd0808, 0 2px #dd0808, 2px 0 #dd0808, 0 -2px #dd0808;
}
.contenido-suceso .views-field-field-descripcion{
    font-family: LATO-REGULAR;
    font-size: 14px;
}
.contenido-suceso-bloque{
    max-height: 150px;
    overflow: hidden;
    height: 150px;
}
.view-suceso .views-row:nth-child(2n+1){
    text-align: right;
}
.view-suceso .views-row:nth-child(2n) .img-date-suceso{
    position: absolute;
    left: -30%;
}
.view-suceso .views-row:nth-child(2n+1) .img-date-suceso{
    position: absolute;
    right: 25%;
}

.view-suceso .item-list{
    width: 100%;
    display: inline-block;
    clear: both;
}
.view-suceso{
    margin-top: 40px;
}
/****************************************************/

/*******************Preguntas Frecuentes*************/
.page-faq .contenido .title::after,
.page-videos .contenido .title::after,
.page-sitemap .contenido .title::after{
    content: '';
    background: #ddd;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
    width: calc(98% - 228px);
}
.i18n-en.page-faq .title::after{
    width: calc(98% - 40px);
}
.view-preguntas-frecuentes .views-row{
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(117,117,117,1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(117,117,117,1);
    box-shadow: 0px 2px 2px 0px rgba(117,117,117,1);
    margin-bottom: 28px;
}
.view-preguntas-frecuentes .views-accordion-header{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

    font-family: LATO-REGULAR;
    font-size: 18px;
    background: #fff;
}
.ui-accordion-content{
    border: none;
    /*height: auto !important;*/

    font-family: LATO-REGULAR;
    font-size: 16px;
}
.ui-accordion-header-active a span{
    color: #dd0808;
}
/****************************************************/

/********************Videos all**********************/
.page-videos .view-video .views-row{
    margin-bottom: 16px;
}
.page-videos .contenido .title::after{
    width: calc(98% - 68px);
}
/****************************************************/

/*******************Mapa del sitio*******************/
.page-sitemap .contenido .title::after{
    width: calc(98% - 144px);
}
.i18n-en.page-sitemap .contenido .title::after{
    width: calc(98% - 88px);
}

.site-map-menu li{
    list-style: none !important;
    list-style-image: none;
}
.site-map-menu .expanded .nolink,
.site-map-box .content > ul > li > a{
    font-family: LATO-BOLD;
    font-size: 20px;
    color: #212121;
}
.site-map-box a{
    color: #212121;
}
.site-map-box a.active{
    color: #dd0808 !important;
    cursor: default;
    pointer-events: none;
}
.site-map-box a:hover,.site-map-box a:active,.site-map-box a:focus{
    color: #dd0808 !important;
    text-decoration: none;
}
.site-map-box .content > ul{
    padding-left: 0 !important;
}
.site-map-box .content > ul > li.expanded > ul a{
    font-family: LATO-ITALIC;
    font-size: 16px;
}
.site-map-box-menu-menu-menu-footer{
    margin-bottom: 0 !important;
}
.site-map-box-menu-menu-menu-footer .content > ul{
    margin-bottom: 0;
}
/****************************************************/

/**********Terminos y condiciones de uso*************/
/************Politicas de privacidad*****************/
/*************Mision y vision************************/
.page-node-31 .contenido .title::after{
    width: calc(100% - 342px);
}
.page-node-32 .contenido .title::after{
    width: calc(100% - 316px);
}
.page-node-33 .contenido .title::after{
    width: calc(100% - 252px);
}
.page-node-34 .contenido .title::after{
    width: calc(100% - 180px);
}
.page-node-11 .contenido #page-title.title,
.page-node-12 .contenido #page-title.title{
    display: none
}
.page-node-11 .contenido .title::after{
    width: calc(100% - 80px);
}
.page-node-12 .contenido .title::after{
    width: calc(100% - 74px);
}
.page-node-12 .contenido .title-mision-en.title::after{
    width: calc(100% - 92px);
}
.title-vision{
    margin-top: 32px;
}
/****************************************************/

/**********************Agendas***********************/
.page-agendas .contenido .title::after{
    width: calc(100% - 100px);
}
.page-agendas .contenido .views-row{
    margin-bottom: 20px;
}
.page-agendas .contenido .title{
    margin-bottom: 32px;
}
/****************************************************/

/***************Busqueda Avanzada********************/
.page-search .contenido .title::after{
    width: calc(100% - 80px);
}

.page-search #search-form{
    font-family: LATO-REGULAR;
}
.page-search #search-form label{
    font-family: LATO-BOLD;
    font-size: 16px;
    font-weight: normal;
}
.page-search .contenido input.form-text{
    font-family: LATO-REGULAR;
    font-size: 14px;
    color: #212121;
    border: 1px solid #ddd;
    line-height: 33px;
}
.submit-buscar-page input,
.submit-buscar-avanzada-page input{
    border: 0;
    background: transparent;    
    font-family: LATO-BOLD;
    font-size: 14px;
    line-height: 35px;
    color: #212121;
    border: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.submit-buscar-page{
    display: inline-block !important;
    margin-bottom: 4px;
}
.page-search #search-form a{
    font-family: LATO-REGULAR;
    font-size: 20px;
    color: #212121;
    font-weight: normal;
}
.page-search #search-form a:hover,
.page-search #search-form a:focus,
.page-search #search-form a:active{
    color: #dd0808;
    text-decoration: none;
}
.page-search #search-form .fieldset-wrapper .criterion:first-child{
    width: 100%;
}
.page-search #search-form .fieldset-wrapper .criterion:first-child label{
    width: 50%;
    float: left;
}
.page-search #search-form .fieldset-wrapper .criterion:first-child input{
    width: 50%;
}
.page-search #search-form .fieldset-wrapper .criterion:nth-child(2),
.page-search #search-form .fieldset-wrapper .criterion:nth-child(3){
    width: 50%;
    float: left;
    display: inline-block;
    margin-right: 0;
}
.page-search #search-form .fieldset-wrapper .criterion:nth-child(2) .form-item .form-checkboxes label,
.page-search #search-form .fieldset-wrapper .criterion:nth-child(3) .form-item .form-checkboxes label{
    font-family: LATO-REGULAR;
}
.page-search #search-form .fieldset-wrapper .criterion:nth-child(3) .form-item-language-und{
    display: none;
}
.contenedor-boton{
    width: 100%;
    display: inline-block;
}
.busqueda-avanzada-title{
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 12px;
}
#result-info{
    font-family: LATO-ITALIC;
    font-size: 14px;

}
.no-result-show{
    font-size: 14px;
    font-family: LATO-REGULAR;
    color: #212121;
}
.search-results{
    padding-left: 0px;
}

.search-results li a{
    font-family: LATO-BOLD;
    color: #212121;
    font-size: 18px;
}
.search-results li a:hover,
.search-results li a:focus,
.search-results li a:active{
    color: #dd0808;
    text-decoration: none;
}
.search-results li .title::after{
    width: 0 !important;
}
.search-results li .search-snippet-info{
    font-family: LATO-REGULAR;
}
.search-snippet-info{
    padding-left: 0 !important;
}
.search-results li {
    border-bottom: 1px solid #ddd;
}
/****************************************************/

/********************Login***************************/
.not-logged-in.page-user .contenido .title{
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
}
.not-logged-in.page-user .contenido .title::after{
    content: '';
    background: #ddd;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
    width: calc(100% - 204px);
}
.i18n-en.not-logged-in.page-user .contenido .title::after{
    width: calc(100% - 150px);
}
.page-user .tabs.primary li a{
    font-family: LATO-REGULAR;
    color: #212121;
    font-size: 15px;
}
.page-user .tabs.primary li a.active{
    color: #dd0808;
}
.page-user .tabs.primary li a:hover,
.page-user .tabs.primary li a:focus,
.page-user .tabs.primary li a:active{
    color: #dd0808;
    background: transparent;
}
#user-login label,
#user-pass label{
    width: 100%;
    font-family: LATO-BOLD;
    font-size: 16px;
    font-weight: normal;
}
#user-login,#user-pass{
    font-family: LATO-REGULAR;
    color: #212121;
    margin-top: 24px;
}
#user-login input.form-text,#user-pass input.form-text{
    font-family: LATO-REGULAR;
    font-size: 14px;
    color: #212121;
    border: 1px solid #ddd;
    line-height: 33px;
}
#user-login .form-actions,
#user-pass .form-actions{
    margin: 0 0 12px 0;
    padding: 0 28px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #ccc;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 35px;
}
#user-login .form-actions::before,
#user-pass .form-actions::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dd0808;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#user-login .form-actions:hover::before, 
#user-login .form-actions:focus::before, 
#user-login .form-actions:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#user-login .form-actions:hover, 
#user-login .form-actions:focus, 
#user-login .form-actions:active{
    border: 1px solid transparent;

}
#user-login .form-actions:hover input, 
#user-login .form-actions:focus input, 
#user-login .form-actions:active input{
    color: #fff;
}

#user-pass .form-actions:hover::before, 
#user-pass .form-actions:focus::before, 
#user-pass .form-actions:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#user-pass .form-actions:hover, 
#user-pass .form-actions:focus, 
#user-pass .form-actions:active{
    border: 1px solid transparent;

}
#user-pass .form-actions:hover input, 
#user-pass .form-actions:focus input, 
#user-pass .form-actions:active input{
    color: #fff;
}
#user-login .form-actions input,
#user-pass .form-actions input{
    font-family: LATO-BOLD;
    font-size: 14px;
    color: #212121;
    border: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/****************************************************/

/*******************Nodos****************************/
/*Agendas*/
.titulo-nodo{
    position: relative;
}
.hora-contenido-nodo > div{
    display: inline-block;
    float: left;
}
.hora-contenido-nodo,.fecha-contenido-nodo,.lugar-contenido-nodo{
    display: inline-block;
    vertical-align: top;
    font-family: LATO-ITALIC;
    font-size: 14px;
    color: #212121;
    margin-right: 7%;
    margin-top: 4px;
    margin-bottom: 12px;
}
.page-node:not(.node-type-page) .contenido .title,
.page-node-29 .contenido .title,
.page-node-30 .contenido .title{
    font-family: LATO-BOLD;
    font-size: 20px;
    color: #212121;
}
.fecha-contenido-nodo .field-name-field-fecha,
.hora-contenido-nodo .field-name-field-hora,
.lugar-contenido-nodo .field-name-field-lugar{
    position: relative;
}
.fecha-contenido-nodo .field-name-field-fecha > div,
.hora-contenido-nodo .field-name-field-hora > div,
.lugar-contenido-nodo .field-name-field-lugar > div{
    padding-left: 18px;
}
.fecha-contenido-nodo .field-name-field-fecha::before,
.hora-contenido-nodo .field-name-field-hora::before,
.lugar-contenido-nodo .field-name-field-lugar::before{    
    display: inline-block;
    color: #212121;
    font-family: PCC;
    font-size: 16px;
    position: absolute;
    top: -1px;
}
.fecha-contenido-nodo .field-name-field-fecha::before{
    content: '\e616';
}
.hora-contenido-nodo .field-name-field-hora::before{
    content: '\e8b5';
}
.lugar-contenido-nodo .field-name-field-lugar::before{
    content: '\e8b4';
}
/*Blog*/
.node-type-blog .field-name-field-url,
.page-node .field-name-field-url{
    font-family: LATO-ITALIC;
    margin-bottom: 12px;
    font-size: 15px;
}
.node-type-blog .field-name-field-url .field-label,
.page-node .field-name-field-url .field-label{
    font-weight: normal;
}
.node-type-blog .field-name-field-url a,
.page-node .field-name-field-url a{
    color: #212121;
    font-weight: 700;
}
.node-type-blog .field-name-field-url a:hover,
.node-type-blog .field-name-field-url a:focus,
.node-type-blog .field-name-field-url a:active{
    color: #dd0808;
    text-decoration: none;
}

.field-name-field-imagen{
    margin-bottom: 12px;
}
/*Documento*/
.page-node .field-name-field-categoria,
.page-node .field-name-field-categoria-elemento,
.filesize{
    position: relative;
    font-family: LATO-ITALIC;
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 12px;
}
.page-node .field-name-field-categoria::before,
.page-node .field-name-field-documento a::before,
.page-node .field-name-field-categoria-elemento::before{
    display: inline-block;
    color: #212121;
    font-family: PCC;
    font-size: 16px;
    position: absolute;
    top: -1px;
    content: '\e5ca';
    color: #dd0808;
}
.filesize{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}
.filesize > div{
    display: inline-block;
}
.page-node .field-name-field-categoria > div,
.page-node .field-name-field-categoria-elemento > div{
    padding-left: 16px;
}
.page-node .field-name-field-documento{
    margin-top: 12px;
}
.page-node .field-name-field-documento img{
    display: none;
}
.page-node .field-name-field-documento a{
    position: relative;
    color: #212121;
    font-family: LATO-REGULAR;
    padding-left: 28px;
}
.page-node .field-name-field-documento a::before{
    content: '\e415';
    color: #212121;
    font-size: 24px;
    top:-8px;
    left: 0;
}
.page-node .field-name-field-documento a:hover,
.page-node .field-name-field-documento a:focus,
.page-node .field-name-field-documento a:active{
    color: #dd0808;
    text-decoration: none;
    font-family: LATO-BOLD;
}
.page-node .field-name-field-documento a:hover::before,
.page-node .field-name-field-documento a:focus::before,
.page-node .field-name-field-documento a:active::before{
    color: #dd0808;
}
/*Elemento*/
.page-node .field-name-field-url a:hover,
.page-node .field-name-field-url a:focus,
.page-node .field-name-field-url a:active{
    color: #dd0808;
    text-decoration: none;
}
/*Encuesta*/
.node-poll .poll .vote-form {
    text-align: left;
}
.node-poll .poll .vote-form .choices {
    display: block;
    font-family: LATO-REGULAR;
}
.node-poll .submit-boton input{
    background: transparent;
    border: none;
    font-family: LATO-BOLD;
    font-size: 14px;
    color: #212121;
    transition: all 0.3s ease;
}
/*Enlace*/
.node-type-enlace-de-interes .field-name-field-imagen img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
}
.node-type-enlace-de-interes .field-name-field-imagen{
    width: 25%;
}
/*Imagenes*/
.field-name-field-imagenes .field-item{
    width: 33.33333333333333%;
    float: left;
    margin-bottom: 4%;
}
.field-name-field-imagenes .field-item{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/*Miembro*/
.node-type-miembro-de-estructura .class-label,.node-type-miembro-de-estructura .contenido-nodo{
    display: inline-block;
}
.global-nodo{
    width: 100%;
    font-family: LATO-ITALIC;
    margin-bottom: 20px;
    font-size: 15px;        
}
.global-nodo .contenido-nodo{
    font-weight: 700;
}
.global-nodo .contenido-nodo a{
    color: #212121;
}
.global-nodo .contenido-nodo a:hover,
.global-nodo .contenido-nodo a:focus,
.global-nodo .contenido-nodo a:active{
    color: #dd0808;
    text-decoration: none;
}
.descripcion-contenido-nodo-miembro{
    font-size: 16px;
    padding-left: 0;
}
.imagen-miembro{
    padding-left: 0;
    margin-top: 12px
}
.otros-datos-miembro{
    margin-top: 12px
}
/*Personalidad*/
/*Pregunta frecuente*/
/*Promocion*/
/*Pagina*/
/*Suceso historico*/
.page-node-10 #contenido .region-content .links{
    display: none;
}
.page-node .field-name-field-fecha{
    display: inline-block;
    vertical-align: top;
    font-family: LATO-ITALIC;
    font-size: 14px;
    color: #212121;
    margin-right: 7%;
    margin-top: 4px;
    margin-bottom: 12px;
    position: relative;
}
.page-node .field-name-field-fecha > div{
    padding-left: 18px;
}
.page-node .field-name-field-fecha::before{    
    display: inline-block;
    color: #212121;
    font-family: PCC;
    font-size: 16px;
    position: absolute;
    top: -1px;
}
.page-node .field-name-field-fecha::before{
    content: '\e616';
}
/*Video*/
.page-node .field-name-field-video-youtube{
    margin-top: 12px;
}
/*Boletin*/
.node-type-simplenews .field-name-field-descripcion{
    margin-bottom: 12px;
}
.title-boletin-categoria{
    font-family: LATO-BOLD;
    font-size: 18px;
    color: #212121;
    position: relative;
}
.title-boletin-categoria::after{
    content: '';
    background: #ddd;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.boletin-noticias::after {
    width: calc(98% - 60px);
}
.boletin-documentos::after {
    width: calc(98% - 96px);
}
.boletin-agendas::after {
    width: calc(98% - 130px);
}
.i18n-en .boletin-noticias::after {
    width: calc(98% - 38px);
}
.i18n-en .boletin-documentos::after {
    width: calc(98% - 84px);
}
.i18n-en .boletin-agendas::after {
    width: calc(98% - 110px);
}
.titulo-boletin-contenido a{
    font-family: LATO-BOLD;
    font-size: 16px;
    color: #212121;
}
.titulo-boletin-contenido a:hover,
.titulo-boletin-contenido a:focus,
.titulo-boletin-contenido a:active{
    color: #dd0808;
    text-decoration: none;
}
.descripcion-foto-contenido-nodo{
    border-bottom: 1px solid #ddd;
    margin-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    width: 100%;
}
.imagen-boletin-noticia{
    padding-left: 0;
}
.descripcion-foto-contenido-nodo:last-child{
    border-bottom: transparent;
}
.descripcion-boletin-contenido{
    font-family: LATO-REGULAR;
    font-size: 16px;
    color: #212121;
    margin-top: 4px;
    max-height: 92px;
    overflow: hidden;
}
.boletin-type-contenido{
    margin-bottom: 20px;
}
.horario-boletin-agenda{margin-left: 4px;}
.descripcion-foto-contenido-nodo .fecha-contenido-nodo,
.descripcion-foto-contenido-nodo .hora-contenido-nodo,
.descripcion-foto-contenido-nodo .lugar-contenido-nodo{
    margin-bottom: 0;
}
.descripcion-foto-contenido-nodo .fecha-contenido-nodo,
.descripcion-foto-contenido-nodo .hora-boletin-agenda,
.descripcion-foto-contenido-nodo .lugar-contenido-nodo{
    display: inline-block;
    vertical-align: top;
    font-family: LATO-ITALIC;
    font-size: 14px;
    color: #212121; 
    position: relative;
}
.descripcion-foto-contenido-nodo .fecha-contenido-nodo::before,
.descripcion-foto-contenido-nodo .hora-boletin-agenda::before,
.descripcion-foto-contenido-nodo .lugar-contenido-nodo::before{
    display: inline-block;
    color: #212121;
    font-family: PCC;
    font-size: 16px;
    position: absolute;
    top: -1px;
}
.descripcion-foto-contenido-nodo .fecha-contenido-nodo > div,
.descripcion-foto-contenido-nodo .hora-boletin-agenda > div,
.descripcion-foto-contenido-nodo .lugar-contenido-nodo > div{
    padding-left: 20px;
}
.descripcion-foto-contenido-nodo .fecha-contenido-nodo::before{
    content: '\e616';
}
.descripcion-foto-contenido-nodo .hora-boletin-agenda::before{
    content: '\e8b5';
}
.descripcion-foto-contenido-nodo .lugar-contenido-nodo::before{
    content: '\e8b4';
}
.hora-boletin-agenda {
    margin-right: 0;
}
/*Congreso*/
.congreso-nodo-imagen{
    display: inline-block;
}
.node-type-congreso .field-name-field-fecha{
    margin-bottom: 8px;
}
.lema > div{
    display: inline-block;
    font-family: LATO-REGULAR;
    font-size: 15px;
    color: #212121;
}
.lema .class-label{
    font-family: LATO-BOLD;
}
.lema{
    margin-bottom: 12px;
}
.node-type-congreso .imagenes-contenido-nodo{
    margin-top: 24px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.video-contenido-nodo{
    margin-bottom: 20px;
}
.titulo-documentos-congreso{
    margin-bottom: 8px;
}
.titulo-documentos-congreso::after{
    content: '';
    background: #ddd;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
    width: calc(100% - 240px);
}
.i18n-en .titulo-documentos-congreso::after{
    width: calc(100% - 198px);
}
.title-documento-congreso a{
    font-family: LATO-BOLD;
    font-size: 16px;
    color: #212121;
    position: relative;
    padding-left: 28px;
}
.title-documento-congreso a::before{
    content: '\e415';
    font-family: PCC;
    color: #212121;
    display: inline-block;
    font-size: 24px;
    position: absolute;
    top: -8px;
    left: 0;
}
.title-documento-congreso a:hover,
.title-documento-congreso a:active,
.title-documento-congreso a:focus{
    text-decoration: none;
    color:#dd0808;
}
.title-documento-congreso a:hover::before,
.title-documento-congreso a:active::before,
.title-documento-congreso a:focus::before{
    color: #dd0808;
}
.documento-contenido-nodo{
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    padding-top: 8px;
}
.informe-central{
    border-bottom: 1px solid transparent;
}
.discursos .documento-contenido-nodo:last-child{
    border-bottom: 1px solid transparent;
}
.titulo-discuros-documento{
    font-family: LATO-ITALIC;
    font-size: 18px;
    font-weight: 700;
}
/*Noticia*/
.node-type-noticia .field-name-field-fecha,
.node-type-noticia .field-name-field-autor,
.node-type-noticia .field-name-field-fuente{
    display: inline-block;
    vertical-align: top;
    font-family: LATO-ITALIC;
    font-size: 14px;
    color: #212121;
    margin-right: 7%;
    margin-top: 4px;
    margin-bottom: 12px;
    position: relative;
}
.page-node .field-name-field-autor::before,
.page-node .field-name-field-fuente::before{
    display: inline-block;
    color: #212121;
    font-family: PCC;
    font-size: 16px;
    position: absolute;
    top: -1px;
}
.page-node .field-name-field-autor::before{
    content: '\e7fd';
}
.page-node .field-name-field-fuente::before{
    content: '\e873';
}
.node-type-noticia .field-name-field-autor > div,
.node-type-noticia .field-name-field-fuente > div{
    padding-left: 20px;
}
/*Tema del foro*/
.field-name-taxonomy-forums a{
    font-family: LATO-ITALIC;
    font-size: 15px;    
    position: relative;
    color: #212121;
    padding-left: 16px;
}
.field-name-taxonomy-forums a:hover,
.field-name-taxonomy-forums a:active,
.field-name-taxonomy-forums a:focus{
    color: #dd0808;
    text-decoration: none;
}
.field-name-taxonomy-forums a::before{
    display: inline-block;
    color: #212121;
    font-family: PCC;
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: 0;
    content: '\e5ca';    
}
.field-name-taxonomy-forums a:hover::before,
.field-name-taxonomy-forums a:active::before,
.field-name-taxonomy-forums a:focus::before{
    color: #dd0808;
}
.field-name-taxonomy-forums{
    margin-top: 4px;
    margin-bottom: 12px;
}
.node-type-forum .links.inline{
    /*display: none;*/
}

/*Enlaces nodos*/
.enlaces-contenido-nodo,.enlaces-nodo{
    text-align: right;

}
.enlaces-nodo > div,.enlaces-compartir .sub-links-rigth a{
    display: inline-block;
}

.enlaces-contenido-nodo{
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 15px;
    /*margin-left: 15px;*/
}
.enlaces-contenido-nodo a::before,.enlaces-compartir .sub-links-rigth a::before{
    font-family: PCC;
    color: #212121;
    display: inline-block;
    font-size: 24px;
    position: absolute;
    top: -8px;
    left: 0;
}
.enlaces-compartir .sub-links-rigth div{
    display: inline-block;
    margin-left: 1em;
}
.enlaces-contenido-nodo a,.enlaces-compartir .sub-links-rigth a{
    position: relative;
    color: #212121;
    font-size: 0;
    display: inline-block;
    margin-right: 20px;
}
.enlaces-contenido-nodo a:hover::before,
.enlaces-contenido-nodo a:active::before,
.enlaces-contenido-nodo a:focus::before{
    color: #dd0808;
}
.enlaces-compartir .sub-links-rigth a:hover::before,
.enlaces-compartir .sub-links-rigth a:active::before,
.enlaces-compartir .sub-links-rigth a:focus::before{
    color: #dd0808;
}
.enlaces-contenido-nodo a.print-page::before{
    content: '\e8ad';
}
.enlaces-contenido-nodo a.print-mail::before{
    content: '\e159';
}
.enlaces-contenido-nodo a.print-pdf::before{
    content: '\e258';
}
.enlaces-compartir .sub-links-rigth a.faceblu::before{
    content: '\ea90';
}
.enlaces-compartir .sub-links-rigth a.tblue::before{
    content: '\ea96';
}
.enlaces-nodo .comment-add{
    display: none;
}
/*Comentarios*/
#comments{
    margin-top: 60px;
}
.title-comentario{
    padding-left: 0;
    font-family: LATO-BOLD;
    font-size: 20px;
}
.numero-comentarios-nodo{
    padding-right: 0;
    text-align: right;
    font-size: 16px;
    font-family: LATO-ITALIC;
}
.numero-comentarios-nodo > div{
    display: inline-block;    
}
.titulo-cant-comentarios{
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}
.icon-comentarios{
    position: relative;
}
.icon-comentarios.cant-comentarios::before{
    display: inline-block;
    content: '\e0b9';
    font-family: PCC;
    position: absolute;
    font-size: 18px;
    top: -18px;
    left: -20px;
}
.formulario-comentarios{
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.comment {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}
.autor-fecha-comentario{
    display: inline-block;
    width: 100%;
}
.autor-fecha-comentario > div{
    float: left;
    display: inline-block;
}
.autor-fecha-comentario > div{
    position: relative;
}
.autor-fecha-comentario > div > div{
    padding-left: 20px;
}
.autor-fecha-comentario > div::before{
    display: inline-block;
    color: #212121;
    font-family: PCC;
    font-size: 18px;
    position: absolute;
    top: -1px;
}
.autor-fecha-comentario .autor-comentario{
    width: 60%;
    font-family: LATO-BOLD;
    font-size: 16px;
}
.autor-fecha-comentario .autor-comentario::before{
    content: '\e7fd';
}
.autor-fecha-comentario .fecha-comentario,
.autor-fecha-comentario .correo-user-comentarios{
    width: 40%;
    text-align: right;
    font-family: LATO-REGULAR;
    font-size: 13px;
    color: #757575;
}
.autor-fecha-comentario .fecha-comentario > div,
.autor-fecha-comentario .correo-user-comentarios > div{
    display: inline-block;
    position: relative;
}
.autor-fecha-comentario .fecha-comentario > div::before,
.autor-fecha-comentario .correo-user-comentarios > div::before{
    display: inline-block;
    color: #212121;
    font-family: PCC;
    font-size: 18px;
    position: absolute;
    top: -3px;
    left: 0;
    color: #757575;
}
.autor-fecha-comentario .fecha-comentario > div::before{
    content: '\e616';
}
.autor-fecha-comentario .correo-user-comentarios > div::before{
    content: '\e159';
}
.field-name-comment-body{
    font-family: LATO-REGULAR;
    font-size: 16px;
    color: #212121;
}
.links-comentarios-nodos{
    text-align: right;
    margin-top: 12px;
}
.links-comentarios-nodos a,
.comment_forbidden{
    font-family: LATO-REGULAR;
    font-size: 13px;
    color: #757575;    
}
.links-comentarios-nodos a:hover,
.links-comentarios-nodos a:focus,
.links-comentarios-nodos a:active{
    color: #dd0808;
    text-decoration: none;
}
.comment_forbidden{
    color: #212121;
}
.comment .new{
    font-family: LATO-REGULAR;
    font-size: 13px;
    color: #dd0808;
}
.comment-form input.form-text{
    font-family: LATO-REGULAR;
    color: #212121;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100%;
    line-height: 35px;
}
.comment-form textarea{
    font-family: LATO-REGULAR;
    color: #212121;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100%;
}
.comment-form label{
    font-family: LATO-BOLD;
    color: #212121;
    font-size: 14px;
    font-weight: normal;
}
.form-textarea-wrapper .grippie{
    display: none;
}
.comment-form .form-actions.form-wrapper{
    float: right;
}
.comment-form .form-item a{
    color: #212121;
    font-family: LATO-ITALIC;
    font-size: 15px;
    font-weight: 700;
}
.comment-form .form-item a:hover,
.comment-form .form-item a:focus,
.comment-form .form-item a:active{
    color: #dd0808;
    text-decoration: none;
}
.comment-form .form-actions.form-wrapper{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 32px;
    margin: 28px 0 12px 0;
    padding: 0 28px;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #ddd;
}
.comment-form .form-actions.form-wrapper:hover,
.comment-form .form-actions.form-wrapper:focus,
.comment-form .form-actions.form-wrapper:active{
    border: 1px solid transparent;
}
.comment-form .form-actions.form-wrapper::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dd0808;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.comment-form .form-actions.form-wrapper:hover::before, 
.comment-form .form-actions.form-wrapper:focus::before, 
.comment-form .form-actions.form-wrapper:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.comment-form .form-actions.form-wrapper:hover input,
.comment-form .form-actions.form-wrapper:active input,
.comment-form .form-actions.form-wrapper:focus input{
    color: #fff;
}
.comment-form .form-actions.form-wrapper input{
    background: transparent;
    border: 0;
    color: #212121;
    font-family: LATO-BOLD;
    font-size: 14px;
    line-height: 35px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.page-comment-edit a.fieldset-title{
    font-family: LATO-ITALIC;
    color: #212121;
}
.page-comment-delete .contenido .title{
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
}
.page-comment-delete .contenido .confirmation > div{
    font-family: LATO-REGULAR;
    font-size: 16px;
}
.page-comment-edit a.fieldset-title:hover,
.page-comment-edit a.fieldset-title:focus,
.page-comment-edit a.fieldset-title:active{
    color: #dd0808;
    text-decoration: none;
}
.tabs.primary li a {
    font-family: LATO-REGULAR;
    color: #212121;
    font-size: 15px;
}
.tabs.primary li a.active {
    color: #dd0808;
}
.tabs.primary li a:hover, 
.tabs.primary li a:focus, 
.tabs.primary li a:active {
    color: #dd0808;
    background: transparent;
}
.comment-boton input,
.enlace-cancelar a{
    font-family: LATO-BOLD;
    font-size: 14px;
    color: #212121;
    border: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.enlace-cancelar:hover a,
.enlace-cancelar:active a,
.enlace-cancelar:focus a{
    color: #fff;
    text-decoration: none;
}
.enlace-cancelar a:hover,
.enlace-cancelar a:active,
.enlace-cancelar a:focus{
    color: #fff;
    text-decoration: none;
}
.enlace-cancelar:hover a:hover,
.enlace-cancelar:active a:active,
.enlace-cancelar:focus a:focus{
    color: #fff;
    text-decoration: none;
}
.comment-boton{
    margin-right: 5%;
}
.print-boton-cancelar.enlace-cancelar{
    padding: 0;
}
.print-boton-cancelar.enlace-cancelar a{
    padding: 0 28px;
}
.print-boton-cancelar.enlace-cancelar a:visited{
    color: #212121;
}
.print-boton-cancelar.enlace-cancelar:hover a:visited{
    color: #fff;
}
/****************************************************/
/****************Suscribirse y cancelar boletin******/
.page-newsletter-confirm .confirmation p{
    font-family: LATO-REGULAR;
    font-size: 16px;
}
/****************************************************/
/****************formulario enviar por correo********/
.page-printmail .contenido .title::after{
    content: '';
    background: #ddd;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
    width: calc(98% - 312px);
}
.i18n-en.page-printmail .contenido .title::after{
    width: calc(98% - 140px);
}
#print-mail-form .form-item input{
    font-family: LATO-REGULAR;
    color: #212121;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100%;
    line-height: 35px;
}
#print-mail-form .form-item textarea{
    font-family: LATO-REGULAR;
    color: #212121;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100% !important;
}
#print-mail-form .form-item .description{
    font-family: LATO-ITALIC;
    color: #757575;
    font-size: 13px;
}
#print-mail-form label {
    font-family: LATO-BOLD;
    color: #212121;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}
#print-mail-form .form-item a{
    font-family: LATO-ITALIC;
    font-size: 16px;
    color: #212121;
    font-weight: 700;
}
#print-mail-form .form-item a:hover,
#print-mail-form .form-item a:focus,
#print-mail-form .form-item a:active{
    text-decoration: none;
    color: #dd0808;
}
/****************************************************/

/*********************PAGE user**********************/
.page-user .contenido .title,
.page-comment-edit .contenido .title,
.page-newsletter-confirm .contenido .title,
.page-printmail .contenido .title{
    font-family: LATO-BOLD;
    font-size: 24px;
    color: #212121;
    position: relative;
}
.page-user .contenido .profile h3{
    font-family: LATO-ITALIC;
}
.page-user .contenido .profile dl{
    font-family: LATO-REGULAR;
    font-size: 16px;
}

.page-user .contenido .profile a{
    font-family: LATO-ITALIC;
    color: #212121;
    font-weight: 700;
}
.page-user .contenido .profile a:hover,
.page-user .contenido .profile a:active,
.page-user .contenido .profile a:focus{
    text-decoration: none;
    color: #dd0808;
}
/****************************************************/

/**********************breadcrumb********************/
.breadcrumb,
#breadcrumb{
    font-family: LATO-REGULAR;
    color: #212dc9;
    font-size: 14px;
    margin-bottom: 12px;
    padding: 8px 20px;
}
.breadcrumb a,
#breadcrumb div{
    display: inline-block;
}
.breadcrumb a,
#breadcrumb a{
    color: #212121;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active{
    color: #dd0808;
    text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:focus,
#breadcrumb a:active{
    color: #dd0808;
    text-decoration: none;
}
#breadcrumb div{
    position: relative;
    width: 14px;
    height: 14px;
}
#breadcrumb div::after{
    display: inline-block;
    font-family: PCC;
    content: '\e315';
    color: #212121;
    position: absolute;
    top: 0;
}

.front #breadcrumb{
    display: none;
}
/****************************************************/

/**Resolucion 992-1200**/
@media (min-width: 992px) and (max-width: 1199px){
    .datos-noticia-home > div{
        margin-left: 0;
    }
    .menu-superior {
        padding-left: 15px;
    }
    .encabezado .redes-sociales{
        padding: 0;
    }
    .menu-encabezado-todo .region-redes-sociales .bloque-banner-siguenos-redes-sociales > div {
        width: 26px;
        height: 26px;
    }
    .region-redes-sociales .bloque-banner-siguenos-redes-sociales a::before {
        font-size: 20px;
        position: absolute;
        top: -2px;
        left: 2px;
    }
    .menu-encabezado ul.menu li {
        margin: 0 0.5% 0 0;
    }
    .nice-menu .nolink, .nice-menu > li > a {
        font-size: 16px;
    }
    .nice-menu.nice-menu-down li a.special-margin {
        margin-right: 8px;
        margin-left: 8px !important;
    }
    .nice-menu > li.menuparent {
        padding-right: 0px;
        padding-left: 8px !important;
    }
    .nice-menu .nolink, .nice-menu > li > a {
        vertical-align: top;
    }
    .nice-menu > li.menuparent ul a {
        font-size: 16px;
    }
    .view-slider .flexslider {
        max-height: 322px;
    }
    .node-video.node-teaser .field-name-field-video-youtube, iframe {
        max-height: 322px;
    }
    .view-noticia .owl-carousel .datos-noticia-home > div {
        width: 100%;
    }
    .view-noticia .owl-carousel .datos-noticia-home .views-field-field-fuente {
        margin-left: 0rem;
    }
    .galeria-video-owl-home, .galeria-video .view-video {
        height: 280px;
    }
    .contacto-contactenos .contactenos {
        background-size: 100% 100%;
    }
    .contacto-contactenos .contacto {
        background-size: 100% 100%;
    }
    .footer .menu li{
        margin: 0 0 0 0em;
    }
    .contenido-agenda .fecha-agenda-bloque {
        padding: 0px 0px;
    }
    /*Blogs*/
    .imagen-blog-bloque img {
        max-width: 100%;
    }
    .contenido-blog-bloque {
        max-height: 140px;
        overflow: hidden;
    }
    .ultimas-noticias .views-field-field-fecha, 
    .ultimas-noticias .views-field-field-fuente {
        width: 100%;
        padding-left: 0;
        margin-right: 0;
    }
    .ultimas-noticias .views-field-field-fuente::before {
        background-color: transparent;
    }
    /*direccion*/
    .buro-politico-content::before {
        top: -46px;
    }
    /*nuestra historis*/
    .view-suceso .views-row:nth-child(2n) {
        padding-left: 40px;
    }

    /*    .flexslider .node-video.node-teaser .contenido-slider-node{
            bottom: 60px;
        }*/
    .flexslider .contenido-teaser{
        position: absolute;
        bottom: 32px;
    }
    .titulo-noticia-home .views-field-title .field-content {
        height: auto;
        overflow: inherit;
        display: inline-block;
        margin-bottom: 4px;
    }
    .front .datos-noticia-home > div {
        width: 100%;
    }
    .front .datos-noticia-home .views-field-field-autor, 
    .front .datos-noticia-home .views-field-field-fuente {
        padding-left: 0;
        position: relative;
    }
    .front .datos-noticia-home .views-field-field-autor::before, 
    .front .datos-noticia-home .views-field-field-fuente::before {
        background-color: transparent;
    }
    .contenido-niticia-grande-home{
        max-height: 228px;
        overflow: hidden;
    }
}

/**Resolucion 768-992**/
@media (min-width: 768px) and (max-width: 991px){
    .segundo-menu-superior .menu-encabezado ul.menu li a{
        line-height: 50px;
        color: #fff;
    }
    .segundo-menu-superior .menu-encabezado ul.menu li a:hover,
    .segundo-menu-superior .menu-encabezado ul.menu li a:active,
    .segundo-menu-superior .menu-encabezado ul.menu li a:focus{
        color: #dd0808;
    }
    .menu-encabezado ul.menu {
        padding-left: 15px;
        margin-bottom: 0;
    }
    .menu-encabezado ul.menu li {
        margin: 0 5% 0 0;
    }
    .menu-encabezado-todo .region-redes-sociales .bloque-banner-siguenos-redes-sociales > div {
        margin-right: 4px;
    }
    .menu-navegacion .menu-principal{
        padding-left: 30px;
    }
    #sidr-wrapper-0{
        position: relative;   
    }
    #sidr-0-button{
        position: relative;
        font-size: 0;
    }
    #sidr-0-button::before{
        content: '\e5d2';
        display: inline-block;
        font-family: PCC;
        font-size: 30px;
        color: #fff;
    }
    #sidr-0-button:hover::before,
    #sidr-0-button:active::before,
    #sidr-0-button:focus::before{
        color: #dd0808;
    }
    #section-encabezado > .menu-principal{
        margin-top: 12px;
    }
    .logged-in #section-encabezado > .menu-principal{
        margin-top: 24px;
    }
    .sidr > div > .sidr-class-menu-path-nolink span,
    .sidr > div > li > a{
        display: inline-block;
        font-family: LATO-BOLD;
        font-size: 17px;
        color: #212121;
    }
    .sidr > div > li > a{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .sidr > div > .sidr-class-menu-path-nolink:first-child{
        padding-top: 12px;
    }
    .sidr ul{
        margin-top: 12px;
    }
    .sidr ul li a{
        font-family: LATO-REGULAR;
        font-size: 17px;
        color: #212121;
    }
    .sidr ul li a:hover,.sidr ul li a:focus,.sidr ul li a:active,
    .sidr > div > li > a:hover,.sidr > div > li > a:active,.sidr > div > li > a:focus{
        color: #dd0808;
        text-decoration: none;
    }
    .view-slider .flexslider {
        max-height: 249px;
    }
    .node-video.node-teaser .field-name-field-video-youtube, iframe {
        max-height: 249px;
    }
    .descripcion-contenido-nodo.slider-descripcion {
        width: 90%;
    }
    .nodo-contenido .slider-titulo, .nodo-contenido .slider-titulo a {
        width: 90%;
    }
    .front #block-system-main {
        max-height: 100%;
    }
    .titulo-noticia-home .views-field-title .field-content {
        height: 100%;
        overflow: inherit;
    }
    .view-noticia .owl-carousel .datos-noticia-home > div {
        width: 100%;
    }
    .view-noticia .owl-carousel .datos-noticia-home .views-field-field-fuente {
        margin-left: 0rem;
    }
    .see-more-link a::after {
        top: 0px;
    }
    .galeria-video-owl-home,.galeria-video .view-video{ 
        height: 100%;
        margin-bottom: 50px;
    }
    .front .galeria-video .youtube-field-player, 
    .front .galeria-video .views-field-field-video-youtube {
        max-height: 100%;
    }
    .boletin-bloque .content > form > div {
        padding-left: 0%;
    }
    .bloque-facebook {
        text-align: center;
    }
    .enlaces-bloque {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .logo-menu-footer {
        top: -108px;
        width: 20%;
        left: 36.5%;
    }
    .footer .menu li a {
        line-height: 24px;
    }
    .menu1-footer{
        margin-top: 16px;
    }
    .footer .redes-sociales{
        margin-top: 20px;
    }
    .region-bloque-lateral-derecha .block-views h2, 
    .region-bloque-lateral-derecha .block-block h2 {
        margin-top: 50px;
    }
    .not-front .node-video.node-teaser .field-name-field-video-youtube, 
    .not-front iframe {
        max-height: 100%;
    }
    .page-news .datos-noticia-home > div {
        width: 100%;
    }
    .page-international-relations .datos-noticia-home > div {
        width: 100%;
    }
    .page-news .datos-noticia-home .views-field-field-autor,
    .page-news .datos-noticia-home .views-field-field-fuente {
        padding-left: 0;
    }
    .page-international-relations .datos-noticia-home .views-field-field-autor,
    .page-international-relations .datos-noticia-home .views-field-field-fuente {
        padding-left: 0;
    }
    .page-news .datos-noticia-home .views-field-field-autor::before, 
    .page-news .datos-noticia-home .views-field-field-fuente::before {
        background-color: transparent;
    }
    .page-international-relations .datos-noticia-home .views-field-field-autor::before, 
    .page-international-relations .datos-noticia-home .views-field-field-fuente::before {
        background-color: transparent;
    }
    .page-news .contenido-niticia-grande-home, 
    .page-international-relations .contenido-niticia-grande-home {
        max-height: 174px;
    }
    .view-suceso .views-row:nth-child(2n) .img-date-suceso {
        right: 25%;
        left: initial;
    }
    .view-suceso .views-row:nth-child(2n+1) {
        text-align: left;
    }
    /*    .flexslider .node-video.node-teaser .contenido-slider-node{
            bottom: 60px;
        }*/
    .flexslider .contenido-teaser{
        position: absolute;
        bottom: 0;
    }
}

/**Resolucion < 768**/
@media (min-width: 320px) and (max-width: 767px){
    .datos-noticia-home > div{
        margin-left: 0;
    }
    #sidr-wrapper-0{
        position: relative;   
    }
    #sidr-0-button{
        position: relative;
        font-size: 0;
    }
    #sidr-0-button::before{
        content: '\e5d2';
        display: inline-block;
        font-family: PCC;
        font-size: 30px;
        color: #fff;
    }
    #sidr-0-button:hover::before,
    #sidr-0-button:active::before,
    #sidr-0-button:focus::before{
        color: #dd0808;
    }
    #section-encabezado > .menu-principal{
        margin-top: 12px;
    }
    .logged-in #section-encabezado > .menu-principal{
        margin-top: 24px;
    }
    .sidr > div > .sidr-class-menu-path-nolink span,
    .sidr > div > li > a{
        display: inline-block;
        font-family: LATO-BOLD;
        font-size: 17px;
        color: #212121;
    }
    .sidr > div > li > a{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .sidr > div > .sidr-class-menu-path-nolink:first-child{
        padding-top: 12px;
    }
    .sidr ul{
        margin-top: 12px;
    }
    .sidr ul li a{
        font-family: LATO-REGULAR;
        font-size: 17px;
        color: #212121;
    }
    .sidr ul li a:hover,.sidr ul li a:focus,.sidr ul li a:active,
    .sidr > div > li > a:hover,.sidr > div > li > a:active,.sidr > div > li > a:focus{
        color: #dd0808;
        text-decoration: none;
    }
    .descripcion-contenido-nodo.slider-descripcion {
        width: 90%;
    }
    .nodo-contenido .slider-titulo, .nodo-contenido .slider-titulo a {
        width: 90%;
    }
    .menu-encabezado ul.menu li {
        margin: 0 0 0 0;
    }
    .encabezado .menu-superior{
        padding-left: 15px;
    }
    .buscar-bloque, .idioma-bloque {
        width: 40%;
    }

    .menu-encabezado ul.menu li a {
        font-size: 14px;
        color: #fff;
    }
    .view-slider .flexslider {
        max-height: 156px;
        overflow: hidden;
        float: left;
        display: inline-block;
        margin-bottom: 30px;
    }    
    .flex-control-nav {
        bottom: 62%;
    }
    .contenido-slider-node {
        width: 90%;
    }
    .menu-encabezado ul.menu {
        margin-bottom: 0;
    }
    .nodo-contenido .slider-titulo, 
    .nodo-contenido .slider-titulo a,
    .nodo-contenido .slider-titulo h2{
        font-size: 20px;
    }
    .slider-titulo-video h2{
        background: transparent;
    }
    .view-slider .flexslider {
        max-height: 240px;
    }
    .flexslider .contenido-teaser{
        position: relative;
        bottom: initial;
    }
    .front #block-system-main {
        max-height: 100%;
        margin-bottom: 40px;
    }
    .titulo-noticia-home .views-field-title .field-content {
        height: auto;
        overflow: inherit;
        display: inline-block;
        margin-bottom: 0px;
    }
    .datos-noticia-home > div {
        width: 100%;
    }
    .front .datos-noticia-home .views-field-field-autor, 
    .front .datos-noticia-home .views-field-field-fuente {
        padding-left: 0;
    }
    .front .datos-noticia-home .views-field-field-autor::before, 
    .front .datos-noticia-home .views-field-field-fuente::before {
        background-color: transparent;
    }
    .datos-noticia-home {
        margin-bottom: 4px;
    }
    .view-noticia .owl-carousel .datos-noticia-home > div {
        width: 100%;
    }
    .view-noticia .owl-carousel .datos-noticia-home .views-field-field-fuente {
        margin-left: 0rem;
    }
    .see-more-link a::after {
        top: 0;
    }
    .titulo-noticia-home-owl {
        font-size: 17px;
    }
    .galeria-video-owl-home, .galeria-video .view-video {
        height: 100%;
    }
    .galeria-video-owl-home{
        margin-bottom: 50px;
    }
    .front .galeria-video .youtube-field-player, 
    .front .galeria-video .views-field-field-video-youtube {
        max-height: 100%;
    }
    .bloque-facebook {
        text-align: center;
    }
    .contacto-contactenos {
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .contacto-contactenos .contactenos {
        background-size: 100% 100%;
    }
    .contacto-contactenos .contacto {
        background-size: 100% 100%;
    }
    .boletin-bloque .content p {
        width: 100%;
    }
    .boletin-bloque .content > form {
        width: 100%;
    }
    .footer .menu li a {
        line-height: 28px;
    }
    .menu1-footer{
        margin-top: 68px;
    }
    .footer .menu li a {
        line-height: 28px;
    }
    .logo-menu-footer {
        top: -232px;
        width: 38%;
        left: 32%;
    }
    .footer .redes-sociales {
        margin-top: 24px;
    }
    .footer-copyright{
        line-height: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .footer-copyright a {
        line-height: 24px
    }
    .ultimas-noticias .views-field-field-fecha {
        margin-right: 0;
    }
    .ultimas-noticias .views-field-field-fecha, 
    .ultimas-noticias .views-field-field-fuente {
        display: initial;
    }
    .ultimas-noticias .views-field-field-fuente {
        padding-left: 0;
    }
    .ultimas-noticias .views-field-field-fuente::before {
        background-color: transparent;
    }
    .region-bloque-lateral-derecha{
        margin-top: 50px;
    }
    .page-image-gallery .view-galeria-de-imagenes .views-row .contenido-galeria-global {
        height: 122px   ;
    }
    .page-image-gallery .view-galeria-de-imagenes .views-field-field-imagenes-1 img {
        max-height: 122px;
        height: 122px;
        max-width: 100%;
    }
    .galeria-contenido {
        height: 122px;
        display: table;
        max-height: 122px;
        overflow: hidden;
    }
    .view-biblioteca .view-filters .views-widget-filter-combine {
        width: 40%;
    }
    .view-elementos-directorio h3 {
        padding: 4px 8px 8px;
    }
    .view-elementos-directorio h3 {
        width: 38%;
        display: block;
        float: inherit;
        margin: 0;
    }
    .view-elementos-directorio .tab-content .tab-pane {
        position: absolute;
        top: 0px;
        padding-top: 0;
        width: 60%;
        left: 38%;
    }
    .view-elementos-directorio .tab-content {
        position: relative;
        background-color: #ddd;
    }
    .listado-temas-de-foro thead th:nth-child(4){
        display: none;
    }
    .imagen-blog-bloque img {
        max-width: 100%;
        height: auto;
        max-height: 200px; 
    }
    .imagen-blog-bloque {
        padding-left: 15px;
        width: 100%;
    }
    .contenido-blog-bloque {
        padding-right: 15px;
        width: 100%;
    }
    .buro-pilitico .views-row img, 
    .secretariado-provincial .views-row img, 
    .secretariado-municipal .views-row img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }
    .buro-politico-content::before {
        top: -42px;
    }
    .page-news .imagen-noticias, 
    .page-international-relations .imagen-noticias {
        padding-left: 15px;
    }
    .page-news .contenido-niticia-grande-home, 
    .page-international-relations .contenido-niticia-grande-home {
        max-height: 100%;
        overflow: initial;
        padding-left: 0;
        padding-right: 0;
    }
    .page-news .datos-noticia-home .views-field-field-autor, 
    .page-news .datos-noticia-home .views-field-field-fuente {
        padding-left: 0;
    }
    .page-international-relations .datos-noticia-home .views-field-field-autor, 
    .page-international-relations .datos-noticia-home .views-field-field-fuente {
        padding-left: 0;
    }
    .page-news .datos-noticia-home .views-field-field-autor::before, 
    .page-news .datos-noticia-home .views-field-field-fuente::before {
        background-color: transparent;
    }
    .page-international-relations .datos-noticia-home .views-field-field-autor::before, 
    .page-international-relations .datos-noticia-home .views-field-field-fuente::before {
        background-color: transparent;
    }
    .page-news .resumen-noticia-home, 
    .page-international-relations .resumen-noticia-home {
        height: 100%;
        overflow: initial;
    }
    .view-suceso .views-row:nth-child(2n+1) .img-date-suceso {
        right: 30%;
    }
    .view-suceso .views-row:nth-child(2n+1) {
        text-align: left;
    }
    .view-suceso .views-row:nth-child(2n) .img-date-suceso {
        left: initial;
        right: 30%;
    }
    .front .youtube-field-player, 
    .front .views-field-field-video-youtube {
        max-height: 180px;
    }
    .imagen-overlight {
        height: 104px;
        max-height: 104px;
    }
    .nodo-contenido .slider-titulo, 
    .nodo-contenido .slider-titulo a, 
    .nodo-contenido .slider-titulo h2 {
        color: #212121;
    }
    .descripcion-contenido-nodo.slider-descripcion {
        color: #212121;
    }

    .nodo-contenido .slider-titulo h2 {
        margin: 0
    }
    .menu-encabezado-todo .logo-page {
        left: 10px;
        top: -5px;
        width: 54px;
        height: 73px;
    }
    .menu-encabezado-todo {
        height: 40px;
    }
    .idioma-bloque {
        margin-left: 0%;
    }
    .buscar-bloque{
        width: 70%;
    }
    .idioma-bloque {
        width: 20%;
    }
    .menu-navegacion .menu-principal{
        padding-left: 0
    }

    #sidr-0-button::before {
        position: absolute;
        left: -38px;
        top: -5px
    }
    .segundo-menu-superior{
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .menu-encabezado ul.menu {
        text-align: center;
    }
    .menu-encabezado ul.menu li {
        margin: 0 8px 0 0;
    }
    .titulo-noticia-home a {
        font-size: 20px;
    }
    .agenda-encuesta .region-agenda {
        padding: 8px 8px;
    }
    .contenido-agenda-bloque::before {
        background-color: transparent;
    }
    .contenido-agenda .fecha-agenda-bloque, 
    .contenido-agenda .contenido-agenda-bloque {
        max-height: 68px;
        height: 68px;
    }
    .contacto-contactenos .contacto .region-contacto {
        margin-right: 0;
        margin-left: 0;
    }
    .contacto-contactenos .contactenos .form-item-name {
        width: 100%;
    }
    .contacto-contactenos .contactenos .form-item-mail {
        width: 100%;
    }
    .contacto-contactenos .contacto .region-contacto h2, 
    .contacto-contactenos .contactenos .region-contactenos h2 {
        margin-bottom: 18px;
    }
    .boletin-bloque .content > form > div {
        padding-left: 0%;
    }
    .boletin-bloque .form-item-mail {
        width: 100%;
    }
    .boletin-bloque .content > form > div > div {
        float: inherit;
        margin-bottom: 1.5rem;
    }
    .footer .menu li {
        width: 100%;
    }
    .footer ul.menu li {
        margin: 0 0 0 0;
    }
    .footer .region-redes-sociales .bloque-banner-siguenos-redes-sociales > div {
        width: 37px;
        height: 37px;
        margin-right: 0;
    }
    .footer .region-redes-sociales .bloque-banner-siguenos-redes-sociales a::before {
        top: 0px;
        left: 5px;
    }
    .footer-copyright, .footer-copyright a {
        font-size: 13px;
    }
    .contacto-contactenos .contactenos .content {
        margin-left: 0%;
        margin-right: 0%;
    }
    .view-galeria-de-imagenes .col-xs-6 {
        width: 100%;
    }
    .page-image-gallery .view-galeria-de-imagenes .views-field-field-imagenes-1 img {
        max-height: 150px;
        height: 150px;
    }
    .page-image-gallery .view-galeria-de-imagenes .views-row .contenido-galeria-global {
        height: 150px;
    }
    .galeria-contenido {
        height: 150px;
        max-height: 150px;
    }
    .views-widget-filter-field_categoria_tid{
        width: 100%;
    }
    .view-biblioteca .view-filters .views-widget-filter-combine {
        width: 100%;
    }
    .imagen-forum-categoria {
        display: none;
    }
    .listado-temas-de-foro .icon{
        display: none;
    }
    .listado-temas-de-foro thead th:first-child{
        display: none
    }
    .buro-pilitico .views-row, 
    .secretariado-provincial .views-row, 
    .secretariado-municipal .views-row {
        width: 100%;
    }
    .atencion-poblacion-form .form-item,
    .atencion-poblacion-form #dependent-selects-provincia-ajax-wrapper,
    .atencion-poblacion-form #dependent-selects-municipio-ajax-wrapper {
        width: 100%;
    }
    .contenido-suceso-bloque {
        width: 100%;
    }
    .contenido-suceso-bloque {
        max-height: 160px;
    }
    .view-suceso .views-row:nth-child(2n+1) .img-date-suceso {
        position: relative;
        top: 12px;
    }
    .view-suceso .views-row:nth-child(2n) .img-date-suceso {
        position: relative;
        top: 12px;
    }
    .view-suceso .views-row {
        padding-bottom: 180px;
        border-bottom: 1px solid #ccc;
    }
    .view-suceso .views-row:nth-child(2n+1) .img-date-suceso {
        right: initial;
    }
    .view-suceso .views-row:nth-child(2n) .img-date-suceso {
        left: initial;
        right: initial;
    }

    .hora-contenido-nodo, 
    .fecha-contenido-nodo, 
    .lugar-contenido-nodo {
        margin-right: 0%;
        width: 100%;
    }
    .page-node .field-name-field-fecha {
        margin-bottom: 0;
    }
    .nodo-contenido{
        display: block;
        clear: both;
    }
    .autor-fecha-comentario .autor-comentario {
        width: 100%;
    }
    .autor-fecha-comentario .fecha-comentario, 
    .autor-fecha-comentario .correo-user-comentarios {
        width: 100%;
        text-align: left;
    }
    .node-type-noticia .field-name-field-fecha, 
    .node-type-noticia .field-name-field-autor {
        margin-bottom: 0px;
    }

    .siempre-visible .icono-logo-site img {
        max-height: 40px;
        max-width: 30px;
    }
    .siempre-visible .icono-logo-site{
        left: 40px;
    }
    .icono-logo-site{
        top: 0;
    }
    .imagen-overlight{
        display: none;
    }
    .node-type-blog .imagen-contenido-nodo{
        width: 100%;
    }
    .siempre-visible .logo-page {
        top: -15px;
    }
    .siempre-visible #sidr-0-button::before {
        position: absolute;
        left: -38px;
        top: -22px;
    }
}

/*Intermedio entre 320 y 768 - 480*/
@media (min-width: 480px) and (max-width: 767px){
    .siempre-visible #sidr-0-button::before {
        position: absolute;
        left: -5px;
        top: -22px;
    }
    .imagen-blog-bloque {        
        width: 41.66666666666667%;
    }
    .contenido-blog-bloque {
        width: 58.333333333333336%;
    }
    .node-type-blog .imagen-contenido-nodo{
        width: 41.66666666666667%;
    }
    .slider-titulo-video{
        display: none;
    }
    .datos-noticia-home > div{
        margin-left: 0;
    }
    .view-slider .flexslider {
        max-height: 180px;
    }
    .view-suceso .views-row:nth-child(2n+1) .img-date-suceso {
        right: 30%;
    }
    .view-suceso .views-row:nth-child(2n) .img-date-suceso {
        left: initial;
        right: 30%;
    }
    .view-suceso .views-row {
        margin-bottom: 40px;
        padding-bottom: 0;
        border-bottom: 1px solid transparent;
    }
    .view-suceso .views-row:nth-child(2n) .img-date-suceso {
        position: absolute;
        top: 0;
    }
    .view-suceso .views-row:nth-child(2n+1) .img-date-suceso {
        position: absolute;
        top: 0;
    }
    .contenido-suceso-bloque {
        max-height: 150px;
    }
    .contenido-suceso-bloque {
        width: 66.66666666666666%;
    }
    .atencion-poblacion-form .form-item,
    .atencion-poblacion-form #dependent-selects-provincia-ajax-wrapper,
    .atencion-poblacion-form #dependent-selects-municipio-ajax-wrapper {
        width: 48%;
    }
    .buro-pilitico .views-row, 
    .secretariado-provincial .views-row, 
    .secretariado-municipal .views-row {
        width: 50%;
    }
    .listado-temas-de-foro thead th:first-child{
        display: block
    }
    .listado-temas-de-foro .icon{
        display: table-cell;
    }
    .imagen-forum-categoria {
        display: block;
    }
    .view-biblioteca .view-filters .views-widget-filter-combine {
        width: 40%;
    }
    .views-widget-filter-field_categoria_tid{
        width: auto;
    }
    .galeria-contenido {
        height: 122px;
        max-height: 122px;
    }
    .page-image-gallery .view-galeria-de-imagenes .views-row .contenido-galeria-global {
        height: 122px;
    }
    .page-image-gallery .view-galeria-de-imagenes .views-field-field-imagenes-1 img {
        max-height: 122px;
        height: 122px;
    }
    .view-galeria-de-imagenes .col-xs-6 {
        width: 50%;
    }
    .footer .region-redes-sociales .bloque-banner-siguenos-redes-sociales > div {
        width: 39px;
        height: 39px;
        margin-right: 2%;
    }
    .contacto-contactenos .contactenos .content {
        margin-left: 10%;
        margin-right: 10%;
    }
    .footer .region-redes-sociales .bloque-banner-siguenos-redes-sociales a::before {
        top: 2px;
        left: 6px;
    }
    .footer-copyright, .footer-copyright a {
        font-size: 14px;
    }

    ul.menu li {
        margin: 0 0 0 0.5em;
    }
    .footer .menu li {
        width: auto;
    }
    .logo-menu-footer {
        top: -208px;
        width: 33%;
        left: 33%;
    }
    .boletin-bloque .content > form > div > div {
        float: left;
    }
    .boletin-bloque .form-item-mail {
        width: 50%;
    }
    .boletin-bloque .content > form > div {
        padding-left: 20%;
    }
    .contacto-contactenos .contacto .region-contacto h2, 
    .contacto-contactenos .contactenos .region-contactenos h2 {
        margin-bottom: 44px;
    }
    .contacto-contactenos .contactenos .form-item-mail {
        width: 50%;
    }
    .contacto-contactenos .contactenos .form-item-name {
        width: 45%;
    }
    .contacto-contactenos .contacto .region-contacto {
        margin-right: 15px;
        margin-left: 15px;
    }
    .contenido-agenda .fecha-agenda-bloque, 
    .contenido-agenda .contenido-agenda-bloque {
        max-height: 72px;
        height: 72px;
    }
    .contenido-agenda-bloque::before {
        background-color: #757575;
    }
    .agenda-encuesta .region-agenda {
        padding: 8px 36px;
    }

    .menu-encabezado ul.menu li {
        margin: 0 0px 0 0;
    }
    .menu-encabezado ul.menu {
        text-align: left;
    }
    #sidr-0-button::before {
        position: relative;
        left: inherit;
        top: initial;
    }
    .segundo-menu-superior{
        padding-left: 15px;
        padding-right: 15px
    }
    .menu-navegacion .menu-principal{
        padding-left: 15px;
    }
    .buscar-bloque, .idioma-bloque {
        width: 40%;
    }
    .idioma-bloque {
        margin-left: 8%;
    }
    .dd-pointer.dd-pointer-down::before {
        left: -10px;
    }
    .buscar-idioma{
        text-align: left;
    }
    .menu-encabezado-todo {
        height: 70px;
    }
    .menu-encabezado-todo .logo-page {
        position: absolute;
        left: 15px;
        top: -14px;
        z-index: 5;
        width: 80px;
        height: 109px;
    }
    .nodo-contenido .slider-titulo, 
    .nodo-contenido .slider-titulo a, 
    .nodo-contenido .slider-titulo h2 {
        color: #fff;
    }
    /*    .contenido-slider-node {
            bottom: 20px;
            z-index: 1;
            top: initial;
        }*/
    .flexslider .contenido-teaser{
        position: absolute;
        width: 100%;
        top: 84px;
    }
    .descripcion-contenido-nodo.slider-descripcion {
        color: #fff;
    }
    .imagen-overlight {
        display: block;
    }

    .menu-encabezado ul.menu li {
        padding-right: 6px;
        line-height: 45px;
    }
    .segundo-menu-superior{
        padding-right: 0;
    }
    .front .youtube-field-player, 
    .front .views-field-field-video-youtube {
        max-height: 156px;
    }
    .imagen-overlight {
        height: 156px;
        max-height: 156px;
    }

    .flexslider .slides img{
        max-height: 156px;
    }
}