

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 *    12.4 - Idioma, cuestiones generales
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #e6e6e6;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

body.home {
    max-width: 100%;
    height: 100%;
}

body.home .site {
    height: 100%;
} 

body.home .site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;    
}

.content-area {
    max-width: 960px;
    margin: 0 auto;
}

.center-content {
    text-align: center;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}


a img {
    border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 900;
}

p {
    margin-bottom: 1.6em;
}

b,
strong {
    font-weight: 600;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 900;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    /*max-width: 100%;*/
    vertical-align: middle;
}

.fcm-thumbnail-list  img {
    max-width: 100%;
}

figure {
    margin: 0;
    max-width: calc(100vw - 30px) !important;
}

del {
    opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333;
}

input:focus,
select:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 0.375em;
    width: 100%;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: 0;
}

.post-password-form {
    position: relative;
}

.post-password-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.post-password-form input[type="submit"] {
    padding: 0.7917em;
    position: absolute;
    right: 0;
    bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
    padding: 0;
}


input#s {
    border-radius: 20px;
    border: 1px solid white;
    background: transparent;
    color: #ccc;
    font-size: 12px;
    font-family: "Lato";
    width: 120px;
    height: 28px;
    background-image: url(img/search.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10%;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.wdform_section {
    font-family: Lato, Arial, Helvetica;    
}
.wdform_section h2 {
    font-size: 16px;
}

.wdform-label {
    font-size: 15px;
    display: inline-block !important;
}

.wdform-label-section {
    display: table-cell;
    max-width: none !important;
}

.wdform-element-section {
    display: inline-block !important;
}

.wdform-element-section>div, .wdform-element-section>div>div {
    width: 100% !important;
}

.wdform-field {
    display: inline-block !Important;
    padding: 5px 0px;
    width: 100% !important;
}

.wdform-page-and-images input {
    /*width: calc( 100% - 170px );*/
    margin-left: 10px;
}

.wdform-page-and-images {
    padding: 0 !important;
}

.wdform-label {
    width: 150px;
    text-align: right;
    position: relative;
    top: 8px;
    right: 10px;
}

.wdform-label-section {
    width: 150px !important;
    display: inline-block;
}

.wdform-element-section {
    display: inline-block;
    width: calc( 100% - 170px) !important;
}

.wdform-required {
    display: none;
}

#wdform_6_element12 {
    /* display: none; */
    width: 40% !important;
    display: inline-block;
}
#wdform_5_element12 {
    width: 40% !important;
    display: inline-block;
}

.wdform-ch-rad-label {
    word-wrap: normal;
}

div[wdid="23"]>div>div .wdform-ch-rad-label {
    width: calc(100% - 57px);

}

div[wdid="54"]>div>div .wdform-ch-rad-label {
    width: calc(100% - 20px);

}

div[wdid="15"] .wdform-element-section>div>div {
    width: auto !important;
    white-space: nowrap;
}

div[wdid="49"]  .wdform-ch-rad-label,
div[wdid="15"]  .wdform-ch-rad-label {
    width: auto;
}


.wdform-ch-rad-label {
    display: inline-block !important;
    margin-left: 20px !important;
    margin-top: 0px !important;
        width: calc(100% - 69px);
}

@-moz-document url-prefix() { 
 .wdform-ch-rad-label {
    width: calc(100% - 72px);/* Firefox */        
    }

    div[wdid="23"]>div>div .wdform-ch-rad-label {
    width: calc(100% - 60px);

}
}

.button-submit {
    font-family: Lato, Arial, Helvetica !important;

}

/**
 * 6.0 Navigations
 */


#bannerPrimeraPagina {
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    margin: 0 auto;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #fff;
    /*background-color: rgba(51, 51, 51, 0.1);*/
    text-align: center; 
    z-index: 99;
}



#bannerPrimeraPagina img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo-banner {
    position: absolute; top: 0; left: 0;    
}

.cerrar-banner {
    position: absolute; top: 20px; right: 20px; 
}

.cerrar-text-banner {
    position: absolute;
    left: 50%;
    margin-left: -77px !important;
    text-align: center;
    bottom: 10px;   
}

#bannerPrimeraPagina ul {
    list-style: none;
    text-align: center;
    position: relative;
    top: calc(50% - 100px);

}

#bannerPrimeraPagina>ul>li {
    width: 100%;
    margin: 40px auto;
}

/**
 * 6.1 Links
 */

a {
    color: #333;
    text-decoration: none;
}

.entry-content a {
    text-decoration: underline;
}

a.pdf, a.mapa {
    background-position: left middle;
    background-repeat: no-repeat;
    padding-left: 19px;
    display: inline-block;
}
a.mapa {
    background-image: url(img/abrir_google_maps.png);
}
a.pdf {
    background-image: url(img/dwn_pdf.png);
}

.page-id-22364 article a {
    font-weight: 700;
    color: #e41b13;
    text-decoration: underline;
}

.page-id-22364 table, .page-id-22364 th, .page-id-22364 td {
    border: 0;
    border-color: transparent;
}

.table-fecha-actualizacion, .table-fecha-actualizacion td {
    width: auto;
    border:  1px solid #b6b6b6;
}

.table-fecha-actualizacion td:last-child {
    border-left:  none;
}

/**
 * 6.2 Menus
 */

 .margenSuperior {
    margin-top: 100px;
 }

.menuFCMwSubmenu {
    margin-top: 140px;  
}

.deploySmallMenu, .menuFCM-small, .footerSecundarioMini {
    display: none;
}

.footerSecundarioMini {
    background: #222;
    text-align: center;
    padding: 50px 0 0 0;
}

.footerSecundarioMini>ul>li {
    padding-bottom: 20px;
}

.footerSecundarioMini .tabla-50, .footerSecundarioMini .tabla-50 a {
    color: #ccc;
}

.deploySmallMenu .footerSecundarioMini {
    background: transparent;
}

.tools-mini>ul>li {
    margin-bottom: 0;
    margin-top: 0;

}

.tools-mini .redes-sociales {
    margin-bottom: 0;
}

.tools-mini input#s {
    margin-top: 0;
}

.footerSecundarioMini ul {
    display: block;
}

.footerSecundarioMini>ul>li {
    display: inline-block;
    margin: 0 5px;
    width: 100%;
}

