@import url('/');
@import url('/');
@import "reset.css";
@import "grid.css";
@import "pro_pages_style.css";
@import "forms.css";
@import "prettyPhoto.css";
@import "jquery.snippet.min.css";
@import "../skin/blue.monday/jplayer.blue.monday.css";
@import url('smoothness/jquery-ui-1.8.17.custom.css');

body {


    background: #fefefe;
    font: 13px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #6d6d6d;
    position: relative;
    min-width: 980px;
}

html, body {
    height: 100%;
}

p, .p {
    padding-bottom: 21px;
}

a {
    color: #4192c4;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        text-decoration: underline;
    }
/*  Header styles */
h1, h2, h3, h4, h5, h6 {

    color: #383838;
    line-height: 1.3em;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 0 1px rgba(255,255,255,1);
    padding-bottom: 10px;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
    padding-bottom: 18px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    color: #3577a1;
    padding-bottom: 10px;
}

h5 {
    font-size: 18px;
    font-family: 'Nixie One', cursive;
    color: #7a7a7a;
    padding-bottom: 18px;
}

h6 {
    font-size: 16px;
    color: #3577a1;
    padding-bottom: 6px;
}

    h6 a {
        color: #3577a1;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        font-weight: normal;
    }

        h6 a:hover {
            text-decoration: none;
            color: #505050;
        }

.p0 {
    padding-bottom: 0 !important;
}

.p1 {
    padding-bottom: 25px;
}

strong {
    color: #383838;
}
/* Global Structure---------------------------------------- */
.main {

    width: 940px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.main2 {
    width: 980px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}
/*----- txt,links,lines,titles -----*/
.extra-wrap {

    overflow: hidden;
    display: block;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.alignmiddle * {
    vertical-align: middle;
}

.d-in-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.reg {
    text-transform: uppercase;
}

.rel {
    position: relative;
}

.color1 {
    color: #ff2100;
}

.color2 {
    color: #323232;
}
/*********************************header*************************************/
header {

    background: url(../images/bg.gif) center top repeat;
    border-bottom: 1px solid #ededed;
}
/********************** Content ************************/
section {

    position: relative;
    z-index: 1;
    background: url(../images/bg.gif) center top repeat;
}
/******************** Footer ******************/
footer {

    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #cacaca;
    padding: 35px 0 30px;
    border-top: 1px solid #ededed;
}

    footer a {
        color: #cacaca;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        font-weight: normal;
    }

        footer a:hover {
            color: #3577a1;
        }
/*********************************boxes**********************************/
.indent {

    padding: 11px 0 12px 32px;
}

.indent1 {
    padding: 50px 15px 0 33px;
}

.indent2 {
    padding: 43px 0;
}

.indent3 {
    padding: 38px 0;
}

.indent4 {
    padding: 0 20px 0 30px;
}

.indent-left {

    padding-left: 29px;
}

.indent-bottom {

    padding-bottom: 50px;
}

.indent-right {

    padding-right: 29px;
}

.indent-right1 {
    padding-right: 45px;
}

.indent-top {

    padding-top: 38px;
}

.margin-top {

    margin-top: 0;
}

.margin-bot {

    margin-bottom: 15px;
}

.margin-bot1 {
    margin-bottom: 30px;
}

.margin-left {

    margin-left: 0;
}

.margin-right {

    margin-right: 15px;
}

.margin-right1 {
    margin-right: 5px;
}

.img-indent {

    float: left;
    margin: 12px 20px 0px 0px;
}

.img-indent1 {
    float: left;
    margin: 4px 12px 0px 0px;
}

.img-border img, .img-border iframe {
    display: inline-block;
    background: #fff;
    padding: 1px;
    border: 1px solid #b4dae0;
    border-bottom-color: #d1e8ec;
}

.img-border figcaption {
    padding: 21px 0 0;
}

.img-border figcaption {
    color: #6d6d6d;
}

    .img-border figcaption a {
        color: #383838;
    }

.col-1 {
    float: left;
    width: 180px;
}

.col-2 {
    float: left;
    width: 280px;
}

.col-3 {
    float: left;
    width: 185px;
}
/*********************************header*************************************/
header h1 {

    float: left;
    padding: 5px 0 0 5px;
}

/* header h1 a
{
        display: block;
    text-indent: -999px;
        background: url(../images/logo.png) left top no-repeat;
    width: 336px;
    height: 111px;
} */
    }

/***** menu *****/
nav {
    float: left;
    margin-left: 1px;
}

.menu {
    float: left;
    padding: 0 38px 0 0;
    position: relative;
    z-index: 20;
    font-family: 'Nixie One', cursive;
}

    .menu li:first-child {
        margin-left: 0;
    }

    .menu li {
        float: left;
        position: relative;
        letter-spacing: -1px;
        margin-left: 10px;
    }

        .menu li a {
            display: block;
            font-size: 14px;
            line-height: 17px;
            color: #535353;
            text-transform: uppercase;
            z-index: 20;
            padding: 68px 24px 22px;
            -webkit-transition: all 0.7s ease;
            -moz-transition: all 0.7s ease;
            -o-transition: all 0.7s ease;
            transition: all 0.7s ease;
        }

        .menu li.sfHover {
            position: relative;
            z-index: 10;
        }

        .menu li a.active, .menu > li > a:hover, .menu > li.sfHover > a {
            color: #fff;
            background: #3376a0;
            box-shadow: 0 1px 4px rgba(0,0,0,.25);
        }

    .menu ul {

        z-index: 20;
        letter-spacing: normal;
        position: absolute;
        top: -9999em;
        width: 150px;
        background: #3376a0;
        border: none;
        box-shadow: 0 1px 4px rgba(0,0,0,.25);
    }

        .menu ul li {
            width: 100%;
        }

    .menu li:hover {
        visibility: inherit;
    }

    .menu li li {
        background: url(../images/menu3.gif) left top repeat-x;
        margin: 0;
        border: none;
    }

        .menu li li:first-child {

            background: none;
        }

        .menu li li a {
            background: url(../images/menu2.png) left -999px no-repeat;
            display: block;
            padding: 12px 0 13px 20px;
            color: #fff;
            letter-spacing: 0;
        }

        .menu li li > a:hover, .menu li li.sfHover > a {
            background-position: left top;
            background-repeat: repeat;
        }

    .menu li:hover ul, .menu li.sfHover ul {

        left: 0px;
        top: 108px;
        z-index: 999;
    }

ul.menu li:hover li ul, ul.menu li.sfHover li ul {
    top: -999em;
}

ul.menu li li:hover ul, ul.menu li li.sfHover ul {
    left: 100%;
    top: 0px;
    z-index: 9999;
}

ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
    top: -999em;
}

