* {
    padding: 0;
    margin: 0;
    outline: 0;
}

body {
    display: block;
    background-color: #000f30;
    color: #fdfdfd;
    font-size: 16px;
    font-family: "Eurostile", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.body-bgk {
    background: #000f30 url("../imgsp/degradado.jpg") repeat-x bottom;
}

@font-face {
    font-family: "Eurostile";
    font-style: normal;
    font-weight: 400;
    src: url(../fuente/eurostile-webfont.eot) format("embedded-opentype"), url(../fuente/eurostile-webfont.woff) format("woff"), url(../fuente/eurostile-webfont.ttf) format("truetype"), url(../fuente/eurostile-webfont.svg) format("svg");
}

.main {
    background-image: url("../imgs/bgk-prueba.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
}

.main-construccion {
    background-image: url("../imgs/background-construccion.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
    overflow: visible;
}

#content {
    height: 700px;
    margin: 0 auto;
    width: 1024px;
    position: relative;
}

#footer {
    margin: 40px auto;
}

    #footer p {
        text-align: center;
        font-size: 14px;
        color: #878786;
    }

a#irArriba {
    background: url("../imgsp/up.png") no-repeat;
    width: 53px;
    height: 53px;
    display: block;
    cursor: pointer;
    z-index: 20;
    margin: 0 auto;
}

#homehl {
    margin-top: 10%;
    min-height: 700px;
    background-image: url(../imgs/bgk-prueba.jpg);
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: url("../imgsp/bgk-navbar.png") repeat-x;
}

    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }

        .navbar-wrapper .navbar .container {
            width: auto;
        }

header {
    width: 100%;
    z-index: 99;
}

    header .sticky-nav {
        position: relative;
        width: 100%;
        height: 60px;
        background-color: transparent;
        z-index: 1001;
    }

        header .sticky-nav.stuck {
            top: 0;
            left: 0;
            z-index: 1001;
        }

    header #logo {
        color: #FFF;
        float: left;
        padding: 15px 0;
        /*margin-left: 20px;*/
    }

        header #logo a {
            background: url(../imgs/logo_HL.png) no-repeat;
            width: 295px;
            height: 69px;
            text-indent: -9999px;
            display: block;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: opacity .25s ease-in-out 0;
            -moz-transition: opacity .25s ease-in-out 0;
            -o-transition: opacity .25s ease-in-out 0;
            transition: opacity .25s ease-in-out 0;
        }

            header #logo a:hover {
                opacity: .65;
                filter: alpha(opacity=65);
            }

nav#menu {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

    nav#menu #menu-nav {
        margin: 0;
        padding: 0;
    }

        nav#menu #menu-nav li {
            list-style: none;
            display: inline-block;
        }

            nav#menu #menu-nav li:first-child {
                margin-left: 0;
            }

            nav#menu #menu-nav li.facebook a {
                background: url(../imgs/facebook_normal.png) no-repeat;
                width: 6px;
                height: 13px;
                display: block;
                padding: 0;
                margin-left: 10px;
            }

            nav#menu #menu-nav li.twitter a {
                background: url(../imgs/twiter_normal.png) no-repeat;
                width: 6px;
                height: 13px;
                display: block;
            }

            nav#menu #menu-nav li.facebook a:hover {
                background: url(../imgs/facebook_hover.png) no-repeat;
            }

            nav#menu #menu-nav li.twitter a:hover {
                background: url(../imgs/twiter_hover.png) no-repeat;
            }

            nav#menu #menu-nav li a {
                color: #878786;
                font-weight: 300;
                line-height: 60px;
                display: block;
                text-transform: uppercase;
                font-family: "Eurostile";
                font-size: 14px;
                padding-right: 25px;
                padding-left: 8px;
                background: url(../imgs/separador.png) no-repeat center right;
            }

                nav#menu #menu-nav li.current a, nav#menu #menu-nav li a:hover {
                    color: #F1f1f1;
                    text-decoration: none;
                }

#mobile-nav {
    display: none;
}

.menu-nav {
    background-image: url(../imgs/menu_mobile.png);
    background-size: 51px 41px;
    width: 51px;
    height: 41px;
    display: block;
    margin: 30px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 250ms ease-out 0;
    -moz-transition: -moz-transform 250ms ease-out 0;
    -o-transition: -o-transform 250ms ease-out 0;
    transition: transform 250ms ease-out 0;
}

    .menu-nav.open {
        background: url(../imgs/close_mobile.png) 0 0 no-repeat;
        background-size: 51px 41px;
        width: 51px;
        height: 41px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: -webkit-transform 250ms ease-out 0;
        -moz-transition: -moz-transform 250ms ease-out 0;
        -o-transition: -o-transform 250ms ease-out 0;
        transition: transform 250ms ease-out 0;
    }