.menuFCM {
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    z-index: 100;
    background-color: white;
    /*box-shadow: 0px 5px rgba(0,0,0,0.5);*/

}
.menuFCM-shadow {
  content: "";
  z-index: 99;
  position: fixed;
  top: 74px;
  right: 0;
  bottom: 0;
  left: -5%;
  background: black;
    background: linear-gradient(to top left, rgba(0,0,0,.1) 0%, #000 100% );
  filter: blur(5px);
  opacity: var(0.7);
    height: 30px;
    width: 110%;
    border: 1px solid red;
}




.admin-bar .menuFCM {
    top: 32px;
}

.menuFCM .menuHoverMain {
    width: 100%;
}

.menuFCM a {
    white-space: nowrap;        
}

.menuFCM .submenu>li>ul>li:first-child {
    padding-top: 4px !important;
}

.menuFCMwSubmenu .menuFCM {
    height: 140px;
}

.menuFCM ul {
    width: 100%;
    display: block;
}
.menuFCM>ul {
    display: table;
}
.menuFCM li {
    /*display: inline-block;*/
    display: table-cell;
}

.menuFCM>ul>li {
    vertical-align: middle;

}

.menuFCM .submenu-container {

}

.menuFCM-dropdown .sub-boton {
    height: 30px;
}

.menuFCM>ul>li {
    width: 33.33%;
}

.menuFCM>ul.submenu>li {
    width: auto;
}

.menuFCM>ul>li:first-child {
    vertical-align: top;
}

.menuFCM>ul>li:last-child {
    height: 50px;
    padding: 16px 0 0 0;
    color: white;
    font-weight: 18px;
    margin-top: -10px;
    text-align: right;
    white-space: nowrap;
}

.menuFCM .menuFCM-main-navi>ul {
    display: inline;
    position: relative;
}

.menuFCM .menuFCM-main-navi>ul>li {
    display: table-cell;
}


.menuFCM-active-submenu {
    padding-bottom: 10px;
}

.menuFCM>ul>li>ul:last-child {
    /*padding-bottom: 10px;*/
}

.menuFCM .submenu {
    max-width: 960px;
    z-index: 80;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.menuFCM .submenu li, .menuFCM .submenu li:first-child, .menuFCM .submenu li:last-child {
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    color: black;
}

.menuFCM .submenu li:hover {
    color: white;
}

.active-submenu:hover {
    color: black;
}

.menuFCM .submenu li:first.child {
    padding-top: 10px;
}

.menuFCM .sub-boton a {
    position: relative;
    top: 5px;
}

.menuFCM .sub-boton:first-child a {
    top: 0;
}

.menuFCM .menu-actividades a {
    position: relative;
    top: 3px;
}

.menu-rrss {
    white-space: nowrap;
}

.menu-rrss>a, .menuFCM-small .menu-rrss>a {
    display: inline-block;
    margin: 0 2px;
    top: -2px;
    position: relative;
}
.menu-rrss>a>img {
    width: 35px;
    height: auto;
}

.menuFCM-small .menu-rrss {
    position: absolute;
    top: 15px;
    right: 80px;    
}

.main-submenu-container {
    display: block;
    width: 100%;
    background-color: black;
}

.submenu>li>ul>li, .menu-actividades li {
    position:relative;
        height: 32px;
    display: block !important;

}



/*.menuFCM .submenu li:first-child, .menuFCM .submenu li:last-child {
    height: 35px;
}*/

.submenu-secundario {
    margin-top: 60px;
    margin-bottom: 20px;
}

.submenu .active-submenu {
}
.boton, .similboton {
    white-space: nowrap;    
}

@media screen and (max-width: 400px) {
    .boton, .similboton {
        white-space: normal;
    }
}

.boton a, .submenu a, .menuFCM a, .submenu-secundario a {
    text-decoration: none;
}

.menuFCM>ul>li:first-child>a {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.main-submenu-container .submenu a {
    display: inline-block;
    margin: 10px;
    color: white;
    font-family: Lato, Arial, Helvetica;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
}

.main-submenu-container .submenu .active-submenu a, .main-submenu-container .submenu a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.boton, .similboton, 
.menuFCM .active, 
.menuFCM .inactive, 
.menuFCM .inactive:hover, 
.menuFCM .inactiveRojo, 
.menuFCM .langSelector {
    display: inline-block;
    background-color: inherit;
    color: black;
    font-family: Lato, Arial, Helvetica;
    font-weight: 900;
    text-align: left;
}

.boton, .similboton {
    padding: 15px 18px;
    margin: 0;
    font-size: 20px;
}

.menuFCM .submenu li .boton,
.menuFCM .active, 
.menuFCM .inactive, 
.menuFCM .inactive:hover, 
.menuFCM .inactiveRojo, 
.menuFCM .langSelector {
    text-transform: uppercase;
    padding: 0;
    margin: 15px 18px;
    font-size: 17px;
}

.menuFCM .submenu li .boton {
    margin: 0;
    padding: 0 10px;
}

.menuFCM .inactive  {
    border-bottom: 1px solid transparent;
}


.menuFCM .inactive:hover  {
    border-bottom: 1px solid black;
}

.boton, .similboton {
    background-color: black;
    color: white;
    text-decoration: none;
}

.similboton { 
    border: 1px solid black;
    }

.menuFCM .active {
    /*border-bottom: 1px solid black;*/
    text-decoration: underline;

}

.submenu .active-submenu .boton {
}

.sub-boton {
    display: inline-block;
    padding: 0px 18px !important;
    color: black;
    text-align: left;
}

.sub-boton:hover {
    color: white !important;
}

.sub-boton a { 
    color: inherit !important;
    font-size: 20px !important;
    font-family: Lato, Arial, Helvetica !important;
    font-weight: 900 !important;
    display: inline-block;
}

.boton:hover {
    background-color: #ffffff;
    color: black;
}

.menuFCM .submenu li .boton {
    padding: 15px;
    /* height: 48px; */
    /*height: 50px;*/
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.menuFCM .submenu li.active-submenu .boton {
    /*border-bottom: 1px solid white;*/
    text-decoration: underline;
    text-underline-offset: 5px;
}



.menuFCM .inactive, .botonBlanco, .similbotonBlanco {
    color: black;
    background-color: white;
}

.menuFCM-main-navi {
    display: block;
    text-align: center;
}

.menuFCM-main-navi li {
    display: inline-block;
}

.botonBlanco {
    margin-left: -2px;
}

.botonBlanco:hover {
    background-color: black;
    color: white;
}

.menuFCM .inactiveRojo {
    color: #e41b13;
    background-color: white;
}

.menuFCM .inactiveRojo:hover, .botonRojo {
    background-color: #e41b13;
    color: white;

}

.menuFCM .langSelector, .menuFCM .qtranxs_language_chooser {
    background-color: #d6d6d6;
    text-align: center;
    color: #666;
    white-space: nowrap;
    font-size: 15px;
    padding: 16px 7px;
    cursor: pointer;
    right: 0;
}

.qtranxs_select_qtranslate-chooser {
    cursor: pointer;
    padding: 16px 10px;
    left: 0;    
}
.menuFCM .qtranxs_language_chooser {
    top: 63px;
    right: 20px;
    position: absolute;
    width: 48px !important;    
    padding: 0 10px 10px 10px;
}

#qtranslate-chooser li a {
    width: 100%;
    height: 100%;
}

.menuFCM .langSelector {
    /*font-size: small;*/
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    height: 50px;
    margin-top: 0px;      
    margin-right: 20px;
}

.menuFCM .langSelector select {
    background: transparent;
    border: none;
    color:  white;  
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */

 }

 {
    position: relative;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.menuFCM>ul>li:first-child {
    padding-left: 0;
    padding-right: 0;
}

.menuFCM>ul>li>ul>li {
    text-align: left;
}




.menuFCM-dropdown li:first-child {
    padding-bottom: 10px;
}

.menuFCM-dropdown li:first-child a {
    width: 100%;
}

.fundacionMenu .menuFCM-dropdown li:first-child {
    text-align: left;
}

.fundacionMenu .menuFCM-dropdown li:first-child {
    width:  70%;
    text-align: left;
}

.submenu>li {
    text-align: center !important;
}

.seccion-secundaria .submenu>li {
    text-align: left !important;
}

.menuManrique {
    /*width:  120px;*/
}

.menuFundacion {
    /*width:  400px;*/
}

.submenu .boton {
    font-size: 17px;
    padding-left: 10px;
}

/*
/* Firefox *
width: -moz-calc(75% - 100px);
/* WebKit *
width: -webkit-calc(75% - 100px);
/* Opera *
width: -o-calc(75% - 100px);
/* Standard *
width: calc(75% - 100px);
*/
 .menuFCM ul li ul, .menuFCM .submenu li ul {
    display: none;
    background-color: #ffffff;
    /*width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);*/
    width: auto !important;
    position: absolute;
    top: 40px;
    top: -moz-calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: -o-calc(50% - 25px);
    top: calc(50% - 25px);  
    text-align: center;
    z-index: 99;
 }

 .qtranxs_language_chooser {
    padding-left: 25px !important;
}

 .qtranxs_language_chooser li, .qtranxs_language_chooser li.active, .qtranxs_language_chooser li a {
    padding: 0;
    background-color: transparent;
    color: #666;
    font-size: inherit;
    width: inherit;
    text-align: center;
    margin: 0;
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    left: -15px;
 }
 .qtranxs_language_chooser li,.qtranxs_language_chooser li.active {
    margin-left: 22px;
    margin-top: 5px;
 }

 .menuFCM .submenu li ul {
    /*top: 47px !important;*/
    top: 50px !important;
 }

.menuFCM ul li ul li, .menuFCM .submenu li ul li {
    display: block;
}


.menuFCM ul li ul li a, , .menuFCM .submenu li ul li a {
    width: 100%;
    text-align: left !important;

}

.menuFCM ul li:hover ul {
    z-index: 90;    
 }

 .menuFCM .langSelector:hover ul {
    display: block;
 }


.homeChooser ul {
    width: 100%;
    position: relative;
}

.homeChooser li {
    position: relative;
    display: block;
    margin-bottom: 1px;
}

.homeChooser li:first-child {
    background: url(img/img_ejemplo_400px.jpg); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    height: 400px;
}

.homeChooser li:nth-child(2) {
    background: url(img/img_ejemplo_150px.jpg); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    height: 150px;
}

.homeChooser li:last-child {
    background: url(img/img_home_fundacion.jpg); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    height: 150px;
    margin-bottom: 0;
}



.homeChooser li .boton {
    position: absolute;
    bottom: 30px;
    left: 35px;
}

.transparente  {
    color:transparent !important;
    background-color: transparent !important;
}

.deploySmallMenu {
    display: none;
    background-color: black;
    width: 100%;
    padding: 32px 16px;
    position: relative;
    top: 40px;
}

.small-menu-submenu-container {
    color: white;
}

.small-menu-submenu-container ul {
    border-bottom: 1px solid #9d9d9d;
    margin-bottom: 15px;
}

.small-menu-submenu-container .no-separator {
    border-bottom: none;
}


.small-menu-submenu-container li a {
    color: white !important;
}

.small-menu-submenu-container li a:hover {
    text-decoration: underline;
}

.small-menu-submenu-container li {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.small-menu-submenu-container li:first-child {
    font-weight: 300;
}

.small-menu-submenu-container li:first-child a {
    font-weight: 400;
}


/******* ******/
.containers-pic {

}

@media screen and (max-width: 750px) {
    .containers-pic, .inicio-header, .inicio-header, .visitas-volcan-header, .visitas-palmeral-header {
        /*min-height: 280px;*/
        height: 50vw !important;
        background-size: auto 50vw;
    }

    .inicio-header {

    }
}


/*** Seccion Casas ***/

.seccionCasasChooser {
    position: relative;
}

.subCasa {
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.subCasaTahiche {
    margin-bottom: 1px;
    overflow: hidden;   
}

.seccionCasasChooser ul {
    overflow: hidden;
}
.seccionCasasChooser>ul>li {
    height: 400px;
    position: relative;
}
.seccionCasasChooser li img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.seccionCasasChooser .subCasa li ul, .visita-complementaria li ul {
    display: inline-block;
    position: relative;
    left: 40px;
    bottom: 32px;
}

.visita-complementaria li ul {
    bottom: 82px;
}


.visita-complementaria .boton {
    font-weight: 300 !important;
}


.seccionCasasChooser .subCasa li ul li, .visita-complementaria li ul li {
    display: inline-block;
    height: 52px;
}

.subCasa>a {
    display: inline-block;
  width: auto;
  position: relative;
  top: 300px;
  left: 32px;
  z-index: 1;   
}

.subCasa img {
    width: 100%;
    height: auto;
}

.subCasa ul li {
    font-weight: 300 !important;
}

.visitas-content-area {
    z-index: 10;
    position: relative;
}

.inicio-header, .visitas-volcan-header, .visitas-palmeral-header {
    display: block;
    width: 100%;
    /*background-image: url("/wp-content/themes/fcm2023/img/secciones/casas-museo/visitas/fcm-foto-home-cabecera.jpg");*/
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 478px;
    height: 478px;
    overflow: hidden;
    max-width: 100vw;
}

.visitas-header {
    display: block;
    width: 100%;
    background-image: url("/wp-content/themes/fcm2023/img/secciones/casas-museo/visitas/fcm-foto-visitas-cabecera.jpg");
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 478px;
    height: 478px;
    position: absolute;
    z-index: 1;
}

.visitas-volcan-header {
    /*background-image: url("/wp-content/themes/fcm2023/img/secciones/casas-museo/visitas/fcm-foto-casa-volcan-cabecera.jpg");*/
    margin-bottom: 20px;
} 
.visitas-palmeral-header {
    /*background-image: url("/wp-content/themes/fcm2023/img/secciones/casas-museo/visitas/fcm-foto-casa-palmeral-cabecera.jpg");    */
}


.visitas-casas-container, .visitas-agenda-container, .visitas-destacados-container {
    
    text-align: center;
    margin: 0 20px 45px 20px;    
}

.visitas-destacados-container {
    margin: 0 auto 20px auto;
    max-width: 1441px;    
}

@media screen and (max-width: 1460px) {
    .visitas-destacados-container {
        max-width: 960px;
    }
}

@media screen and (max-width: 974px) {
    .visitas-destacados-container {
        margin: 0 auto 20px auto;
        text-align: center;
    }
}

/* empezamos con pantallas grandes */
.visitas-casas-container-data 
{
    position: relative;
    background-color: white;
}

.visitas-casas-container-data .tahiche, .visitas-casas-container-data .haria {
    width: calc(50% - 10px);
    display: inline-block;
    position: relative;
    top: 0;
}

@media screen and (max-width: 980px) {
    .visitas-casas-container {
        margin: 20px;
    }



}


.visitas-casas-container-data .similbotonBlanco, .visitas-casas-container-data .botonBlanco {
    border: 1px solid black;
    margin: 0;
}

.visitas-casas-container-data .haria {
    vertical-align: top;
    right: -15px;
}


@media screen and (max-width: 850px) {
    .visitas-casas-container {

    }
    .visitas-casas-container-data .tahiche, .visitas-casas-container-data .haria {
        width: calc(100%);
    }    
    .visitas-casas-container .similboton {
        margin-right: -3px;
    }    

    .visitas-casas-container-data .haria {
        vertical-align: top;
        right: 0;
    }

}

.visitas-casas-container-data .tahiche {
    vertical-align: top;
    left: 0;
}


.visitas-casas-container-data .haria {
}

.visitas-casas-container-data .tickets {
    border-top: 1px solid #c6c6c6;
    padding-top: 30px;    
}



.visitas-casas-container-data img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.visitas-texto {
    margin: 20px 0 30px 0;
}

.visitas-title, .agenda-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 35px auto 30px auto;
}

.agenda-title {
    margin-top: 0;
    margin-bottom: -20px;
}

.visitas-comprar-tickets {
    /*position: absolute;
    bottom: 30px;
    right: 30px;*/
    position: relative;
}

.visitas-comprar-tickets .boton {
    text-transform: uppercase;
    font-size: 15px;
}
.visitas-comprar-tickets ul {
    width: 240px;
    max-width: calc(100vw - 100px);
    left: calc(100% - 240px);
    position: relative;
}

@media screen and (max-width: 380px) {
    .visitas-comprar-tickets {
        margin: 50px 0px 30px 0px !important;
    }    
    .visitas-comprar-tickets ul {
        width: 100%;
        max-width: 100%;
        left: 0;
    }
    .visitas-comprar-tickets .boton {
        font-size: 13px;
    }    
}

.visitas-comprar-tickets li {
    width: 100%;
    margin-bottom: 20px;
}

.visitas-comprar-tickets li .boton {
    width: 100%;
    text-align: center;
}

.visitas-casas-container-data {
    border: 1px solid black;
    padding: 30px;
    text-align: left;
    /*padding-bottom: 70px;*/
}

.visitas-casas-text-data {
    text-align: left;
}

@media screen and (max-width: 700px) {
    .visitas-casas-container-data {
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .visitas-comprar-tickets {
        position: relative;
        margin: 50px 30px 30px 30px;
    }
}

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

.menuFCM-small-spacer {
    display: none;
}

.menu-on {
    display: block;
}

.menu-off {
    display: none;
}

.main-navigation a {
    display: block;
    padding: 0.8em 0;
    position: relative;
    text-decoration: none;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation ul ul {
    display: none;
    margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
    display: block;
}

.main-navigation li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
    font-weight: 900;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
    border-top: 0;
}

.main-navigation .menu-item-has-children > a {
    padding-right: 48px;
}

.main-navigation .menu-item-description {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
    display: block;
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 42px;
    padding: 0;
    position: absolute;
    text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
    top: 3px;
    right: 0;
    width: 42px;
}

.dropdown-toggle:after {
    color: #333;
    content: "\f431";
    font-size: 24px;
    line-height: 42px;
    position: relative;
    top: 0;
    left: 1px;
    width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
    outline: 1px solid #c1c1c1;
    outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
    content: "\f432";
}

.social-navigation {
    margin: 9.0909% 0;
}

.social-navigation ul {
    list-style: none;
    margin: 0 0 -1.6em 0;
}

.social-navigation li {
    float: left;
}

.social-navigation a {
    display: block;
    height: 3.2em;
    position: relative;
    width: 3.2em;
}

.social-navigation a:before {
    content: "\f415";
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.social-navigation a[href*="codepen.io"]:before {
    content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
    content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
    content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
    content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f413";
}

.secondary-toggle {
    background-color: transparent;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    height: 42px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
}

.secondary-toggle:before {
    color: #333;
    content: "\f419";
    line-height: 40px;
    width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
    background-color: transparent;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    outline: 0;
}

.secondary-toggle.toggled-on:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: 1px;
    left: -1px;
}

.post-navigation {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    font-weight: 900;
}

.post-navigation a {
    display: block;
    padding: 3.8461% 7.6923%;
}

.post-navigation span {
    display: block;
}

.post-navigation .meta-nav {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

.post-navigation .post-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    position: relative;
    z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
    background-position: center;
    background-size: cover;
    position: relative;
}

.post-navigation a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
    opacity: 0.5;
}

.post-navigation .meta-nav {
    opacity: 0.8;
}

.post-navigation div + div {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
    background-color: #fff;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    font-family: "Noto Sans", sans-serif;
}

.pagination .nav-links {
    min-height: 3.2em;
    position: relative;
    text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
    position: static !important;
}

.pagination .page-numbers {
    display: none;
    line-height: 3.2em;
    padding: 0 0.6667em;
}

.pagination .page-numbers.current {
    text-transform: uppercase;
}

.pagination .current {
    display: inline-block;
    font-weight: 900;
}

.pagination .prev,
.pagination .next {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: inline-block;
    height: 48px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
    font-size: 32px;
    height: 48px;
    line-height: 48px;
    position: relative;
    width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
    left: 0;
}

.pagination .prev:before {
    content: "\f430";
    left: -1px;
}

.pagination .next {
    right: 0;
}

.pagination .next:before {
    content: "\f429";
    right: -1px;
}

.image-navigation,
.comment-navigation {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
    color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: "\2215";
    font-weight: 400;
    margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
    content: "\f430";
    margin-right: 0.2em;
    position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
    content: "\f429";
    margin-left: 0.2em;
    position: relative;
}

.comment-navigation {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 2em 0;
}

.comments-title + .comment-navigation {
    border-bottom: 0;
}

.image-navigation {
    padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
    margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font: bold 14px/normal "Noto Sans", sans-serif;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.left {
    display: inline-block;
    float: left;
}

.right {
    display: inline-block;
    float: right;
}

.tabla-50 {
    width: 100%;
    background-color: black;
    padding: 20px;
}

.tabla-50 ul {
    width: 100%;
    /*height: 40px;*/
    display: block;
    position: relative;
}

.tabla-50 li:first-child {
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 0;
}

.tabla-50 li:last-child {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 980px) {
    .tabla-50 li {
        display: block !important;
        position: static !important;
        text-align: center !important;
        width: 100%;
    }

}


blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}


/**
 * 10.0 Header
 */

.site-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%;
}

.site-branding {
    min-height: 2em;
    padding-right: 60px;
    position: relative;
}

.site-title {
    font-family: "Noto Sans", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.3636;
    margin-bottom: 0;
}

.site-description {
    display: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0.5em 0 0;
    opacity: 0.7;
}


/**
 * 11.0 Widgets
 */

.widget {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin: 0 auto 9.09090%;
    width: 100%;
    word-wrap: break-word;
}

.widget pre {
    line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.widget button,
.widget input {
    line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
    padding: 0.375em;
}

.widget-title {
    color: #333;
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.widget > :last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.widget_calendar caption {
    font-family: "Noto Serif", serif;
    font-weight: 900;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 900;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
    border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0.7667em 0 0 0.8em;
    padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
    display: block;
}

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

.widget_rss li {
    margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss .rsswidget {
    border: 0;
    font-weight: 900;
}

.widget_rss .rsswidget img {
    margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}

.textwidget > :last-child {
    margin-bottom: 0;
}

.textwidget a {
    border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
    border-bottom: 0;
}


/**
 * 12.0 Content
 */

 .site {
    position: relative;
 }

.secondary {
    background-color: #fff;
    display: none;
    padding: 0 7.6923%;
}

.secondary.toggled-on {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block;
}

.widget-area {
    margin: 9.09090% auto 0;
}

.site-footer {
    margin-top: 1px;
    width: 100%;
}


.redes-sociales {
    margin-top: 20px;
}

.redes-sociales>li {
    display: inline-block;
    margin-right: 5px;
}

.redes-sociales li img {
    width: 35px;
}


.redes-sociales>li:last-child {
    margin-top: 10px;
}


#menu-centenario .redes-sociales {
    margin-top: 0;
}


@media screen and (max-width:780px) {
    .centenarioMenuDespliegue>li {
        font-size: 4vh;
        height: 8vh;
        padding-top: 2vh;
    }   
    ul.redes-sociales img {
        max-height: 10vh;
    }
}



/**
 * 12.1 Posts and pages
 */

.hentry {
    background-color: #fff;
    position: relative;
}

.hentry.has-post-thumbnail {
    padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: -webkit-calc(7.6923% + 24px);
    padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
    border: 0;
    display: block;
    margin-bottom: 2.4em;
}
.post-thumbnail img {
    display: block;
    margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
    opacity: 0.85;
}

.entry-header {
    padding: 0 40px;
    margin-bottom: 40px;
}

.entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-bottom: 0.9231em;
}

.entry-content,
.entry-summary {
    padding: 0 40px 38px 40px;
    /* font-size: 18px; */
}

.entry-content .seccion-dividida-principal {
    display: table-cell;
}

.entry-content .seccion-dividida-secundaria {
    display: table-cell;
    width: 345px;
    max-width: 345px;
    padding-left: 40px;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}

.entry-content .seccion-dividida-secundaria img {
    max-width: 305px;
}

.entry-content .seccion-dividida-secundaria strong {
    font-weight: 600;
}

.entry-content .seccion-dividida-secundaria li {
    list-style: none;
    margin-bottom: 1px;
}


.entry-content .visita-complementaria {
    display: block;
    width: 100%;
}

.entry-content .seccion-dividida-principal h1, .fcm_title {
    display: block;
    font-family: Lato, Arial, Helvetica;
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 5px;
}

.visita-complementaria h3 {
    display: block;
    font-family: Lato, Arial, Helvetica;
    font-size: 38px;
    line-height: 38px;
    color: #e41b13;
    font-style: italic;
    font-size: 38px !important;
    margin-left: 40px;
}



.entry-content > :last-child,
.entry-summary > :last-child {
    margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    word-wrap: break-word;
}

.entry-content, .otros-contenidos {
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    padding-right: 30px;
    padding-bottom: 20px;
}

.pageid-20 .entry-content {
    padding-top: 20px;
}


.additional-content h1,
.site-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
    font-weight: 900;
    font-size: 38px;
    line-height: 38px;
    font-size: 3.8rem;
    font-family: Lato, Arial, Helvetica;
    margin: 0;
}

.additional-content h2,
.site-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 38px;
    font-size: 3.8rem;
    font-family: Lato, Arial, Helvetica;
    margin: 0;
    margin-bottom: 20px;
}

.visita-complementaria h3,
.additional-content h3,
.site-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    font-size: 3.0rem;
    font-family: Lato, Arial, Helvetica;
    margin: 0;
    margin-bottom: 20px;
}

.additional-content h4,
.additional-content h5,
.additional-content h6,
.site-content h4,
.site-content h5,
.site-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 3.2em;
    margin-bottom: 1.6em;
}

.additional-content h5,
.additional-content h6,
.site-content h5,
.site-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
    margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
    display: block;
    max-width: 100%;
}

