﻿@charset "utf-8";
/* CSS Document */

/*================================Fuentes==================================*/
@font-face {
    font-family: VAGRoundedStd-Bold_nh;
    src: url("../fonts/VAGRoundedStd-Bold_nh.woff") format("woff");
}

@font-face {
    font-family: Calibri-Bold_qh;
    src: url("../fonts/Calibri-Bold_qh.woff") format("woff");
}

@font-face {
    font-family: Asap-Bold_qf;
    src: url("../fonts/Asap-Bold_qf.woff") format("woff");
}

@font-face {
    font-family: MyriadPro-Regular_ng;
    src: url("../fonts/MyriadPro-Regular_ng.woff") format("woff");
}

@font-face {
    font-family: Montserrat-Regular_qj;
    src: url("../fonts/Montserrat-Regular_qj.woff") format("woff");
}

@font-face {
    font-family: MyriadPro-Bold_qg;
    src: url("../fonts/MyriadPro-Bold.woff") format("woff");
}

@font-face {
    font-family: CenturyGothic_qi;
    src: url("../fonts/CenturyGothic_qi.woff") format("woff");
}

@font-face {
    font-family: CenturyGothic-Bold_nm;
    src: url("../fonts/CenturyGothic-Bold_nm.woff") format("woff");
}

@font-face {
    font-family: Asap-Regular_qv;
    src: url("../fonts/Asap-Regular.woff") format("woff");
}

@font-face {
    font-family: ZurichBT-Roman_nl;
    src: url("../fonts/ZurichBT-Roman_nl.woff") format("woff");
}
/*================================Tamaños y colores de texto ==================================*/
.s2_1 {
    FONT-SIZE: 20px;
    FONT-FAMILY: ZurichBT-Roman_nl;
    color: rgb(30,18,13);
}

.s3_1 {
    FONT-SIZE: 30px;
    FONT-FAMILY: ZurichBT-Roman_nl;
    color: rgb(114,180,72);
}

.s4_1 {
    FONT-SIZE: 25px;
    FONT-FAMILY: ZurichBT-Roman_nl;
    color: rgb(30,18,13);
}

.s9_1 {
    FONT-SIZE: 20px;
    FONT-FAMILY: ZurichBT-Roman_nl;
    color: rgb(111,171,73);
}

.s13_1 {
    FONT-SIZE: 19px;
    FONT-FAMILY: Asap-Regular_qv;
    color: rgb(94,93,93);
}

.s14_1 {
    FONT-SIZE: 14px;
    FONT-FAMILY: Asap-Regular_qv;
    color: rgb(94,93,93);
}

.s15_1 {
    FONT-SIZE: 14px;
    FONT-FAMILY: Asap-Bold_qf;
    color: rgb(94,93,93);
}

.s16_1 {
    FONT-SIZE: 20px;
    FONT-FAMILY: Asap-Regular_qv;
    color: rgb(134,186,69);
}

.s17_1 {
    FONT-SIZE: 40px;
    FONT-FAMILY: Montserrat-Regular_qj;
    color: rgb(65,66,66);
}

.s18_1 {
    FONT-SIZE: 18px;
    FONT-FAMILY: Montserrat-Regular_qj;
    color: rgb(65,66,66);
}

.s19_1 {
    FONT-SIZE: 16px;
    FONT-FAMILY: Asap-Regular_qv;
    color: rgb(114,180,72);
}

.s19_2 {
    FONT-SIZE: 16px;
    FONT-FAMILY: Asap-Regular_qv;
    color: rgb(93,92,92);
}

.s20_1 {
    FONT-SIZE: 14px;
    FONT-FAMILY: Asap-Regular_qv;
    color: rgb(255,255,255);
}

.s21_1 {
    FONT-SIZE: 14px;
    FONT-FAMILY: Asap-Regular_qv;
    color: rgb(93,92,92);
}

.s22_1 {
    FONT-SIZE: 22px;
    FONT-FAMILY: MyriadPro-Bold_qg;
    color: rgb(93,92,92);
}

.s23_1 {
    FONT-SIZE: 18px;
    FONT-FAMILY: Asap-Regular_qv;
    color: rgb(93,92,92);
}

