﻿@import url("/data/global/fuentes/SourceSansPro.css");

body, html {
    margin: 0;
    padding: 0;
    font-family: SourceSansPro-Black;
    /*background-color: #ebf7fa;*/
}

#general {
    width: 1024px;
    margin: 0 auto;
}

a img {
    border: none;
}

.f-head {
    width: 100%;
    margin-bottom: 10px;
}

.s-head {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 3px 3px 3px #666;
    display: table;
}

    .s-head #buscar {
        background-color: #CBD4D1;
        border: none;
        width: 170px;
        height: 25px;
    }

    .s-head #btnBuscar {
        background-color: #1594D4;
        border: none;
        height: 27px;
        font-size: 18px;
        color: #fff;
    }

    .s-head .btnMedGris {
        background: url(/data/global/img/header/btn_gris.png) no-repeat;
        width: 124px;
        height: 54px;
        display: block;
        float: left;
        padding-top: 18px;
        text-align: center;
        color: #1C91CA;
        text-decoration: none;
    }

#nav, #nav-foot {
    list-style: none;
    padding: 0;
    display: table;
    margin: 0 auto;
}

    #nav li {
        float: left;
        padding: 0px 25px;
        border-left: 2px solid #9C9C9C;
    }

    #nav-foot li {
        float: left;
        padding: 0px 7px;
    }

        #nav li:first-child, #nav-foot li:first-child {
            border-left: none;
            padding-left: 0;
        }

        #nav li a, #nav-foot li a {
            font-size: 18px;
            color: #1C91CA;
            line-height: 50px;
            text-decoration: none;
        }

        #nav-foot li ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #nav-foot li ul li {
                float: none;
                padding: 0;
                text-align: center;
                height: 25px;
            }

                #nav-foot li ul li a {
                    color: #9C9C9C;
                }

.mp-menu ul li a {
    font-size: 1.5em !important;
}

.pageBreadCum {
    width: 100%;
    height: 40px;
    display: table;
    background-color: #1480ad;
    box-shadow: 3px 3px 3px #666;
    margin-bottom: 20px;
}

    .pageBreadCum h1 {
        font-size: 27px;
        padding: 0px 30px;
        color: #474747;
        display: table;
        padding-right: 10px;
        margin: 7px 0;
        float: left;
    }

        .pageBreadCum h1.conoce-kcm, .pageBreadCum h1.about-kcm {
            color: #fff;
        }

        .pageBreadCum h1.nuestras-marcas, .pageBreadCum h1.our-brands {
            background-color: #e9cce7;
        }

        .pageBreadCum h1.sustentabilidad, .pageBreadCum h1.sustainability {
            background-color: #1a954a;
            color: #fff;
        }

        .pageBreadCum h1.unete-a-kcm, .pageBreadCum h1.join-kcm{
            background-color: #c2f2f9;
        }

        .pageBreadCum h1.reportes, .pageBreadCum h1.reports {
            background-color: #c5e4ef;
        }

        .pageBreadCum h1.finanzas, .pageBreadCum h1.finance {
            background-color: #c5e4ef;
			width: 100%;
        }

    .pageBreadCum .breadSubMenu {
        list-style: none;
        margin: 15px 0px;
        padding: 0 10px;
        display: table;
    }

        .pageBreadCum .breadSubMenu li {
            float: left;
            margin-right: 10px;
        }

            .pageBreadCum .breadSubMenu li a {
                color: #fff;
                text-decoration: none;
            }

.revSlider {
    width: 92%;
    margin: 0 auto;
    height: 271px;
    position: relative;
    overflow: hidden;
}

    .revSlider ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .revSlider li {
        width: 100%;
        background-color: #bfd9e5;
        border-radius: 7px;
    }

        .revSlider li p {
            float: right;
            width: 35%;
            padding-right: 7px;
        }

            .revSlider li p strong {
                color: #0c96cf;
                font-size: 30px;
                display: block;
                padding: 5% 0;
            }

            .revSlider li p span {
                font-size: 14px;
                font-family: SourceSansPro-Regular;
            }

            .revSlider li p a {
                display: table;
                background-color: #fff;
                color: #0c96cf;
                margin: 5% 0;
                padding: 2px 12px;
                padding-right: 20px;
                font-size: 14px;
                text-decoration: none;
                position: relative;
            }

                .revSlider li p a:after {
                    content: ">";
                    color: #818181;
                    position: absolute;
                    right: 5px;
                }

    .revSlider .slideCount {
        position: absolute;
        bottom: 15px;
        right: 25px;
    }

        .revSlider .slideCount a {
            color: #0c96cf;
            text-decoration: none;
            margin: 0 2px;
            font-size: 20px;
        }

            .revSlider .slideCount a.selected {
                color: #fff;
            }