#navigation-mobile {
    background-color: #FFF;
    margin-left: 0;
    display: none;
    text-align: center;
    width: 100%;
    position: relative;
    float: left;
    z-index: 9999;
}

    #navigation-mobile li {
        list-style: none;
    }

        #navigation-mobile li a {
            display: block;
            font-size: 16px;
            text-transform: uppercase;
            padding: 20px 0;
        }


/*==========Portfolio========*/
.span4 {
    width: 33.3% !important;
}

.p-container {
    display: block;
    width: 100%;
    max-width: 1920px;
    height: auto;
    float: left;
}

.imgI-1, .imgI-2, .imgI-3,
.imgI-4, .imgI-5, .imgI-6,
.imgI-7, .imgI-8, .imgI-9,
.imgI-10, .imgI-11, .imgI-12 {
    background-image: url('../imgsp/bigbgk.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.imgI-1 {
    background-image: url('../imgsp/bigIcon1.png');
}

.imgI-2 {
    background-image: url('../imgsp/bigimg1.png');
}

.imgI-3 {
    background-image: url('../imgsp/bigIcon2.png');
}

.imgI-4 {
    background-image: url('../imgsp/bigimg2.png');
}

.imgI-5 {
    background-image: url('../imgsp/bigIcon3.png');
}

.imgI-6 {
    background-image: url('../imgsp/bigimg3.png');
}

.imgI-7 {
    background-image: url('../imgsp/bigIcon4.png');
}

.imgI-8 {
    background-image: url('../imgsp/bigimg4.png');
}

.imgI-9 {
    background-image: url('../imgsp/bigIcon5.png');
}

.imgI-10 {
    background-image: url('../imgsp/bigimg5.png');
}

.imgI-11 {
    background-image: url('../imgsp/bigIcon6.png');
}

.imgI-12 {
    background-image: url('../imgsp/bigimg6.png');
}


.cfNoMarg {
    padding: 0;
    margin: 0;
}

.nomargen {
    margin-left: 0px !important;
}

.simargen {
    margin-left: 2.5641025641026% !important;
}

#img-2 img.first {
    display: block;
}

#img-2 img {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
    opacity: 1;
    height: 346px;
    width: 500px;
}

#img-2 {
    position: relative;
    overflow: hidden;
}

/* Carousel1 */
.carousel {
    height: 850px;
    margin-bottom: 60px;
}

.carousel-caption {
    z-index: 10;
    background: none;
    position: absolute;
    top: 30%;
    text-align: center;
}

.carousel .item {
    height: 850px;
}

.container p {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    line-height: 27px;
}

.carousel .item .container h1 {
    font-size: 45px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffdd00;
    font-family: "Eurostile", sans-serif;
    text-shadow: 0 0 6px #ffdd00,0 0 6px #ffdd00;
    -webkit-text-fill-color: #ffdd00;
    -webkit-text-stroke-color: #ffdd00;
    -webkit-text-stroke-width: 0.2px;
    -moz-text-fill-color: #ffdd00;
    -moz-text-stroke-color: #ffdd00;
    -moz-text-stroke-width: 0.2px;
    padding: 15px 0px;
    line-height: 48px;
}

.carousel-inner {
    background: url("../imgsp/bgk-portafolio.jpg") no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-indicators {
    opacity: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

a.carousel-control {
    opacity: 0;
}

.carousel-control {
    background: none;
    border: 1px dotted #fff;
}

a#irAbajo {
    background: url("../imgsp/down.png") no-repeat;
    width: 53px;
    height: 53px;
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 47%;
    z-index: 20;
}

.titles h2 {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Eurostile", sans-serif;
    text-shadow: 0 0 6px #1fd8ff,0 0 6px #1fd8ff;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-color: #cdf6ff;
    -webkit-text-stroke-width: 0.1px;
    -moz-text-fill-color: #ffffff;
    -moz-text-stroke-color: #cdf6ff;
    background: url("../imgsp/barra-titles.png") no-repeat bottom center;
    padding-bottom: 30px;
    margin: 40px 0px;
}

.intro .container {
    position: relative;
    padding-top: 15px;
}

    .intro .container .line-intro {
        position: absolute;
        background: url("../imgsp/intro-line.png") no-repeat;
        top: -60%;
        width: 80px;
        height: 90px;
        left: 4%;
    }

.intro p {
    text-align: center;
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
}

p.introduction {
    width: 80% !important;
    padding-bottom: 30px !important;
}

.intro p img {
    padding-left: 15px;
}


/* Carousel Clientes */


#CarouselC {
    height: 450px;
    margin-bottom: 60px;
    position: relative;
}

    #CarouselC .item {
        height: 450px;
    }

    #CarouselC .carousel-inner {
        background: none;
    }

    #CarouselC .carousel-indicators {
        opacity: 1;
        position: absolute;
        top: 90%;
        left: 48%;
        z-index: 20;
    }

    #CarouselC .carousel-caption {
        z-index: 10;
        background: none;
        position: absolute;
        top: 20%;
        text-align: center;
        background: url("../imgsp/difuminado.png") repeat-x center -15px;
        padding-top: 50px;
    }

    #CarouselC .logos img {
        padding: 0px;
    }

    #CarouselC .logos {
        margin: 20px 0px;
    }