.entry-content .more-link,
.entry-summary .more-link:after {
    white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
    content: "\f429";
    font-size: 16px;
    position: relative;
    top: 5px;
}

/***** NGGallery *****/

.fcm-gallery-encabezado-pagina-inner {
    /*width: 100vw;*/
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fcm-galleryoverview {
    max-width: 100vw;
    overflow: hidden;   
}

.entry-content .fcm-gallery-encabezado-pagina-inner {
    max-width: 305px;
}



.flechasThumbnail {
    display: inline-block;
    position: relative;
    top: 6px;
    vertical-align: top;
}

.imgTextContainer {
    line-height: 15px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 20px;
    position: absolute;
    bottom: 10px;
    z-index: 99;
    right: 10px;
    background-color: white;
    vertical-align: middle;
 }

 .imgTextContainer>.flechasThumbnail {
    top:-5px;
    margin-left: 5px;
 }

.thumbnailText {
    display: inline-block;
    height: 40px;
    max-width: 260px;
    width: calc(100% - 110px);
    line-height: 15px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 10px;
    text-align: left;
}

.fcm-prev, .fcm-next {
    text-align: center;
    width: 18px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.ngg-galleryoverview-complementaria {
}

.ngg-galleryoverview-complementaria a {
    position: absolute;
    bottom: 20px;
    left: 0;
}
.ngg-gallery-encabezado-pagina-holder {
    width: 100%;
    position: relative;
}

.ngg-gallerythumbnail {
    max-width: 300px;
}

.ngg-gallery-encabezado-pagina-inner {
    border: none;
    padding: 0;
    margin: 0;
}

.ngg-gallery-encabezado-pagina-inner ul {
    position: absolute;
    bottom: 30px;
    right: 60px;
}

.ngg-gallery-encabezado-pagina-inner li {
    /*display:none;*/
}

.ngg-gallery-encabezado-pagina-inner li:first-child {
    /*display: inline-block;*/
}

.ngg-encabezado {
    /* margin-left: -3px; 
    margin-top: 0px;
    margin-top: -webkit-calc(-20px); /* Safari and Chrome */
    margin-bottom: 20px;
    
}
.ngg-encabezado-empty {
    display: block;
    height: 20px;
}
.ngg-encabezado>p {
    display: none;
}

.ngg-gallery-encabezado-pagina-inner .botonBlanco {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 20px;
}


.visita-complementaria .botonBlanco {
    display: inline-block;
    background-color: white;
    color: black;
    font-size: 20px;
    font-family: Lato, Arial, Helvetica;
    font-weight: 900;
    text-align: center;
    padding: 15px 18px;
}

.ngg-gallery-list {
    height: 300px;
}

.ngg-gallery-list li {
    display: none;
}
.ngg-gallery-list:first-child {
    display: inline-block;
}


.ngg-galleryoverview-complementaria ul {
    bottom: initial !important;
}



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

.flex-caption {
    position: relative;
    right: 40px;
    bottom: 70px;
    display: inline-block;
    background-color: #ffffff;
    color: black;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    padding: 12px 20px;
  /* vertical-align: text-bottom; */
    float: right;
}

.author-info {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0 7.6923%;
    padding: 7.6923% 0;
}

.author-info .avatar {
    float: left;
    height: 36px;
    margin: 0 1.6em 1.6em 0;
    width: 36px;
}

.author-heading {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.author-title {
    clear: none;
}

.author-bio {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 1px;
}

.author-description {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    word-wrap: break-word;
}

.author-description a {
    border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
    border-bottom: 0;
}

.author-description > :last-child {
    margin-bottom: 0;
}

.author-link {
    white-space: nowrap;
}

.author-link:after {
    content: "\f429";
    position: relative;
    top: 1px;
}

.entry-footer {
    background-color: #f7f7f7;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 3.8461% 7.6923%;
}

.entry-footer a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
    border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #333;
}

.sticky-post {
    background-color: #333;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.04em;
    padding: 0.25em 0.5em;
    position: absolute;
    top: 0;
    text-transform: uppercase;
}

.updated:not(.published) {
    display: none;
}

.sticky .posted-on {
    display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
    margin-right: 2px;
    position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
    margin-right: 1em;
}

.format-aside .entry-format:before {
    content: "\f101";
}

.format-image .entry-format:before {
    content: "\f473";
}

.format-gallery .entry-format:before {
    content: "\f103";
}

.format-video .entry-format:before {
    content: "\f104";
}

.format-status .entry-format:before {
    content: "\f105";
}

.format-quote .entry-format:before {
    content: "\f106";
}

.format-link .entry-format:before {
    content: "\f107";
}

.format-chat .entry-format:before {
    content: "\f108";
}

.format-audio .entry-format:before {
    content: "\f109";
}

.posted-on:before {
    content: "\f307";
}

.byline:before {
    content: "\f304";
}

.cat-links:before {
    content: "\f301";
}

.tags-links:before {
    content: "\f302";
}

.comments-link:before {
    content: "\f300";
}

.full-size-link:before {
    content: "\f402";
}

.edit-link:before {
    content: "\f411";
}

.comments-link,
.edit-link {
    white-space: nowrap;
}

.page-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%;
}

.page-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.taxonomy-description {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    padding-top: 0.4em;
}

.taxonomy-description a {
    border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
    border-bottom: 0;
}

.taxonomy-description > :last-child {
    margin-bottom: 0;
}

.page-content {
    background-color: #fff;
    padding: 7.6923%;
}

.page-content > :last-child {
    margin-bottom: 0;
}

.page-links {
    clear: both;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em;
}

.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    border-color: transparent;
    color: #fff;
}