.carruselMarcas {
    width: 100%;
    height: 255px;
    margin: 10px 0;
}

    .carruselMarcas div {
        float: left;
    }

        .carruselMarcas div.direccion {
            margin: 9% 7px;
        }

        .carruselMarcas div.contenedor {
            border: 2px solid #c8c8c8;
            height: 100%;
            width: 92%;
        }

        .carruselMarcas div.slides {
            height: 88%;
            width: 100%;
            overflow: hidden;
        }

            .carruselMarcas div.slides ul {
                list-style: none;
                margin: 0;
                padding: 0;
                display: table;
            }

                .carruselMarcas div.slides ul li {
                    float: left;
                    border-right: 2px solid #c8c8c8;
                }

                    .carruselMarcas div.slides ul li:last-child {
                        border: none;
                    }

        .carruselMarcas div.contenedor div.pleca {
            width: 100%;
            padding: 5px 0;
            background-color: #f4f4f4;
            border-top: 2px solid #c8c8c8;
        }

            .carruselMarcas div.contenedor div.pleca a {
                color: #0c96cf;
                font-size: 14px;
                text-decoration: none;
                background: url(/data/global/img/util/flecha_gris.png) no-repeat right;
                padding-right: 30px;
                display: table;
                margin: 0 auto;
            }

.otrasOpciones {
    width: 95%;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 3px 3px 3px #dedede;
}

    .otrasOpciones ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: table;
        margin: 0 auto;
    }

        .otrasOpciones ul li {
            float: left;
            width: 24.5%;
            height: 232px;
            border-right: 1px dashed #909090;
        }

            .otrasOpciones ul li:last-child {
                border: none;
            }

            .otrasOpciones ul li strong {
                margin: 10px 5px;
                display: table;
                font-size: 14px;
                color: #656666;
            }

            .otrasOpciones ul li span {
                font-family: Tahoma;
                font-size: 12px;
                display: block;
                width: 90%;
                margin: 0 auto;
            }

            .otrasOpciones ul li a.informe {
                display: table;
                font-family: Tahoma;
                color: #000;
                font-size: 12px;
                text-decoration: none;
                background: url(/data/global/img/util/flecha_circulo.jpg) no-repeat left;
                background-size: 22%;
                padding: 25px 50px;
                padding-right: 0;
            }

            .otrasOpciones ul li img {
                display: block;
                margin: 0 auto;
            }

        .otrasOpciones ul.botones li {
            height: auto;
        }

            .otrasOpciones ul.botones li a {
                padding: 5px 45px;
                display: table;
                margin: 0 auto;
                color: #0c96cf;
                text-decoration: none;
                font-size: 14px;
                box-shadow: 3px 3px 3px #dedede;
                background: url(/data/global/img/util/flecha_gris.png) no-repeat right;
            }

.articulos {
    width: 100%;
    display: table;
    margin: 20px 0;
    border: 1px solid #898989;
    border-left: none;
    border-right: none;
    padding: 10px 0;
}

    .articulos ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .articulos ul li {
            float: left;
            width: 25%;
        }

            .articulos ul li img {
                display: block;
                margin: 0 auto;
            }

            .articulos ul li span {
                display: block;
                background-color: #e4f6fd;
                text-align: center;
                color: #5c5d61;
                padding: 5px;
                margin: 5px 0;
            }

            .articulos ul li p {
                color: #5c5d61;
                font-size: 12px;
                font-family: Tahoma;
                padding: 0 15px;
            }

.marcasEncabezado {
    width: 95%;
    display: table;
    margin: 0 auto;
}

    .marcasEncabezado img {
        float: left;
        margin-right: 20px;
    }

    .marcasEncabezado p, .marcasEncabezado h1 {
        color: #474747;
    }

    .marcasEncabezado h1 {
        font-size: 18px;
    }

    .marcasEncabezado p {
        font-size: 14px;
        font-family: SourceSansPro-Regular;
    }