/* Carousel xitos */

#CarouselE {
    height: 450px;
    margin-bottom: 80px;
    position: relative;
}

    #CarouselE .item {
        height: 450px;
    }

    #CarouselE .carousel-inner {
        background: none;
    }

    #CarouselE .carousel-indicators {
        opacity: 1;
        position: absolute;
        top: 90%;
        left: 48%;
        z-index: 20;
    }

    #CarouselE .carousel-caption {
        z-index: 10;
        background: none;
        position: absolute;
        top: 5%;
        text-align: left;
    }

    #CarouselE .description h3.title-client {
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    #CarouselE .description h4 {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        font-style: italic;
        margin-bottom: 15px;
    }

    #CarouselE .description p {
        font-size: 18px;
        line-height: 24px;
    }

.col-md-3 {
    width: 25%;
    float: left;
}

.col-md-6 {
    width: 50%;
    float: left;
}

#CarouselContacto {
    margin-bottom: 20px;
}

#CarouselHistoria {
    margin-bottom: 10px;
}

#CarouselContacto .carousel-inner {
    background: url("../imgsp/bgk-contacto.jpg") no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#CarouselHistoria .carousel-inner {
    background: url("../imgsp/bgk-historia.jpg") no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*Quienes Somos*/
.cfluid {
    padding: 0;
    position: relative;
}

#f1_contain {
    height: 450px;
}

    #f1_contain .contact-icon {
        background: url("../imgsp/icon-map.png") no-repeat;
        width: 121px;
        height: 174px;
    }

#f1_contact {
    padding-left: 40% !important;
}

.proyectos {
    background: url("../imgsp/bgk-quienesomos.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
}

#f2_container {
    padding-bottom: 16px;
}

#f3_contain .proyect-icon {
    background: url("../imgsp/icon-contact.png") no-repeat;
    width: 224px;
    height: 164px;
}

#f3_proyect {
    padding-left: 40% !important;
    width: 45%;
    padding-top: 5%;
}

#f5_contain .talent-icon {
    background: url("../imgsp/icon-holding.png") no-repeat;
    width: 198px;
    height: 198px;
}

#f5_talent {
    padding-left: 40% !important;
    width: 45%;
    padding-top: 5%;
}

#f4_contain .proyect-form {
    width: 60%;
    padding-left: 20%;
    padding-top: 3%;
}

.form-group .span12 {
    padding: 0;
    margin-left: 0 !important;
}

    .form-group .span12 input {
        width: 97%;
    }

.proyect-form .btn {
    background: url("../imgsp/send.png") no-repeat;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: -999px;
    box-shadow: none;
    float: right;
}

.talentos {
    background: url("../imgsp/bgk-search.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
}

#carousel-talento {
    height: 480px;
    margin-bottom: 0px;
    position: relative;
    width: 60%;
    padding-left: 20%;
    padding-top: 5%;
}

    #carousel-talento .carousel-inner {
        background: none;
    }

    #carousel-talento .item {
        height: 480px;
    }

    #carousel-talento .carousel-indicators {
        opacity: 1;
        position: absolute;
        z-index: 100;
        top: 85%;
        left: 55%;
    }

.vacante b {
    color: #009bdb;
}