.s23_2 {
    FONT-SIZE: 25px;
    FONT-FAMILY: Montserrat-Regular_qj;
    color: rgb(65,66,66);
}

.s32_1 {
    FONT-SIZE: 18px;
    FONT-FAMILY: Asap-Bold_qf;
    color: rgb(93,92,92);
}

.s19_3 {
    FONT-SIZE: 18px;
    FONT-FAMILY: Montserrat-Regular_qj;
    color: rgb(93,92,92);
}

.s20_2 {
    FONT-SIZE: 16px;
    FONT-FAMILY: Montserrat-Regular_qj;
    color: rgb(93,92,92);
}

/*================================Estilos Layout ==================================*/

body {
    background-color: #fefefe;
}

.container {
    background-color: #fff;
    border: solid;
    border-width: 1px;
    border-color: #e8e8e8;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu {
    line-height: 1;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: #f6f5f6;
    border-bottom: 2px solid #46a934;
    width: auto;
}

    #cssmenu:after,
    #cssmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    #cssmenu a {
        color: #ffffff;
        display: block;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        padding: 19px 20px;
        text-decoration: none;
    }

    #cssmenu ul {
        list-style: none;
    }

    #cssmenu > ul {
        font-size: 0;
    }

        #cssmenu > ul > li {
            display: inline-block;
            float: left;
            margin: 0;
        }

    #cssmenu.align-center {
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            float: none;
        }

        #cssmenu.align-center ul ul {
            text-align: left;
        }

    #cssmenu.align-right > ul {
        float: right;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu > ul > li > a {
        color: #141414;
        font-size: 17px;
    }

    #cssmenu > ul > li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #46a934;
        margin-left: -10px;
    }

    #cssmenu > ul > li:first-child > a {
        border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
    }

    #cssmenu.align-right > ul > li:first-child > a,
    #cssmenu.align-center > ul > li:first-child > a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    #cssmenu.align-right > ul > li:last-child > a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
    }

    #cssmenu > ul > li.active > a,
    #cssmenu > ul > li:hover > a {
        color: #141414;
        box-shadow: inset 0 0 3px #d2cdd2;
        -moz-box-shadow: inset 0 0 3px #d2cdd2;
        -webkit-box-shadow: inset 0 0 3px #d2cdd2;
    }

    #cssmenu .has-sub {
        z-index: 1;
    }

        #cssmenu .has-sub:hover > ul {
            display: block;
        }

        #cssmenu .has-sub ul {
            display: none;
            position: absolute;
            width: 200px;
            top: 100%;
            left: 0;
        }

    #cssmenu.align-right .has-sub ul {
        left: auto;
        right: 0;
    }

    #cssmenu .has-sub ul li {
        *margin-bottom: -1px;
    }

        #cssmenu .has-sub ul li a {
            background: #46a934;
            border-bottom: 1px dotted #5cc749;
            font-size: 12px;
            filter: none;
            display: block;
            line-height: 120%;
            padding: 10px;
            color: #ffffff;
        }

        #cssmenu .has-sub ul li:hover a {
            background: #368228;
        }

    #cssmenu ul ul li:hover > a {
        color: #ffffff;
    }

    #cssmenu .has-sub .has-sub:hover > ul {
        display: block;
    }

    #cssmenu .has-sub .has-sub ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }

    #cssmenu.align-right .has-sub .has-sub ul,
    #cssmenu.align-right ul ul ul {
        left: auto;
        right: 100%;
    }

    #cssmenu .has-sub .has-sub ul li a {
        background: #368228;
        border-bottom: 1px dotted #5cc749;
    }

        #cssmenu .has-sub .has-sub ul li a:hover {
            background: #2e6e22;
        }

    #cssmenu ul ul li.last > a,
    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul ul li.last > a,
    #cssmenu ul ul ul li:last-child > a,
    #cssmenu .has-sub ul li:last-child > a,
    #cssmenu .has-sub ul li.last > a {
        border-bottom: 0;
    }

.logoIcbf {
    width: 100px;
    height: auto;
}

.logoTodos {
    width: 165px;
    height: auto;
}

.tableLayout {
    width: 500px;
}