.marcasReticula {
    width: 95%;
    display: table;
    margin: 0 auto;
    padding: 20px 0;
}

    .marcasReticula ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 90%;
        margin: 0 auto;
    }

        .marcasReticula ul li {
            float: left;
            border: 1px dashed;
            width: 19%;
        }

            .marcasReticula ul li.rule {
                width: 100%;
                border: none;
                height: 5px;
            }

            .marcasReticula ul li img {
                width: 100%;
            }


.marcaCuadroIntro {
    background-color: #c8c8c8;
    border-radius: 20px;
    padding: 20px 35px;
}

    .marcaCuadroIntro .centro {
        width: 100%;
        display: table;
        border-radius: 20px;
    }

.marcaCuatroContenido {
    margin: 10px 0;
    box-shadow: 3px 3px 3px #666;
    display: table;
}

    .marcaCuatroContenido h1 {
        color: #6b6c70;
        font-size: 18px;
    }

    .marcaCuatroContenido p, .marcaCuatroContenido a {
        color: #6b6c70;
        font-size: 14px;
        font-family: Tahoma;
    }

    .marcaCuatroContenido a {
        text-decoration: none;
        line-height: 30px;
    }

    .marcaCuatroContenido .leftPanel {
        width: 63%;
        float: left;
        margin-right: 30px;
    }

    .marcaCuatroContenido .rightPanel {
        width: 34%;
        float: left;
    }

    .marcaCuatroContenido .footPanel {
        width: 100%;
        float: left;
    }

    .marcaCuatroContenido ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .marcaCuatroContenido ul li {
            padding-bottom: 5px;
        }

.menuSusten {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

    .menuSusten li {
        margin-bottom: 5px;
    }

        .menuSusten li a {
            background-color: #468F03;
            text-decoration: none;
            padding: 4px;
            display: block;
            font-size: 18px;
            color: #fff;
        }

            .menuSusten li a.selected {
                color: #5de3a6;
            }
        
.menuConoce li a {
    background-color: #1480ad;
}

.menuConoce li a.selected {
    color: #CBD4D1;
}

.sustenContenido h1 {
    color: #1a9743;
    margin: 0;
    font-size: 42px;
}

.sustenContenido h2 {
    color: #1480ad;
}

.sustenContenido strong {
    font-size: 16px;
}

.sustenContenido p {
    font-family: SourceSansPro-Regular;
}

.sustenContenido ul.listaBullVerde {
    list-style: none;
}

    .sustenContenido ul.listaBullVerde li {
        background: url(/data/global/img/util/bullet_verde.png) no-repeat left;
        padding: 7px 40px;
    }

        .sustenContenido ul.listaBullVerde li a {
            color: #000;
        }

    .sustenContenido .mensaje {
        width: 460px;
        height: 170px;
        float: left;
        margin-bottom:30px;
        margin-right:30px;
    }

    .sustenContenido .mensaje p {
        width: 40%;
        float:right;
        margin-right:40px;
        margin-top:15px;
        text-align:justify;
    }

    .sustenContenido .bg1 {
        background: url('/data/global/img/sustentabilidad/sus_mensaje_1.png') no-repeat;

    }

    .sustenContenido .bg2 {
        background: url('/data/global/img/sustentabilidad/sus_mensaje_2.png') no-repeat;
    }

    .sustenContenido .bg3 {
        background: url('/data/global/img/sustentabilidad/sus_mensaje_3.png') no-repeat;
    }

    .sustenContenido .bg4 {
        background: url('/data/global/img/sustentabilidad/sus_mensaje_4.png') no-repeat;
    }

.sustenContenido .respMenu {
    display: none;
}

.blue-squart {
    margin-bottom:20px;
    
    background:#83afd5;
    float:left;
}

    .blue-squart p {        
        width:95%;
        margin:20px auto;
        text-align:justify;
        padding-top:15px;
        padding-bottom:15px;
        
    }

    .blue-squart span {
        font-weight:bold;
    }


.susindice1 {
    margin-top:15px;
    width:100%;
    float:left;
    min-height: 210px
}

.susindice1 img {
    float:left;
    margin-left:20px;
    margin-top:20px;
    width:50%;
}

.linkindice1 {
    color:#000;
    text-decoration:none;
    font-size:1.5em;
    float:left;
    width:40%;
    margin-left:10px;
    margin-top:35px;
}

    .susindice1.izq {
        width:49%;
        padding-bottom: 20px;
        float:left;
        background:#fbfbfb;
        border-right:2px solid #4aca0f;

    }
    .susindice1.der {
        width:49%;
        height:210px;
        float:left;
        background:#fbfbfb;
    }

.susCuadrosContenedor {
    display: table;
    width: 100%;
}
.susindice21 {
    margin-top:15px;
    width:45%;
    height:800px;
    float:left;
    margin-left:50px;
    background:url(/data/global/img/sustentabilidad/botones_izquierda.png) no-repeat;
    
}


.susindice22 {
    margin-top:15px;
    width:45%;
    height:800px;
    float:left;
    background:url(/data/global/img/sustentabilidad/botones_derecha.png) no-repeat;
    
}



.uneteKCM {
    width: 95%;
    margin: 0 auto;
}

    .uneteKCM .cuadroAzul {
        background-color: #0054a6;
        height: 250px;
    }

    .uneteKCM h1 {
        color: #616266;
    }

    .uneteKCM .form {
        width: 75%;
    }

    .uneteKCM label input[type=text] {
    }

    .uneteKCM p, .uneteKCM span {
        font-family: SourceSansPro-Regular;
    }

    .uneteKCM span {
        margin: 5px 0;
        display: block;
        padding: 5px;
    }

    .uneteKCM .estado {
        width: 70%;
    }

    .uneteKCM .upfileunete {
        border: none;
        padding: 5px 10px;
        height: 40px !important;
        font-size: 20px;
    }

    .uneteKCM input {
        height: 20px;
    }

    .uneteKCM .form .textLarge {
        width: 100%;
    }

    .uneteKCM .form input[type=text], .uneteKCM .form select, .uneteKCM .form input[type=button] {
        height: 30px;
        border: 0;
        box-shadow: 1px 1px 6px #666;
    }

    .uneteKCM .form #ruta {
        width: 70%;
        margin-right: 20px;
    }
    
    .uneteKCM .form .inputMidSize {
        width: 30%;
        margin: 0 10px;
    }

    .uneteKCM .form input[type=file] {
        display: none;
    }

    .uneteKCM .form input[type=submit] {
        background-color: #0054a6;
        border: none;
        padding: 5px 10px;
        color: #FFF;
        height: 40px !important;
        font-size: 20px;
    }