/* Carousel RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }

    .carousel .item .container {
        margin-right: 10%;
        margin-left: 0%;
    }

    .col-md-3 {
        width: 25%;
        float: left;
    }
}

@media (max-width: 992px) {
    #wrapper1 .description p {
        font-size: 16px !important;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        padding-top: 0px;
    }

        .navbar-wrapper .container {
            padding-right: 15px;
            padding-left: 15px;
        }

        .navbar-wrapper .navbar {
            padding-right: 0;
            padding-left: 0;
        }

        .navbar-wrapper .navbar {
            border-radius: 4px;
        }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .carousel .item .container {
        margin-right: 10%;
        margin-left: 0%;
    }

    #slider1 .description img {
        max-width: 70%;
    }
}

@media (max-width: 768px) {
    .col-sm-12 {
        width: 100% !important;
    }

    #CarouselC .carousel-caption {
        top: 1%;
    }

    .carousel {
        height: 550px;
        margin-bottom: 20px;
    }

        .carousel .item {
            height: 550px;
        }

    #wrapper1 .description p {
        font-size: 16px;
        line-height: 24px;
    }

    .intro .container .line-intro {
        display: none;
    }

    .intro .container p {
        font-size: 16px;
    }

    #CarouselC .logos {
        margin: 0px;
    }

    #slider1 .description img {
        max-width: 70%;
    }

    .col-xs-6 {
        width: 50% !important;
    }

    #CarouselC .logos img {
        padding: 8px 0;
    }

    #CarouselC .carousel-caption {
        padding-top: 0px;
    }
}

@media (max-width: 480px) {
    .carousel-caption {
        top: 20%;
        position: absolute !important;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .carousel {
        height: 350px;
        margin-bottom: 20px;
    }

        .carousel .item {
            height: 360px;
        }

    a#irAbajo {
        display: none;
    }

    .container p {
        font-size: 16px;
        line-height: normal;
    }

    .carousel .item .container h1 {
        font-size: 20px;
        line-height: normal;
    }

    .carousel-caption {
        top: 25%;
    }

    .titles h2 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    #wrapper1 {
        height: 550px !important;
        margin-bottom: 60px;
        position: relative;
    }

        #wrapper1 .description p {
            font-size: 16px;
            line-height: 20px;
        }

    #slider1 .description img {
        max-width: 70%;
    }
}

.cycle-slideshow {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .cycle-slideshow img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        display: block;
    }

        .cycle-slideshow img:first-child {
            position: static;
            z-index: 100;
        }

.cycle-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 97;
    opacity: 1;
    display: block;
    visibility: hidden;
}

.cycle-sentinel {
    position: static;
    top: 0px;
    left: 0px;
    z-index: 100;
    opacity: 1;
    display: block;
    visibility: visible;
}

/*Formulario Contacto*/
.contacto {
    border: 1px solid #CED5D7;
    border-radius: 6px;
    padding: 45px 45px 20px;
    margin-top: 50px;
    background-color: white;
    box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
}

    .contacto label {
        display: block;
        font-weight: bold;
    }

    .contacto div {
        margin-bottom: 15px;
    }

    .contacto input[type='text'], .contacto textarea {
        padding: 7px 6px;
        width: 294px;
        border: 1px solid #CED5D7;
        resize: none;
        box-shadow: 0 0 0 3px #EEF5F7;
        margin: 5px 0;
    }

        .contacto input[type='text']:focus, .contacto textarea:focus {
            outline: none;
            box-shadow: 0 0 0 3px #dde9ec;
        }

        .contacto input[type='text'].invalido, .contacto textarea.invalido {
            box-shadow: 0 0 0 3px #FFC9C9;
        }

    .contacto input[type='submit'] {
        border: 1px solid #CED5D7;
        box-shadow: 0 0 0 3px #EEF5F7;
        padding: 8px 16px;
        border-radius: 20px;
        font-weight: bold;
        text-shadow: 1px 1px 0px white;
        background: #e4f1f6;
        background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
        background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%);
    }

        .contacto input[type='submit']:hover {
            background: #edfcff;
            background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
            background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%);
        }

        .contacto input[type='submit']:active {
            background: #cfe6ef;
            background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
            background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
        }

.error {
    background-color: #BC1010;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 0px;
    padding: 6px 12px;
    position: absolute;
}

    .error:before {
        border-color: transparent #BC1010 transparent transparent;
        border-style: solid;
        border-width: 6px 8px;
        content: "";
        display: block;
        height: 0;
        left: -16px;
        position: absolute;
        top: 8px;
        width: 0;
    }