.page-links > .page-links-title {
    border: 0;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto;
}

.entry-attachment {
    margin-bottom: 1.6em;
}

.type-attachment .entry-title {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    word-wrap: break-word;
}

.entry-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.5;
    padding-top: 0.5em;
    word-wrap: break-word;
}

.entry-caption > :last-child {
    margin-bottom: 0;
}



/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
    content: "\f442";
    font-size: 24px;
    height: 24px;
    position: relative;
    top: 0;
    width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%;
}

.comments-area > :last-child {
    margin-bottom: 0;
}

.comment-list + .comment-respond {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.comments-title {
    margin-bottom: 1.3333em;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.8em;
}

.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}

.comment-author a:hover {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}

.comment-metadata,
.pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
    border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}

.comment-metadata {
    margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-top: 2em;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}

.comment-form {
    padding-top: 1.6em;
}

.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 900;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
    width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2em;
}

.logged-in-as a:hover {
    border-bottom: 1px solid #333;
}

.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
    padding-top: 1.6em;
}

.comment-navigation + .no-comments {
    border-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #c0392b;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}


/**
 * 12.4 Idioma, cuestiones generales
 */



 .splash {
    position: relative;
 }

.splash .qtranxs_language_chooser {
    position: fixed;
    bottom: 180px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}


.splash .qtranxs_language_chooser li {
    height: 50px;
    width: 183px;
    max-width: 18%;
    background-color: #000000;
    font-size: 20px;
    font-family: Lato, Arial, Helvetica;
    font-weight: 900;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
    margin-left: -2px;
    color: #ffffff;
    padding-top: 14px;
} 

.splash .qtranxs_language_chooser li:hover {
    background-color: white;
    color: black;
}

.splash .qtranxs_language_chooser a {
    color: inherit;
}


/*
.imgSplash {
    background: url(none) no-repeat center center fixed;    
    -webkit-background-size: cover;   
    -moz-background-size: cover;   
    -o-background-size: cover;   
    background-size: cover;
    height: 100%;

}


.imgSplash img {
    width: 100%;
    height: auto;
}*/


/** 12.algo La Fundación 

*/

.atencion {
    display: block;
    width: 100%;
    height: 80px;
    padding: 20px;
    background-color: #3c3c3c;
    color: white;
    font-size: 16px;
}

.actividades-menu {
    padding: 20px;
    font-weight: bold;
}

.actividades-menu li {
    display: inline-block;
    white-space: nowrap;

}

.actividades-menu li::after {
    content: " / ";
}

.actividades-menu li::last-child::after {
    content: "";
}

.actividades-menu li .selected {
    color: #999;
}

.actividades-list {
    padding-left: 40px;
    padding-top: 20px;
    text-align: center;
}

.exposiciones-list  {
    margin-top: -50px;
}

.agenda-list {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
}

.prensa-list {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;  
}

.prensa-list ul {
    padding-bottom: 20px;
}

.prensa-list ul li {
    padding: 10px;
}
.prensa-list ul li:nth-child(odd) {
    background-color: #e0e0e0;
}

.actividades-list strong, .actividades-list b {
    font-weight: 400;
}

.actividades-list h3, .actividades-list ul {
    text-align: left;
}

.actividades-list li {
    width: 276px;
    max-width: calc(100vw - 80px);
    max-width: -moz-calc(100vw - 80px);
    max-width: -webkit-calc(100vw - 80px);
    min-height: 335px;
    font-size: 18px;
    line-height: 24px;
    font-family: Lato, Arial, Helvetica;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    /*border-bottom: 1px solid #9d9d9d;*/
    margin-bottom: 20px;
    margin-right: 28px;
    position: relative;
    text-align: left;
    padding-bottom: 20px;
}

.obras-list li, .exposiciones-list li {
    min-height: 345px;
}

.actividades-list li .img_container {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 246px;
    margin-bottom: 25px;
    position: static;
    /*background-color: #f0f0f0;*/
    overflow: hidden;
}


.enTecnica .img_container,
.enAgenda .img_container {
    background-color: transparent !important;   
}

.agenda-categoria {
    color: #e41b13;
    font-family: Lato, Arial, Helvetica;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
}

.agenda-elemento-titulo {
    text-decoration: none;
    font-weight: 900;   
    font-size: 18px;
    line-height: 1;
}

.agenda-elemento-container {
    text-align: left;
}

.columnas-3>li .img_container {
    margin-bottom: 0;
    text-align: left;
}

.actividades-list li img {
    /*width: 289px;*/
    height: 246px;
    /*width: 100%;*/
    /*height: auto;*/
    max-height: 246px;
    /*max-width: 100%;*/
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
 }

.actividades-list li img {
/*  width: auto;
    height: 100%;
    top: 50%;*/
    left: 50%;
    transform: translate(-50%, -50%);
/*
width: 289px;
height: 246px;
width: 100%;
height: 100%;
max-height: 246px;
max-width: 100%;
margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
position: relative;
*/
}


.entry-content.videoteca {
    margin-bottom: 20px;
}

.videoteca p {
    margin: 0;
}
.videoteca ul, .actividades-celebradas ul, .agenda ul, .eventos-relacionados ul {
    list-style: none;
    max-width: 920px;
    text-align: center;
    margin: 0 auto;
    display: table;
    width: 100%;
}

.videoteca li, .actividades-celebradas li, .agenda li, .eventos-relacionados li {
    display: inline-block;
    width: calc(50% - 20px);
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    font-family: Lato;
    font-weight: 400;
    width: 50%;
    vertical-align: top;
    float: left;
    margin-bottom: 20px;
}

.videoteca li, .actividades-celebradas li, .eventos-relacionados li {
    min-height: 350px;
}

.videoteca li:nth-child(odd) {
    padding-right: 10px;
}

.videoteca li:nth-child(even) {
    padding-left: 10px;
}


.videoteca li a {
    text-decoration: none;
    font-weight: 900;
}

.videoteca li img {
    max-width: 100%;
}

@media screen and (max-width:750px) {
    .videoteca li, .videoteca li:nth-child(odd), .videoteca li:nth-child(even),
    {
        width: 100%;
        margin-bottom: 20px
    }

    .videoteca li, .videoteca li:nth-child(odd), .videoteca li:nth-child(even) {
        padding: 0;
    }
}

.videoteca-titulo {
    font-weight: 900;
    font-size: 24px;
    margin: 20px 0;
    display: block;
    font-family: Lato, Arial, Helvetica;
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 5px;
}

.iframewrapper {    
    position: relative;        
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */        
    padding-top: 25px;
    background-color: #e41b13;
    margin-bottom: 20px;
}

.iframewrapper iframe {    
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    border: 0;
    top: 0;
    left: 0;
}

/************* actividades list **************/

.page-id-22364 .actividades-list {
    padding: 0;
}

.page-id-22364 .actividades-list li {
    margin-right: 10px;
}
.page-id-22364 .actividades-list li .img_container{
    height: auto;
    left: 0;
    top: 0;
    max-height: auto;
    height: auto;
    transform: translate(0,0);

}

.page-id-22364 .actividades-list li img {
    top: 0;
    transform: translate(0, 0);
    left: 0;
    height: 359px;
    max-height: 359px;
    width: 300px;
    max-width: auto;
}

.publicacion-metadata p {
    margin-bottom: 3px;
}

.actividades-list .enAgenda>li {
    background-color: #e4051f;
    color: white;
    padding: 5px;
    position: relative;
}

.actividades-list .enAgenda .agendaTitle {
    position: absolute;
    padding: 2px;
    text-transform: uppercase;
    top: 0;
    background-color: inherit;
    font-family: monospace;
    font-size: 12px;
    line-height: normal;
}

.actividades-list .enTecnica>li {
    background-color: #999999;
    color: white;
    padding: 5px;
    position: relative;
}


.actividades-list .ampliar {
    font-family: Lato, Arial, Helvetica;
    font-size: 20px;
    font-weight: 700;
    color: inherit;
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.actividades-list .ampliarNoticia {
    font-family: Lato, Arial, Helvetica;
    font-size: 20px;
    font-weight: 700;
    color: inherit;
    text-align: right;
    bottom: 5px;
    right: 0;
}

.actividades-list li.agenda {
    background-color: #e41b13;
    color: white;
    padding: 10px;
}

.actividades-list li:agenda .text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.single-fcm_actividad .entry-content, .single-fcm_obra .entry-content, .single-fcm_exposicion .entry-content, .single-fcm_publicacion .entry-content {
    display: inline-block;
    width: calc( 100% - 380px);
    vertical-align: top;
    padding-top: 40px;
}

.single-fcm_actividad .entry-imagenes, .single-fcm_obra .entry-imagenes, .single-fcm_exposicion .entry-imagenes, .single-fcm_publicacion .entry-imagenes {
    display: inline-block;
    width: 375px;
    vertical-align: top;
    margin-top: 40px;
    padding-right: 40px;
}

.categoria-titulo {
    text-align: left;
}

.margen-abajo {
    margin-bottom: 40px;
}

.otros-contenidos .categoria-titulo h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

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

.nav-noticias {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    height: 20px;
    padding: 0 30px;
}

.actividades-list .nav-noticias {
    width: calc( 100% - 30px );
}

.prev-noticias, .next-noticias {
    font-family: Lato, Arial, Helvetica;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: white;
    background-color: #e4051f;
}

.prev-noticias a, .next-noticias a {
    color: inherit;
    display: inline-block;
    padding: 3px 5px;
}

.prev-noticias {
    float: right;   
}


.next-noticias {
    float: left;    
}

.seccion-descripcion {
    text-align: left;
}


.agenda-list ul {
    max-width: 920px;
    text-align: center;
    margin: 0 auto;
    display: table;

}

.columnas-3 li a {
    text-decoration: none;
}


.columnas-3 li {
    width: calc(33% - 13px);
    font-size: 14px;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
}
/* a los elementos del medio les hacemos tener un margen de 20px a sus costados */
.columnas-3>li:nth-child(3n - 1) {
    margin: 0 10px;
}

/**
 * 13.0 Footer
 */

 .footerPrincipal {
    margin-top: 1px;
    width: 100%;
    background-color: #e41b13;  
    text-align: center;
    vertical-align: middle;
    padding-top: 14px;
    padding-bottom: 13px;
    white-space: nowrap;
}

.footerPrincipalLogo, .footerPrincipalContenido {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-family: Lato, Arial, Helvetica;
    font-size: 15px;
    line-height: 20px;
}

.footerPrincipalLogo {
}

.footerPrincipalContenido {
    text-align: left;
    margin-left: 10px;
    padding-top: 15px;
}

.footerPrincipalContenido strong {
    font-size: 18px;
    font-weight: 900;
}

.footerPrincipalContenido a {
    color: inherit;
    text-decoration: underline;
}


/*
Footer:
Aquí al footer simple se le suma un módulo extra, con el "mapa web"
Es al estilo La Central del Circ: 5 columnas, fondo #222222
-Tipo: Source Sans Pro Regular 15 pixels, interlínea de 18 o 23 pixels, si se puede diferenciar entre items… Color Blanco o #999999
-La línea de © y créditos, en Source Sans Pro Regular 13 pixels #999999
*/
.footerSecundario {
    background-color: #222222;      
    width: 100%;
    padding: 0;
    color: #999;
    font-size: 15px;
}

.footerSecundario a {
    color: inherit;
}

.footerSecundario ul {
    width: 100%;
    /*white-space: nowrap;*/
}

.footerSecundario>ul {
    padding-top: 37px;
    max-width: 960px;
    margin: 0 auto 45px auto;
}

.footerSecundario>ul>li {
    display: table-cell;
    border-left: 1px solid #555555;
    padding-left: 12px;
    padding-right: 12px;
    width: 20%;
}

.footerSecundario>ul>li>ul>li {
    display: table-row;
    font-size: 15px;
    color: #999;
}

.footerSecundario>ul>li>ul>li:first-child {
    color: #ffffff;
}

.comprarEntradas {
    padding-top: 5px;
    display: inline-block !important;
}

.comprarEntradas a {
    background-color: #e41b13;
    color: white !important;
    padding: 0 10px;
    display: inline-block;
}


.comprarEntradasCasa {
    background-color: red;
    color: white;
    font-family: Lato, Arial, Helvetica;
    font-weight: bold;
    padding: 15px;
    text-decoration: none !important;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 1.1em;   
}

.site-info {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.site-info a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
    border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
    color: #333;
}


/**
 * 14.0 Media
 */

.site .avatar {
    border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

audio,
canvas {
    display: inline-block;
}

embed,
iframe,
object,
video {
    margin: 0;
    max-width: 100%;
    vertical-align: middle;
}

.iframeContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframeContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}


p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
    margin-bottom: 20px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


.fcm-slider .fcm-thumbnail-list {
    /*display: none;*/
    /*display: inline-block;*/
}

.fcm-slider .fcm-thumbnail-list .imagenCarruselDisplayed {
    display: inline-block;
}

.fcm-slider li {
    width: initial;
    max-width: initial;
    min-height: initial;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    display: inline-block;
    vertical-align: inherit;
    border: none;
    margin: inherit;
    position: relative;
    padding: 0px;   
}

.fcm-gallery-encabezado-pagina-inner>li {
    display: none;
    position:relative;
}

.fcm-gallery-encabezado-pagina-inner>li:first-child {
    display: inline-block;
}

/**
 * 15.0 Multisite
 */

.widecolumn {
    background-color: #fff;
    padding: 7.6923%;
}

.widecolumn .mu_register {
    width: auto;
}

.widecolumn .mu_alert {
    margin-bottom: 1.6em;
}

.widecolumn form,
.widecolumn .mu_register form {
    margin-top: 0;
}

.widecolumn h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-bottom: 0.9231em;
}

.widecolumn p {
    margin: 1.6em 0;
}

.widecolumn p + h2 {
    margin-top: 1.8462em;
}

.widecolumn label,
.widecolumn .mu_register label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.widecolumn .mu_register label {
    margin: 2em 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
}

.widecolumn .mu_register #blogname {
    margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
    font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
    margin-bottom: 0;
}