.finanzas .backSlide {
    background-color: #bebebe;
    padding: 15px 0px;
    border-radius: 20px;
}

.finanzas .cuadroSecciones {
    position: relative;
    width: 97%;
}

    .finanzas .cuadroSecciones .secciones {
        position: absolute;
        top: 10px;
        left: 20px;
        font-size: 35px;
        width: 100%;
    }

        .finanzas .cuadroSecciones .secciones a {
            display: block;
            float: left;
            margin-right: 10px;
            text-align: center;
            background-color: rgba(79, 83, 85, 0.5);
            width: 32.3%;
            color: #fff;
            height: 200px;
            text-decoration: none;
            padding-top: 70px;
        }

.finanzas .indicadores {
    width: 100%;
}

    .finanzas .indicadores th {
        color: #666666;
        font-size: 13px;
    }

    .finanzas .indicadores td {
        color: #005ab3;
        text-align: right;
    }

    .finanzas .indicadores .row1 {
        background-color: #CEEBFB;
    }

.newsLetter {
    margin-top: 15px;
    background-color: #1480ad;
    height: 50px;
}

    .newsLetter span {
        margin: 5px;
        padding: 10px 45px;
        display: block;
        float: left;
        background-color: #ddcd0c;
        color: #434343;
    }

     a.printLayer {
        margin: 5px;
        padding: 10px 45px;
        display: block;
        float: left;
        background-color: #1480ad;
        color: #fff;
    }
        

    .newsLetter input {
        margin: 5px;
        padding: 8px 5px;
        border: none;
        font-family: SourceSansPro-Regular;
        font-size: 20px;
    }

        .newsLetter input[type=text] {
            width: 400px;
        }

        .newsLetter input[type=submit] {
            background-color: #4fedf9;
            width: 150px;
        }

