﻿strong,b {
    font-weight:bold;
}
em,i{
    font-style:italic;
}


.template-detalle-noticia #main .image-featured img {
    min-width:100%;
    height:auto;
}

.template-detalle-noticia #main .text-container a {
    color:red;
}

.template-detalle-noticia .module-show-video {
    display:none;
}
.template-detalle-noticia .flash_kplayer iframe {
    width: 100%;
    height: 470px;
    margin-bottom:40px;
}
.iconplus-link span svg{
    margin-left:5px;
    transform:translateY(1px) !important; 
}

.module.module-table.reduced-spacing {
    margin-bottom: 100px;
}
@media (min-width: 640px) {
    .module.module-table.reduced-spacing {
        margin-bottom: 120px;
    }
}
@media (min-width: 1024px) {
    .module.module-table.reduced-spacing {
        margin-bottom: 120px;
    }
} 

@media  (min-width: 1280px) {
    .module.module-table.reduced-spacing {
        margin-bottom: 180px;
    }
}

.frame-content.custom-height-media{
    max-height:136vh !important;
}
.pagination-list-container {
    margin-bottom: 150px;
}

.logo-registradores {
    width: 250px;
    height: 52px;
    display: block;
    background-image: url(/static/images/logo-registradores.jpg);
    margin: 2em auto 2em 0;
} 

@media (min-width: 680px) {
    .descargas .descargas__col-left.box-custom-margin, .descargas .descargas__col-right.box-custom-margin {
        margin-bottom: 8rem;
    }
}

.module.module-news.grid {
    margin-bottom: 120px;
}

.template-detalle-proyecto .module-show-video {
    display: none;
}

.template-detalle-proyecto .flash_kplayer iframe {
    width: 100%;
    height: 470px;
    margin-bottom: 40px;
}

.module.grid.bloque-texto .lead-text-container p a {
    color: red;
}

.custom-anchor {
    width: 0px;
    height: 0px;
    z-index: 10;
    position: relative;
    display: block;
    top: -400px;
}

.custom-anchor-small {
    width: 0px;
    height: 0px;
    z-index: 10;
    position: relative;
    display: block;
    top: -190px;
}

.landing-header-custom {
    padding-right: 10%;
    padding-left: 10%;
    width: 100%;
    text-align: center;
}

    .landing-header-custom div.change-language {
        float: right;
        padding-top: 15px;
        font-size: 12px;
        text-transform: uppercase;
    }

@media screen and (max-width:480px) {
    .landing-header-custom div.change-language {
        float: right;
        padding-top: 5px;
    }
}

.breadcrumbs.breadcrumbs--fixed.breadcrumbs--fixed-footer.is-fixed {
    position: -webkit-sticky;
}