/*********************************bg's*************************************/
.header-top-1 {

    background: url(../images/header-top-1.png) center top repeat-x;
}

.bg-1 {
    background: #fff;
    box-shadow: 0 1px #fff;
    z-index: 1;
    position: relative;
}

header .border-2 {
    padding: 0 0 37px;
}

.border-1 {
    border-top: 6px solid #3376a0;
}

.border-2 {
    position: relative;
}

    .border-2:before, .border-2:after {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 2px;
        content: "";
        display: block;
        z-index: 99;
    }

    .border-2:before {
        left: 0;
        /* background: url(../images/border-2-left.gif) left top repeat-y; */
    }

    .border-2:after {
        right: 0;
        /* background: url(../images/border-2-right.gif) left top repeat-y; */
    }

    .border-2.down:before, .border-2.down:after {
        bottom: -7px;
    }

    .border-2.up:before, .border-2.up:after {
        top: -10px;
    }

.border-3 {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.border-4 {
    border-bottom: 1px solid #ededed;
}
/*********************************buttons*************************************/
.menu li a:hover, .button-1:hover, .list-1 li a:hover, .list-2 li a:hover, footer a:hover, .link-1:hover {

    text-decoration: none;
}

.button-1 {
    display: inline-block;
    text-transform: uppercase;
    background: #fff;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    color: #505050;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.25);
}

    .button-1:hover {
        background: #3577a1;
        color: #fff;
    }

.link-1 {
    text-decoration: underline;
    font-weight: normal;
}
/*********************************lists*************************************/
.list-1 li:first-child {

    padding-top: 0;
    background-position: 0 8px;
}

.list-1 li {
    line-height: 20px;
    padding: 10px 0 0 15px;
    background: url(../images/list-1.png) left 18px no-repeat;
}

    .list-1 li a {
        text-decoration: underline;
        font-weight: normal;
    }

        .list-1 li a:hover {
            color: #383838;
        }

.list-2 {
    overflow: hidden;
    float: right;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

    .list-2 li:first-child {
        margin-left: 0;
        padding-left: 0;
        background: none;
    }

    .list-2 li {
        line-height: 21px;
        float: left;
        background: url(../images/list-2.gif) left 5px no-repeat;
        padding-left: 10px;
        margin-left: 7px;
        font-size: 14px;
    }

        .list-2 li a {
            font-weight: normal;
            color: #cacaca;
            -webkit-transition: all 0.7s ease;
            -moz-transition: all 0.7s ease;
            -o-transition: all 0.7s ease;
            transition: all 0.7s ease;
        }

            .list-2 li a:hover {
                color: #4192c4;
            }

.dl-1 dd {
    overflow: hidden;
}

    .dl-1 dd span {
        display: block;
        float: left;
        width: 75px;
    }
/*********************************fonts*************************************/
.text-1 {

    font-size: 14px;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    color: #cacaca;
}

.carousel {
    padding: 46px 0 2px 30px;
    width: 890px !important;
}

    .carousel li {
        width: 250px;
        margin-right: 70px;
        position: relative;
        display: none;
    }

.car_btn_wrap {
    position: absolute;
    background: url(../images/car_btn_wrap.gif) center top repeat-y;
    width: 54px;
    height: 33px;
    z-index: 99;
    top: -49px;
    right: 33px;
}

.car_btn {
    display: block;
    width: 5px;
    height: 9px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .car_btn:hover {
        background-position: left bottom;
    }

.car_next {
    right: 0;
    background: url(../images/car_next.png) left top no-repeat;
}

.car_prev {
    left: 0;
    background: url(../images/car_prev.png) left top no-repeat;
}

.slider-wrap {
    overflow: hidden;
    position: relative;
    height: 521px;
    background: url(../images/slider_bg.gif) left bottom repeat-x #1f4e79;
    padding-bottom: 10px;
}

    .slider-wrap > div {
        background: url(../images/bg.gif) left top repeat;
        padding: 7px 0 0;
    }

.slider {
    width: 1400px;
    height: 514px;
    position: absolute;
    left: 50%;
    margin-left: -700px;
}

    .slider .items {
        display: none;
    }

    .slider .pagination {
        position: absolute;
        z-index: 99;
        overflow: hidden;
        bottom: 80px;
        left: 50%;
        margin-left: 407px;
    }

        .slider .pagination li:first-child {
            margin-left: 0;
        }

        .slider .pagination li {
            float: left;
            margin-left: 8px;
        }

            .slider .pagination li a {
                display: block;
                width: 15px;
                height: 16px;
                background: url(../images/slider_pag.png) right top no-repeat;
                overflow: hidden;
            }

                .slider .pagination li a:hover, .slider .pagination li.current a {
                    background-position: left top;
                }

            .slider .pagination li.current a {
                cursor: default;
            }

    .slider .banner {
        bottom: 0;
        height: 64px;
        width: 940px;
        position: absolute;
        left: 50%;
        margin-left: -470px;
        background: url(../images/banner.png) left top repeat-x;
        overflow: hidden;
        z-index: 999;
    }

        .slider .banner .banner_title {
            width: 790px;
            float: left;
            margin: 21px 40px 0 33px;
            font-size: 20px;
            color: #fff;
            line-height: 1.3em;
            font-family: 'Anton', sans-serif;
            text-transform: uppercase;
            font-weight: normal;
        }

        .slider .banner .button-1 {
            margin: 16px 0 0;
        }

.quotes {
    padding: 0 0 25px;
    background: none;
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
    color: #6d6d6d;
    overflow: hidden;
}

    .quotes img {
        float: left;
        margin: 8px 11px 0 0;
    }
/***** contact form *****/
#message_form fieldset {

    border: none;
    padding: 0;
}

#message_form label {
    display: block;
    min-height: 45px;
    position: relative;
}

    #message_form label.message {
        height: 130px;
    }

    #message_form label input {
        background: #f9f9f9;
        border: 1px solid #e0e0e0;
        color: #6d6d6d;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 13px;
        height: 16px;
        font-weight: normal;
        margin: 0;
        outline: none;
        overflow: hidden;
        padding: 9px 10px 11px;
        vertical-align: middle;
        width: 247px;
    }