.eventos {
    background: url(/data/global/img/eventos/fondo.jpg) no-repeat;
    width: 100%;
    margin: 20px 0;
    padding: 10px 0;
    display: table;
}

    .eventos #calendar {
        margin-left: 30px;
        width: 70%;
        float: left;
    }

    .eventos #seleccion {
        width: 25%;
        float: left;
        height: 529px;
    }

        .eventos #seleccion h2 {
            background: #c0c0c0; /* Old browsers */
            background: -moz-linear-gradient(top, #c0c0c0 22%, #a0a0a0 70%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#c0c0c0), color-stop(70%,#a0a0a0)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #c0c0c0 22%,#a0a0a0 70%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #c0c0c0 22%,#a0a0a0 70%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #c0c0c0 22%,#a0a0a0 70%); /* IE10+ */
            background: linear-gradient(to bottom, #c0c0c0 22%,#a0a0a0 70%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-9 */
            color: #fff;
            margin: 0;
            padding: 19px 36px;
            font-family: SourceSansPro-Regular;
        }

        .eventos #seleccion .contenedor {
            height: 100%;
            background-color: #f2f2f2;
            font-size: 50px;
            text-align: center;
        }

            .eventos #seleccion .contenedor p {
                font-size: 15px;
            }

.tablaReportes {
    font-family: SourceSansPro-Regular;
    color: #5c5d61;
    margin-left: 30px;
}

.botonExportar {
    background-color: #0c96cf;
    display: table;
    border-radius: 20px;
    padding: 0 30px;
    color: #fff !important;
}

.dereporte ul li {
    width: 33%;
}

    .dereporte ul li h1 {
        font-size: 14px;
        color: #737373;
        text-align: center;
    }

    .dereporte ul li p {
        padding: 0 34px;
    }

.fbLink {
    background: url(/data/global/img/util/fbe.png) no-repeat;
    display: block;
    height: 35px;
    padding-left: 35px;
    background-size: 33px;
}

.twLink {
    background: url(/data/global/img/util/twe.png) no-repeat;
    display: block;
    height: 35px;
    padding-left: 35px;
    background-size: 33px;
}

.gmLink {
    background: url(/data/global/img/util/gmas.png) no-repeat;
    display: block;
    height: 35px;
    padding-left: 35px;
    background-size: 33px;
}

.ytLink {
    background: url(/data/global/img/util/yte.png) no-repeat;
    display: block;
    height: 35px;
    padding-left: 35px;
    background-size: 33px;
}

.piLink {
    background: url(/data/global/img/util/pre.png) no-repeat;
    display: block;
    height: 35px;
    padding-left: 35px;
    background-size: 33px;
}

.insLink {
    background: url(/data/global/img/util/ite.png) no-repeat;
    display: block;
    height: 35px;
    padding-left: 35px;
    background-size: 33px;
}

.mailLink {
    background: url(/data/global/img/util/correo.png) no-repeat;
    display: block;
    height: 35px;
    padding-left: 35px;
    background-size: 33px;
}

.footer {
    display: table;
    margin-bottom: 80px;
    width: 100%;
}

#bandaFoot {
    width: 100%;
    color: #FFF;
    background-color: #1594D4;
    text-align: center;
    line-height: 40px;
}

    #bandaFoot a {
        color: #fff;
        text-decoration: none;
    }

.col-1med {
    float: left;
    width: 50%;
}

.col-43Por {
    float: left;
    width: 43%;
}

.col-55Por {
    float: left;
    width: 55%;
}

.col-1ter {
    float: left;
    width: 30%;
}

.col-2ter {
    float: left;
    width: 68%;
}

.col-3qua {
    float: left;
    width: 25%;
}

.col-fullwidth {
    float: left;
    width: 100%;
}

.col-92PorWidth {
    width: 92%;
    display: table;
    margin: 0 auto;
}

#accordion #ui-id-2.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active {
    background: url(/data/2015/marzo/plantas.gif) no-repeat;
    background-size: 100%;
    height: 400px;
}

#accordion #ui-id-4.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active {
    background: url(/data/2015/marzo/centros.gif) no-repeat;
    background-size: 100%;
    height: 400px;
}

#iframegrafica {
    display: table;
    margin: 0 auto;
}

.mapa_01 {
    float: right;
    background: #eee;
    border-radius: 2px;
    margin-right: -20px;
}

    .mapa_01 div {
        width: 90%;
        margin: 3px auto;
        padding: 5px;
    }