/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/**
 * 16.1 Mobile Large 620px
 */

/* Todo esto está, por ahora, en un media-sizes.css */



.centenario-footer-link, .centenario-home-link {
    width: 300px;
    margin: 0 auto;
    color: white;
    font-size: 36px;
    line-height: .9;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;  
}

.centenario-home-link {
    display:none;
    opacity:0.0;
    filter:alpha(opacity=0);
}

.centenario-home-link img {
    max-width: 100%;
}

.centenario-footer-link img {
    max-width: 100%;
    padding-right: 20px;
}

.footerPrincipalCentenarioImg, .footerPrincipalCentenarioTxt {
    display: table-cell;
}
.footerPrincipalCentenarioImg {
    width: 300px;
    max-width: 30%;
}
.footerPrincipalCentenarioTxt {
    vertical-align: middle;
    width: 430px;
    max-width: 50vw;
    text-align: left;
}

.footerPrincipalCentenario {
    background-image: url(img/recursos_centenario/foto-ceramica.png);
    background-position: 10% center;
    background-repeat: no-repeat;
    background-color: #e41b13;
    height: 320px;
    width: 100%;
    margin-bottom: 1px; 
    text-align: center;
    padding-top: 100px;
}

.ctcc-left-side a {
    display: block;
}

.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom {
    border-top: 1px solid #e6e6e6;
    background-color: #000 !important;
    color:  white !important;
}

.modal-cacsp-position .modal-cacsp-box>* {
    background-color: #000 !important;
}

.modal-cacsp-position, .modal-cacsp-position * {
    color: #fff !important;
}

.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept {
    background-color: #e41b13 !important;
    border: 1px solid #e41b13 !important;
}

.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings {
    background-color: #e41b13 !important;
}

.modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom {
    border-top:  1px solid #000;
}


.video-destacado {
    position: relative;
    /*top: -29px;*/
    background-color: #e41b13;
}
.video-destacado p {
    margin: 0;
    padding: 0;
}

.video-destacado .titulo {
    font-family: lato;
    font-weight: 400;
    font-size: 38px;
    color: white;
    position: relative;
    bottom: 120px;
    left: 100px;
    line-height: 1;
    max-width: calc(100% - 200px);
    height: 0;
}


.video-destacado .subtitulo {
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-size: 18px;
    color: white;
}

.video-destacado a {
    text-decoration: none;
}

.video-destacado .img_container img {
    width: 100%;
}