#message_form .area .error {
    float: none;
}

#message_form textarea {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    color: #6d6d6d;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    outline: medium none;
    overflow: auto;
    padding: 9px 10px;
    vertical-align: middle;
    width: 247px;
    height: 120px;
    resize: none;
}

#message_form a {
    cursor: pointer;
}

#message_form .success {
    display: none;
    margin-bottom: 10px;
    background: none;
    box-shadow: none;
    color: #000;
}

#message_form .error, #message_form .empty {
    color: #f00;
    font-size: 11px;
    line-height: 18px;
    display: none;
    overflow: hidden;
}

.buttons-wrapper {
    text-align: right;
    padding-top: 20px;
    position: relative;
}

    .buttons-wrapper a {
        margin-left: 5px;
    }

#divFechaIndicadores {

    font-size: 10px;
}

.btnAceptar {
    font-size: 10px;
    width: 100px;
}

#divIndicadores {
    z-index: 10000;
    line-height:8px;

}

.tbl_indicadores {

    font-size: 11px;
    font-family: 'Century Gothic';
    color: #b8b2b2;
    left:-20px;
}

    .tbl_indicadores tr td {

        padding: 0px;
        margin: 0px;
        border-width: 1px;
        height: 10px;
        text-align: right;
    }

    .tbl_indicadores .col01 {
        text-align: left;
    }

.text-7 {
    color: #4373A0;
    font-family: "Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}

.span_01 {
    font-size: 11px;
    display: block;
    font-style: italic;
    font-weight: bold;
}

.linkBCCR {
    border: 0;
    padding: 0 0 0 0 !important;
    font-size: 10px !important;
    display: inline-block !important;
}

.nIndicadores {
    /* font-weight: bold;*/
    color: #505050;
}