.mapa_02 {
    float: right;
    background: #eee;
    border-radius: 2px;
}

    .mapa_02 div {
        width: 90%;
        margin: 3px auto;
        padding: 5px;
    }

.slides {
    
}
    .slides .slide {
        
    }

    .slides .slide .cuerpo {
        width:1024px;
        margin:0 auto;        
    }

        .slides .slide .cuerpo input[type=text]{                
            border: none;
            border-bottom: 0px solid;
            width:100%;
            height: 30px;
            font-size: 20px;
        }

.slides .slide .cuerpo input[type=submit]{
    display: inline-block;
    padding: 5px 9px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #00bcd4;
    border:none;
}

        .slides .slide .cuerpo li {
            margin: 30px 0px;
        }
           

#trigger {
    display: none;
}

@media screen and (max-width:470px) {

    .f-head {
        display: none;
    }

    #contenedor {
        padding:0 9px;
    }

    #trigger {
        display:block;
        padding-top:5px;
        padding-bottom:40px;
        margin-left:3px;
    }

    #mp-pusher {
        z-index: 40000;
        display: block;
       
    }

    a {
        text-decoration: none;
        color: #f7f7f7;
        outline: none;
    }

        a:hover, a:focus {
            color: #fff;
            outline: none;
        }

    /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
    .clearfix:before,
    .clearfix:after {
        display: table;
        content: " ";
    }

    .clearfix:after {
        clear: both;
    }

    .codrops-header,
    .codrops-top {
        font-family: 'Lato', Arial, sans-serif;
    }

    .codrops-header {
        margin: 0 auto;
        padding: 2em;
        background: rgba(0,0,0,0.01);
        text-align: center;
    }

        .codrops-header h1 {
            margin: 0;
            font-weight: 300;
            font-size: 2.625em;
            line-height: 1.3;
        }

        .codrops-header span {
            display: block;
            padding: 0 0 0.6em 0.1em;
            font-size: 60%;
            opacity: 0.7;
        }

    /* To Navigation Style */
    .codrops-top {
        width: 100%;
        background: #91cfa1;
        background: rgba(255, 255, 255, 0.1);
        text-transform: uppercase;
        font-size: 0.69em;
        line-height: 2.2;
    }

        .codrops-top a {
            display: inline-block;
            padding: 0 1em;
            color: #fff;
            text-decoration: none;
            letter-spacing: 0.1em;
        }

            .codrops-top a:hover {
                background: rgba(255,255,255,0.95);
                color: #333;
            }

        .codrops-top span.right {
            float: right;
        }

            .codrops-top span.right a {
                display: block;
                float: left;
            }

    .codrops-icon:before {
        margin: 0 4px;
        text-transform: none;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        font-family: 'codropsicons';
        line-height: 1;
        speak: none;
        -webkit-font-smoothing: antialiased;
    }

    .codrops-icon-drop:before {
        content: "\e001";
    }

    .codrops-icon-prev:before {
        content: "\e004";
    }

    /* Demo Buttons Style */
    .codrops-demos {
        padding-top: 1em;
        font-size: 1.1em;
    }

        .codrops-demos a {
            display: block;
            float: left;
            clear: both;
            margin: 0.5em 0.5em 0.5em 1.9em;
            padding: 1em 1.1em;
            width: 280px;
            outline: none;
            color: #fff;
            background: #336ca6;
            text-align: center;
            text-decoration: none;
            font-weight: 700;
        }

            .codrops-demos a:hover,
            .codrops-demos a.current-demo,
            .codrops-demos a.current-demo:hover {
                opacity: 0.6;
            }

    .content {
        padding: 4em 2em;
        max-width: 1200px;
        margin: 0 auto;
    }

    .block {
        float: left;
        padding: 1em 3em;
    }

    .block-40 {
        width: 40%;
    }

    .block-60 {
        width: 60%;
    }

    .block p {
        margin: 0;
        padding: 0 1em 0.6em;
        font-size: 1.8em;
        line-height: 1.5;
    }

    .info {
        text-align: center;
        font-size: 1.5em;
        margin-top: 3em;
        clear: both;
        padding-top: 3em;
        color: rgba(255,255,255,0.5);
    }

        .info a {
            font-weight: 700;
            font-size: 0.9em;
        }

            .info a:hover {
                color: #336ca6;
            }

    #general {
        width: 100%;
    }

    .revSlider {
        height: 235px;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }

    .revSlider li p {        
        width: 100%;
        margin: 3px 0;
        color: #000 !important;
    }

        .revSlider li p strong {
            color: #0c96cf !important;
            font-size: 1em;
            padding: 0;
        }

    .revSlider .slideCount {        
        bottom: 100px;
    }

    .carruselMarcas {
        width: 80%;        
        margin: 10px auto;
    }

    .carruselMarcas div.direccion {
        display: none;
    }

        .carruselMarcas div.slides {
            overflow-x: auto;
        }

    .otrasOpciones ul li {
        float: none;
        width: 95%;
        border: none;
    }

    .articulos ul li {
        float: none;
        width: 100%;
    }

    .col-1ter {
        width: 100%;
    }

    .col-2ter {
        width: 100%;
    }

    /*.sustenContenido img {
        max-width: 100%;
        height: auto;
    }*/

    .sustenContenido .mensaje {
        width: 100%;
        height: auto;
        margin-top:0px;
        padding-bottom: 10px;
        background-size: 100%;
    }

        .sustenContenido .mensaje p {
            font-size: 0.8em;

        }

    .sustenContenido .susindice1 {
        width: 100%;
    }

    .sustenContenido .susindice1 .linkindice1 {
          font-size: 1.3em;
    }

    .sustenContenido .susindice21, .sustenContenido .susindice22 {
        display: none;
    }

    .sustenContenido .respMenu {
        display: block;
    }
    table {
        width: 100% !important;
    }

        table td {
            width: auto;
        }

    .sustenContenido a {
        color: #000;
    }

    #divformulario table input[type=text] {
        width: 100%;
    }

    #divformulario table textarea {
        width: 100%;
    }

    .marcasReticula ul li {
        width: 100%;
    }

    .marcaCuadroIntro {
        padding: 0;
    }

    .marcaCuatroContenido .leftPanel {
        width: 100%;
    }

    .marcaCuatroContenido .rightPanel {
        width: 100%;
    }

    .col-43Por {
        width: 100%;
    }

    .menuSusten {
        margin: 0;
    }

    .col-55Por {
        width: 100%;
    }

    .susExtraMenu {
        display: none;
    }

    .tablaReportes {
        margin: 0;
    }

        .tablaReportes td {
            font-size: 0.7em;
            width: auto !important;
        }

    .tablaReportes .botonExportar {
        font-size: 1em;
        padding: 0 10px;
    }

    .pageBreadCum .breadSubMenu {
        width: 100%;
    }

        .pageBreadCum .breadSubMenu li {
            margin-right: 5px;
            float: none
        }

        .pageBreadCum .breadSubMenu a {
            font-size: 1.5em;
            line-height: 40px;
        }

    .analistas td span{
        font-size: 0.7em !important;
        font-family: inherit !important;
    }

    .newsLetter {
        font-size: 0.68em;
        height: auto;
    }

        .newsLetter input[type=text] {
            width: 95%;
        }

    .finanzas .cuadroSecciones {
        position: initial;
        width: 100%;
    }

        .finanzas .cuadroSecciones .secciones {
            position: initial;
            display: table;
        }

            .finanzas .cuadroSecciones .secciones a {
                width: 100%;
                padding: 0;
                height: auto;
                font-size: 0.8em;
                padding-top: 10px;
            }

    .eventos #calendar {
        margin: 0;
    }

    .finanzas #calendar {
        width: 100%;
    }

    .finanzas #calendar .fc-header-title h2 {
        font-size: 1em;
    }

    .finanzas .eventos #seleccion {
        width: 100%;
        height: auto;
    }

    .finanzas .eventos #seleccion h2 {
        font-size: 2em;
        padding: 5px;
    }

    .finanzas iframe{
        width: 100%
    }

    .otrasOpciones ul.botones {
        display: none;
    }

    #otrosDocumentos a, .finanzas table a {
        color: #000;
    }

	#otrosDocumentos tr td{
		font-family: Verdana,Arial,Helvetica,sans-serif;	
	}	
    .slides .slide .cuerpo {
        width:100%;
    }

        .slides .slide .cuerpo input[type=text] {
            width: 95%;
        }

}