.result_fail {
    background: none repeat scroll 0 0 #BC1010;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}

.result_ok {
    background: none repeat scroll 0 0 #1EA700;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}
/*Historia*/

.historia-2000 {
    background: url("../imgsp/bgk-2000.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    position: relative;
}

.h2000-icon {
    background: url("../imgsp/icon-2000.png");
    width: 227px;
    height: 256px;
    position: absolute;
    right: 27%;
    top: 35.3%;
}

#h2000-text {
    position: absolute;
    right: 15%;
    top: 7%;
}

.historia-2006 {
    background: url("../imgsp/bgk-2006.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    position: relative;
}

.h2006-icon {
    background: url("../imgsp/icon-2006.png");
    width: 279px;
    height: 192px;
    position: absolute;
    left: 22.1%;
    top: 45%;
}

#h2006-text {
    position: absolute;
    left: 15%;
    top: 8%;
}

.historia-2007 {
    background: url("../imgsp/bgk-2007.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    position: relative;
}

.h2007-icon {
    background: url("../imgsp/icon-2007.png");
    width: 269px;
    height: 237px;
    position: absolute;
    right: 24.5%;
    top: 41.2%;
}

#h2007-text {
    position: absolute;
    right: 15%;
    top: 8%;
}

.historia-2008 {
    background: url("../imgsp/bgk-2008.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    position: relative;
}

.h2008-icon {
    background: url("../imgsp/icon-2008.png");
    width: 331px;
    height: 235px;
    position: absolute;
    left: 21%;
    top: 45%;
}

#h2008-text {
    position: absolute;
    left: 15%;
    top: 8%;
}

.historia-2009 {
    background: url("../imgsp/bgk-2009.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    position: relative;
}

.h2009-icon {
    background: url("../imgsp/icon-2009.png");
    width: 283px;
    height: 239px;
    position: absolute;
    right: 24%;
    top: 43%;
    ;
}

#h2009-text {
    position: absolute;
    right: 15%;
    top: 8%;
}

.historia-2010 {
    background: url("../imgsp/bgk-2010.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    position: relative;
}

.h2010-icon {
    background: url("../imgsp/icon-2010.png");
    width: 263px;
    height: 254px;
    position: absolute;
    left: 22.8%;
    top: 39.5%;
}

#h2010-text {
    position: absolute;
    left: 15%;
    top: 11%;
}

.historia-2011 {
    background: url("../imgsp/bgk-2011.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    position: relative;
}

.h2011-icon {
    background: url("../imgsp/icon-2011.png");
    width: 223px;
    height: 260px;
    position: absolute;
    right: 26.3%;
    top: 41%;
}

#h2011-text {
    position: absolute;
    right: 15%;
    top: 12%;
}

.historia-2012 {
    background: url("../imgsp/bgk-2012.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    position: relative;
}

.h2012-icon {
    background: url("../imgsp/icon-2012.png");
    width: 228px;
    height: 261px;
    position: absolute;
    left: 24.1%;
    top: 42%;
}

#h2012-text {
    position: absolute;
    left: 15%;
    top: 12%;
}

.historia-2013 {
    background: url("../imgsp/bgk-2013.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    position: relative;
}

.h2013-icon {
    background: url("../imgsp/icon-2013.png");
    width: 255px;
    height: 252px;
    position: absolute;
    right: 25%;
    top: 41%;
}

#h2013-text {
    position: absolute;
    right: 15%;
    top: 13%;
}

.historia-2014 {
    background: url("../imgsp/bgk-2009.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    position: relative;
}

.h2014-icon {
    background: url("../imgsp/icon-2014.png");
    width: 420px;
    height: 161px;
    position: absolute;
    left: 18.1%;
    top: 51%;
}

#h2014-text {
    position: absolute;
    left: 15%;
    top: 15%;
}

.historia-2015 {
    background: url("../imgsp/bgk-2015.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    position: relative;
}

.h2015-icon {
    background: url("../imgsp/icon-2015.png");
    width: 235px;
    height: 235px;
    position: absolute;
    right: 25.7%;
    top: 45%;
}

#h2015-text {
    position: absolute;
    right: 15%;
    top: 15%;
}

.history {
    position: relative !important;
    top: 0 !important;
}

    .history .right {
        text-align: right;
        float: right !important;
    }

    .history .left {
        text-align: left;
    }

    .history .row-fluid .tx-h {
        width: 35%;
    }

        .history .row-fluid .tx-h h1 {
            font-size: 55px;
            color: #878786;
            text-transform: uppercase;
        }

        .history .row-fluid .tx-h p {
            font-size: 20px;
            color: #fff;
        }

    .history .cronologia {
        background: url("../imgsp/linea-de-tiempo.png");
        width: 715px;
        height: 5089px;
        position: absolute;
        top: 1%;
        left: 25%;
        z-index: 10;
    }
