﻿/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
a, a:visited, a:active { text-decoration: none; font-size: inherit; color: #000000; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* RESET END */


html, body {
    height: 100%;
}
    *+html{
        overflow:auto;
    }
body {
    font-family: "Open Sans", Tahoma, Helvetica;
    color: #464646;
    background-color: #fff;
    margin:0;
    width:100%;
    min-width:960px;
    font-size: 13px; 
    line-height: 1.3em;
}

/* Default Elements */
header, footer, nav, section {
    display: block;
    z-index: 50;
}
p {
    margin-bottom: 10px;
    line-height: 1.3em;
}

a, a:active, a:visited {
    color: #464646;
    text-decoration: none;
}

    a:hover {
        color: #c0a384;
        text-decoration: none;
    }

    a.LinkButton, a.LinkButton:active, a.LinkButton:visited {
        padding: 10px;
        background-color: #c0a384;
        color: #fff;
        text-decoration: none;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 4px 4px 5px rgba(150, 150, 150, 0.4);
        -moz-box-shadow: 4px 4px 5px rgba(150, 150, 150, 0.4);
        box-shadow: 4px 4px 5px rgba(150, 150, 150, 0.4);
    }

    a.LinkButton:hover {
        background-color: #6C7777;
        text-decoration: none;
    }

h1 {
    font-family: 'Lato', Tahoma;
    font-size: 20px;
    font-weight: 700;
    color: #464646;
    line-height: 1.1em;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 35px;
    background-image: url('/Content/h1_footer.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

h2 {
    font-family: 'Lato', Tahoma;
    font-size: 28px;
    font-weight: 300;
    color: #c9ab8b;
    line-height: 1.1em;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Lato', Tahoma;
    font-size: 16px;
    font-weight: 600;
    color: #566363;
    line-height: 1.1em;
    margin-top: 0px;
    margin-bottom: 20px;
}

sup {
    vertical-align: top;
    font-size: 0.7em;
}

sub {
    vertical-align: text-bottom;
    font-size: 0.7em;
}

ul li {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: -15px;
    margin-left: 30px;
    padding-bottom: 5px;
}

ol li {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: -15px;
    margin-left: 30px;
    padding-bottom: 5px;
}

ul.listaalfa li {
    list-style-type: lower-alpha;
    list-style-position: outside;
    padding-left: -15px;
    margin-left: 30px;
    padding-bottom: 5px;
}

ol.listaalfa li {
    list-style-type: lower-alpha;
    list-style-position: outside;
    padding-left: -15px;
    margin-left: 30px;
    padding-bottom: 5px;
}

blockquote {
    margin-left: 20px;
}

small {
    font-size: 10px;
}

.pageblockcontainer {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    padding-right: 10px;
    padding-left: 10px;
}

/* Header definition */
header {
    font-family: Tahoma;
    font-size: 11px;
    width: 100%;
    position: relative;
    height: 92px;
    color: white;
    overflow: hidden;
}

    header.PageHeader {
        height: 325px;
        -webkit-box-shadow: 0px 10px 10px rgba(150, 150, 150, 0.4);
        -moz-box-shadow: 0px 10px 10px rgba(150, 150, 150, 0.4);
        box-shadow: 0px 10px 10px rgba(150, 150, 150, 0.4);
    }

        header.PageHeader #headerContainer {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            z-index: 200;
        }

        header.PageHeader .vegas-background {
            z-index: 10;
        }

        header.PageHeader .vegas-overlay {
            z-index: 20;
        }

    header #headeroutleftback {
        height: 92px;
        background-image: url('/Content/header_leftpattern.png');
        background-position: center top;
        background-repeat: repeat-x;
        float: left;
        display: none;
    }

    header #headeroutrightback {
        height: 92px;
        background-image: url('/Content/header_rightpattern.png');
        background-position: center top;
        background-repeat: repeat-x;
        float: left;
        display: none;
    }

    header #headercontent {
        height: 92px;
        float: left;
        display: none;
        max-width: 960px;
        z-index: 1000;
    }

        header #headercontent #headerleftcontent {
            width: 195px;
            background-image: url('/Content/header_leftpattern.png');
            background-position: center top;
            background-repeat: repeat-x;
            height: 92px;
            float: left;
            padding-left: 10px;
        }

            header #headercontent #headerleftcontent #headertopaddress {
                font-size: 10px;
                line-height: 1.1em;
                width: 140px;
                height: 70px;
                float: left;
                vertical-align: bottom;
                margin-top: 10px;
                color: #dfdfdf;
                overflow: hidden;
            }

            header #headercontent #headerleftcontent #headerlogo {
                width: 45px;
                text-align: center;
                float: left;
                vertical-align: bottom;
                margin-top: 10px;
            }
            header #headercontent #headerleftcontent #headerlogo a {
                display: block;
            }
            header #headercontent #headerleftcontent #headerlogo img {
                width: 55px;
            }

                header #headercontent #headerleftcontent #headerlogo #headerlogoname,
                header #headercontent #headerleftcontent #headerlogo #headerlogoname a,
                header #headercontent #headerleftcontent #headerlogo #headerlogoname a:active,
                header #headercontent #headerleftcontent #headerlogo #headerlogoname a:visited,
                header #headercontent #headerleftcontent #headerlogo #headerlogoname a:hover {
                    font-size: 10px;
                    text-align: center;
                    margin-top: 3px;
                    line-height: 1em;
                    color: #dfdfdf;
                }

        header #headercontent #headerleftcontentcorner {
            width: 89px;
            background-image: url('/Content/header_leftcorner.png');
            background-position: center top;
            background-repeat: no-repeat;
            height: 92px;
            float: left;
        }

        header #headercontent #menubar {
            height: 92px;
            float: left;
            min-width: 50px;
            display: block;
            padding-left: 20px;
            line-height: 1em;
            text-transform: uppercase;
            white-space: nowrap;
        }

            header #headercontent #menubar .menuitem {
                display: inline-block;
                margin-left: -41px;
                cursor: pointer;
            }

                header #headercontent #menubar .menuitem.hover {
                }

                header #headercontent #menubar .menuitem .leftcorner {
                    background-image: url('/Content/menubt_firstleft.png');
                    background-position: center top;
                    background-repeat: no-repeat;
                    height: 42px;
                    width: 37px;
                    float: left;
                }

                header #headercontent #menubar .menuitem .content {
                    background-image: url('/Content/menubt_back.png');
                    background-position: center top;
                    background-repeat: repeat-x;
                    height: 32px;
                    float: left;
                    padding: 10px 2px 0px 2px;
                }

                header #headercontent #menubar .menuitem .rightcorner {
                    background-image: url('/Content/menubt_lastright.png');
                    background-position: center top;
                    background-repeat: no-repeat;
                    height: 42px;
                    width: 33px;
                    float: left;
                }

                header #headercontent #menubar .menuitem.hover .leftcorner {
                    background-image: url('/Content/menubt_firstleft_hover.png');
                }

                header #headercontent #menubar .menuitem.hover .content {
                    background-image: url('/Content/menubt_back_hover.png');
                }

                header #headercontent #menubar .menuitem.hover .rightcorner {
                    background-image: url('/Content/menubt_lastright_hover.png');
                }

                header #headercontent #menubar .menuitem .menuitemsubcontainer {
                    font-size: 11px;
                    position: fixed;
                    display: block;
                    visibility: hidden;
                    z-index: 1500;
                }

                    header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub {
                        float: none;
                        display: block;
                        position: relative;
                        text-transform: none;
                    }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .leftcorner {
                            background-image: url('/Content/menubtsub_firstleft1.png');
                            background-position: center top;
                            background-repeat: no-repeat;
                            height: 24px;
                            width: 24px;
                            float: left;
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .content {
                            background-image: url('/Content/menubtsub_back1.png');
                            background-position: center top;
                            background-repeat: repeat-x;
                            height: 18px;
                            float: left;
                            padding: 6px 2px 0px 2px;
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .rightcorner {
                            background-image: url('/Content/menubtsub_lastright1.png');
                            background-position: center top;
                            background-repeat: no-repeat;
                            height: 24px;
                            width: 24px;
                            float: left;
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub.hover .leftcorner {
                            background-image: url('/Content/menubtsub_firstleft1_hover.png');
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub.hover .content {
                            background-image: url('/Content/menubtsub_back1_hover.png');
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub.hover .rightcorner {
                            background-image: url('/Content/menubtsub_lastright1_hover.png');
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub:last-child .leftcorner {
                            background-image: url('/Content/menubtsub_firstleft.png');
                            background-position: center top;
                            background-repeat: no-repeat;
                            height: 34px;
                            width: 24px;
                            float: left;
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub:last-child .content {
                            background-image: url('/Content/menubtsub_back.png');
                            background-position: center top;
                            background-repeat: repeat-x;
                            height: 28px;
                            float: left;
                            padding: 6px 2px 0px 2px;
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub:last-child .rightcorner {
                            background-image: url('/Content/menubtsub_lastright.png');
                            background-position: center top;
                            background-repeat: no-repeat;
                            height: 34px;
                            width: 24px;
                            float: left;
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub.hover:last-child .leftcorner {
                            background-image: url('/Content/menubtsub_firstleft_hover.png');
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub.hover:last-child .content {
                            background-image: url('/Content/menubtsub_back_hover.png');
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub.hover:last-child .rightcorner {
                            background-image: url('/Content/menubtsub_lastright_hover.png');
                        }

                        header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container {
                            position: fixed;
                            display: block;
                            visibility: hidden;
                            z-index: 2500;
                        }

                            header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub {
                                float: none;
                                display: block;
                                position: relative;
                                text-transform: none;
                            }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub .leftcorner {
                                    background-image: url('/Content/menubtsub_firstleft1.png');
                                    background-position: center top;
                                    background-repeat: no-repeat;
                                    height: 24px;
                                    width: 24px;
                                    float: left;
                                }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub .content {
                                    background-image: url('/Content/menubtsub_back1.png');
                                    background-position: center top;
                                    background-repeat: repeat-x;
                                    height: 18px;
                                    float: left;
                                    padding: 6px 2px 0px 2px;
                                }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub .rightcorner {
                                    background-image: url('/Content/menubtsub_lastright1.png');
                                    background-position: center top;
                                    background-repeat: no-repeat;
                                    height: 24px;
                                    width: 24px;
                                    float: left;
                                }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub.hover .leftcorner {
                                    background-image: url('/Content/menubtsub_firstleft1_hover.png');
                                }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub.hover .content {
                                    background-image: url('/Content/menubtsub_back1_hover.png');
                                }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub.hover .rightcorner {
                                    background-image: url('/Content/menubtsub_lastright1_hover.png');
                                }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub:last-child .leftcorner {
                                    background-image: url('/Content/menubtsub_firstleft.png');
                                    background-position: center top;
                                    background-repeat: no-repeat;
                                    height: 34px;
                                    width: 24px;
                                    float: left;
                                }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub:last-child .content {
                                    background-image: url('/Content/menubtsub_back.png');
                                    background-position: center top;
                                    background-repeat: repeat-x;
                                    height: 28px;
                                    float: left;
                                    padding: 6px 2px 0px 2px;
                                }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub:last-child .rightcorner {
                                    background-image: url('/Content/menubtsub_lastright.png');
                                    background-position: center top;
                                    background-repeat: no-repeat;
                                    height: 34px;
                                    width: 24px;
                                    float: left;
                                }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub.hover:last-child .leftcorner {
                                    background-image: url('/Content/menubtsub_firstleft_hover.png');
                                }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub.hover:last-child .content {
                                    background-image: url('/Content/menubtsub_back_hover.png');
                                }

                                header #headercontent #menubar .menuitem .menuitemsubcontainer .menuitemsub .menuitemsub2container .menuitemsub.hover:last-child .rightcorner {
                                    background-image: url('/Content/menubtsub_lastright_hover.png');
                                }

        header #headercontent #headerrightcontentcorner {
            width: 37px;
            background-image: url('/Content/header_rightcorner.png');
            background-position: center top;
            background-repeat: no-repeat;
            height: 92px;
            float: left;
            margin-left: -35px;
        }

        header #headercontent #headerrightcontent {
            width: 1000px;
            background-image: url('/Content/header_rightpattern.png');
            background-position: center top;
            background-repeat: repeat-x;
            height: 92px;
            float: left;
            display: block;
        }

            header #headercontent #headerrightcontent #headerbtLogin {
                padding: 10px 0px 0px 10px;
                font-size: 11px;
                line-height: 1em;
                text-transform: uppercase;
                float: left;
            }

            header #headercontent #headerrightcontent #headerLangSel {
                padding: 10px 10px 0px 0px;
                color: #dfdfdf;
                font-size: 11px;
                line-height: 1em;
                text-transform: uppercase;
                float: right;
            }

                header #headercontent #headerrightcontent #headerLangSel a,
                header #headercontent #headerrightcontent #headerLangSel a:active header #headercontent #headerrightcontent #headerLangSel a:visited {
                    color: white;
                    text-decoration: none;
                }

                    header #headercontent #headerrightcontent #headerLangSel a:hover {
                        color: #dfdfdf;
                        text-decoration: none;
                    }



/* Homepage */
#bodyhome {
    position: relative;
    margin-top: 200px;
    margin-bottom: 10px;
}

    #bodyhome #homeHighlights {
        margin-left: -30px;
    }

    #bodyhome #homeHighlights section.column {
        float: left;
        width: 200px;
        margin-left: 100px;
    }

    #bodyhome #homeHighlights section.column header {
        height: 27px;
    }

    #bodyhome #homeHighlights section.column header table {
        width: 100%;
    }
        #bodyhome #homeHighlights section.column header td {
            height: 27px;
            vertical-align: middle;
        }

    #bodyhome #homeHighlights section.column header td.cornerleft {
        width: 13px;
        background-image: url('/Content/home_highlight_headercorner.png');
        background-position: left center;
        background-repeat: no-repeat;
    }

    #bodyhome #homeHighlights section.column header td.content {
        background-image: url('/Content/home_highlight_headerback.png');
        background-position: left center;
        background-repeat: repeat-x;
    }
        #bodyhome #homeHighlights section.column header td.content div {
            padding: 2px;
            letter-spacing: 1px;
        }
        #bodyhome #homeHighlights section.column div.container {
            font-size: 12px;
            line-height: 1.1em;
            color: #E5E5E5;
            min-height: 200px;
            background-color: black;
            opacity: 0.8;
            padding: 10px 15px;
            position: relative;
        }
            #bodyhome #homeHighlights section.column div.container a,
            #bodyhome #homeHighlights section.column div.container a:visited,
            #bodyhome #homeHighlights section.column div.container a:active
            {
                color: white;
                text-decoration: none;
            }
            #bodyhome #homeHighlights section.column div.container a:hover,
            #bodyhome #homeHighlights section.column div.container a:hover .ItemDate {
            color: #c9ab8b;
            text-decoration: none;
            }
            #bodyhome #homeHighlights section.column div.container .ItemDate {
                color: #8F8F8F;
                font-size: 10px;
            }

            #bodyhome #homeHighlights section.column div.container ul li {
                line-height: 1.1em;
                list-style-type: none;
                list-style-position: outside;
                padding-left: 0px;
                margin-left: 0px;
                margin-top: 5px;
                padding-bottom: 5px;
            }
            #bodyhome #homeHighlights section.column div.container ul li:first-child {
                margin-top: 0px;
            }

            #bodyhome #homeHighlights section.column div.container .ShowAllItems {
                margin-top: 5px;
                text-align: right;

            }

/* Page Contents */
#body {
    margin-top: 30px;
    min-height: 400px;
}

#body #NavigationColumn {
    width: 230px;
    margin-right: 40px;
    float: left;
    font-family: "Open Sans", Tahoma, Helvetica;
}
    #body #NavigationColumn #navLevelTitle {
        font-size: 14px;
        color: #464646;
        line-height: 1.1em;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    #body #NavigationColumn .navLevelItem {
        font-size: 12px;
        color: #7c7e7e;
        line-height: 1em;
        margin-bottom: 5px;
        min-height: 26px;
        padding-left: 30px;
        background-image: url('/Content/bt_navlv.png');
        background-position: left center;
        background-repeat: no-repeat;
        position: relative;
    }
    #body #NavigationColumn .navLevelItem.Selected {
        background-image: url('/Content/bt_navlvSel.png');
        background-position: left center;
        background-repeat: no-repeat;
    }
    #body #NavigationColumn .navLevelItem.WithSeparator {
        padding-top: 8px;
        border-top: 1px dotted #7c7e7e; 
        margin-bottom: 0px;
    }
    #body #NavigationColumn .navLevelItem > table {
        width: 100%;
    }
    #body #NavigationColumn .navLevelItem.WithSeparator > table {
        top: -4px;
        position: relative;
    }
    #body #NavigationColumn .navLevelItem > table td {
        vertical-align: middle;
        height: 26px;
    }
    #body #NavigationColumn .navLevelItem.WithSeparator > table td {
        height: 26px;
    }
    #body #NavigationColumn a .navLevelItem,
    #body #NavigationColumn a:visited .navLevelItem,
    #body #NavigationColumn a:active .navLevelItem
     {
        background-image: url('/Content/bt_navlv.png');
        background-position: left center;
        background-repeat: no-repeat;
        color: #7c7e7e;
    }
    #body #NavigationColumn a:hover .navLevelItem {
        color: #c9ab8b;
        background-image: url('/Content/bt_navlvSel.png');
        background-position: left center;
        background-repeat: no-repeat;
    }

    #body #NavigationColumn #navSubLevelContainer {
        margin-top: 70px;
        font-size: 12px;
        color: #464646;
        line-height: 1.1em;
    }

    #body #NavigationColumn #navSubLevelContainer .navSubLevelTitle {
        font-weight: 600;
        border: 1px solid #6c7777;
        background-color: #6c7777;
        color: #fff;
        line-height: 1.2em;
        padding: 10px;
    }
    #body #NavigationColumn #navSubLevelContainer ul {
        line-height: 1.3em;
        padding: 10px;
        border: 1px solid #6c7777;
    }
    #body #NavigationColumn #navSubLevelContainer ul li {
        list-style-type: disc;
        list-style-position: outside;
        padding-left: -15px;
        margin-left: 15px;
    }

#body #PageContentColumn {
    width: 670px;
    float: left;
}

    #body #PageContentColumn img {
        max-width: 670px;
    }

    #body #PageContentColumn table.tblInfoCurso {
        margin-left: auto;
        margin-right: auto;
    }
        #body #PageContentColumn table.tblInfoCurso td {
            vertical-align: middle;
            padding: 2px;
        }

    #body #PageContentColumn .textslistintro {
        margin-bottom: 20px;
    }

    #body #PageContentColumn .textslist {
        margin-top: 30px;
    }

        #body #PageContentColumn .textslist .dxdvCtrl {
            padding: 0px;
        }
        #body #PageContentColumn .textslist .dxdvItem {
            border: none;
            background-color: transparent;
            padding: 0px 10px 10px 0px;
            height: 100px;
        }
        #body #PageContentColumn .textslist .dxdvItem img {
            max-width: 300px;
        }
        #body #PageContentColumn .textslist .lstTitle {
            font-family: "Lato", Tahoma, Helvetica;
            font-weight: 600;
            font-size: 16px;
            color: #566363;
            line-height: 1.1em;
            margin-bottom: 10px;
        }
        #body #PageContentColumn .textslist .lstText {
            font-family: "Open Sans", Tahoma, Helvetica;
            font-weight: normal;
            font-size: 12px;
            line-height: 1.2em;
            color: #464646;
        }
        #body #PageContentColumn .textslist .lstLink {
            font-family: "Open Sans", Tahoma, Helvetica;
            font-weight: normal;
            font-size: 13px;
            line-height: 1em;
            color: #566363;
            text-transform: uppercase;
            margin-top: 10px;
            text-align: right;
        }
            #body #PageContentColumn .textslist .lstLink a,
            #body #PageContentColumn .textslist .lstLink a:active,
            #body #PageContentColumn .textslist .lstLink a:visited {
                color: #566363;
            }
                #body #PageContentColumn .textslist .lstLink a:hover {
                    color: #c9ab8b;
                }

        #body #PageContentColumn .highlightslist .dxdvCtrl {
            padding: 0px;
        }
        #body #PageContentColumn .highlightslist .dxdvItem {
            border: none;
            background-color: transparent;
            padding: 0px 0px 0px 10px;
            font-family: "Open Sans", Tahoma, Helvetica;
            font-weight: normal;
            font-size: 13px;
            line-height: 1.2em;
            color: #464646;
            height: auto;
        }
        #body #PageContentColumn .highlightslist .lstData {
            font-size: 12px;
            line-height: 1.1em;
            color: #7E7E7E;
            margin-bottom: 5px;
        }
        #body #PageContentColumn .highlightslist .lstText {
        }
        #body #PageContentColumn .highlightslist .lstLink {
            font-family: "Open Sans", Tahoma, Helvetica;
            font-weight: normal;
            font-size: 13px;
            line-height: 1em;
            color: #566363;
            text-transform: uppercase;
            margin-top: 10px;
            text-align: right;
        }
            #body #PageContentColumn .highlightslist .lstLink a,
            #body #PageContentColumn .highlightslist .lstLink a:active,
            #body #PageContentColumn .highlightslist .lstLink a:visited {
                color: #566363;
            }
                #body #PageContentColumn .highlightslist .lstLink a:hover {
                    color: #c9ab8b;
                }

        #body #PageContentColumn .docsharegrplist .dxdvCtrl {
            padding: 0px;
        }
        #body #PageContentColumn .docsharegrplist .dxdvItem {
            border: none;
            background-color: transparent;
            padding: 0px 0px 0px 10px;
            font-family: "Open Sans", Tahoma, Helvetica;
            font-weight: normal;
            font-size: 13px;
            line-height: 1.2em;
            color: #464646;
            height: auto;
        }
        #body #PageContentColumn .docsharegrplist .lstTitle {
            font-family: "Open Sans", Tahoma, Helvetica;
            font-weight: normal;
            font-size: 13px;
            line-height: 1em;
            color: #566363;
            text-transform: uppercase;
        }
            #body #PageContentColumn .docsharegrplist a .lstTitle ,
            #body #PageContentColumn .docsharegrplist a:active .lstTitle,
            #body #PageContentColumn .docsharegrplist a:visited .lstTitle {
                color: #566363;
            }
                #body #PageContentColumn .docsharegrplist a:hover .lstTitle {
                    color: #c9ab8b;
                }
        #body #PageContentColumn .docsharegrplist .lstDescription {
            font-size: 12px;
            line-height: 1.1em;
            color: #7E7E7E;
            margin-top: 5px;
        }

    #body #PageContentColumn .formpageintro {
        margin-bottom: 20px;
    }

    #body #PageContentColumn fieldset {
        display: block;
    }
    #body #PageContentColumn fieldset h2 {
        font-family: 'Lato', Tahoma;
        font-size: 24px;
        font-weight: 300;
        color: #c9ab8b;
        line-height: 1.1em;
        margin-top: 20px;
        border-bottom: 1px solid #c9ab8b;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    #body #PageContentColumn h2.first {
        margin-top: 0px;
    }
    #body #PageContentColumn fieldset .validation-summary-errors li {
        list-style-type: none;
        list-style-position: outside;
        padding-left: 0px;
        margin-left: 0px;
        color: #dc2121;
        margin-top: 20px;
    }
    #body #PageContentColumn fieldset table td
    {
        /*padding: 0px!important;*/
    }
    #body #PageContentColumn fieldset .field_block {
        margin-top: 10px;
        vertical-align: middle;
    }
    #body #PageContentColumn fieldset .field_block:first-child {
        margin-top: 0px;
    }
    #body #PageContentColumn fieldset .field_block .groupselector {
        cursor: pointer;
    }
    #body #PageContentColumn fieldset .field_block .groupselector .groupshowbt {
        background-image: url('/Content/bt_groupshow.png');
        background-position: center center;
        background-repeat: no-repeat;
        width: 20px;
    }
        #body #PageContentColumn fieldset .field_block .groupselector.shown .groupshowbt {
            background-image: url('/Content/bt_grouphide.png');
        }
    #body #PageContentColumn fieldset .field_block .groupselector:hover .groupshowbt {
        background-image: url('/Content/bt_groupshow_hover.png');
        background-position: center center;
        background-repeat: no-repeat;
        width: 20px;
    }
    #body #PageContentColumn fieldset .field_block .groupselector.shown:hover .groupshowbt {
        background-image: url('/Content/bt_grouphide_hover.png');
    }

    #body #PageContentColumn fieldset .field_block .label
    {
        margin-bottom: 2px;
    }
    #body #PageContentColumn fieldset .field_block .label .required,
    #body #PageContentColumn fieldset .fieldset_info .required
    {
        color: #dc2121;
        padding: 0px 2px;
    }
    #body #PageContentColumn fieldset .field_block .field_control
    {
    }

        #body #PageContentColumn fieldset .field_block .field_control.button
        {
            float:left;
            padding-right: 2px;
        }
        #body #PageContentColumn fieldset .field_block .field_control .dxbButton
        {
            font-family: "Open Sans", Tahoma, Helvetica;
            color: #464646;
            font-size: 13px; 
            line-height: 1em;
            height: auto;
            background: none;
            border: none;
            background-color: #c0a384;
            color: #fff;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 4px 4px 5px rgba(150, 150, 150, 0.4);
            -moz-box-shadow: 4px 4px 5px rgba(150, 150, 150, 0.4);
            box-shadow: 4px 4px 5px rgba(150, 150, 150, 0.4);
        }
        #body #PageContentColumn fieldset .field_block .field_control .dxbButton .dxb {
            padding: 6px 10px;
        }
        #body #PageContentColumn fieldset .field_block .field_control .dxbButton.dxbButtonHover
        {
            background-color: #6C7777;
        }

    #body #PageContentColumn fieldset .fieldset_info
    {
        margin: 15px 0px;
        font-size: 12px; 
        line-height: 1em;
    }
    
    #body #PageContentColumn .textLink
    {
        color: #333;
        outline: none;
        text-decoration: underline;
    }
        #body #PageContentColumn .textLink:hover {
            color: #c9ab8b;
            cursor: pointer;
        }

    #body #CourseItemPopup {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 1000;
        display: none;
        background-color: black;
        color: #aeacac;
        padding: 35px 0px;
    }
    #body #CourseItemPopup #Mask {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 50;
        padding: 35px 0px;
    }
        #body #CourseItemPopup #CloseButton {
            position: fixed;
            top: 10px;
            right: 10px;
            width: 16px;
            height: 16px;
            padding: 2px;
            display: block;
            cursor: pointer;
            z-index: 100;
        }

        #body #CourseItemPopup #PrevSlideButton {
            position: fixed;
            left: 0px;
            width: 40px;
            height: 201px;
            display: block;
            background-image: url('/Content/slideshow_prev.png');
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 100;
        }
        #body #CourseItemPopup #PrevSlideButton.enabled:hover {
            background-image: url('/Content/slideshow_prev_hover.png');
            cursor: pointer;
        }

        #body #CourseItemPopup #NextSlideButton {
            position: fixed;
            right: 0px;
            width: 40px;
            height: 201px;
            display: block;
            background-image: url('/Content/slideshow_next.png');
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 100;
        }
        #body #CourseItemPopup #NextSlideButton.enabled:hover {
            background-image: url('/Content/slideshow_next_hover.png');
            cursor: pointer;
        }

        #body #CourseItemPopup #SliNumberContainer {
            position: fixed;
            left: 8px;
            bottom: 8px;
            display: block;
            color: darkgray;
            z-index: 100;
            background-color: black;
            padding: 2px;
        }

    
    /* Record Info Data */
    #body #PageContentColumn .RecordSaveInfo { font-size: 1em; padding: 2px 2px 2px 30px; margin-top: 10px; background-position: 4px 2px; border: 1px solid #C0C0C0; background-color: #D7D7D7; background-image: url('/Content/Backoffice/InfoIcons/Folder-Information.png'); background-repeat: no-repeat; min-height: 22px; }


    #body #SubFooterInfo {
        margin-top: 20px;
        padding-top: 25px;
        background-image: url('/Content/barra_contactos_top.png');
        background-position: center top;
        background-repeat: no-repeat;
    }
    #body #SubFooterInfo #ContactsBar {
        font-family: 'Lato', Tahoma;
        color: #464646;
        line-height: 1.1em;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    #body #SubFooterInfo #PartnersBar {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    #body #SubFooterInfo #PartnersBar.First {
        margin-top: 10px;
    }
    #body #SubFooterInfo #PartnersBar h3 {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    /* Slideshow */
    #body #PageContentColumn .pageslideshowblock {
        margin-bottom: 40px;
    }
    #body #PageContentColumn .pageslideshowblock table {
        width: 100%;
    }
    #body #PageContentColumn .pageslideshowblock table td {
        vertical-align: top;
        padding: 0px;
    }
    #body #PageContentColumn .pageslideshowblock table td.navbuttons {
        width: 20px;
    }
    #body #PageContentColumn .pageslideshowblock table td.navbuttons div.moveprev, 
    #body #PageContentColumn .pageslideshowblock table td.navbuttons div.movenext {
        width: 20px;
        height: 190px;
        background-position: center center; background-repeat: no-repeat; 
    }
    #body #PageContentColumn .pageslideshowblock table td.navbuttons div.moveprev {
        background-image: url('/Content/slideshow_prev.png');
    }
    #body #PageContentColumn .pageslideshowblock table td.navbuttons div.moveprev:hover {
        background-image: url('/Content/slideshow_prev_hover.png');
        cursor: pointer;
    }
    #body #PageContentColumn .pageslideshowblock table td.navbuttons div.moveprev.disabled:hover {
        background-image: url('/Content/slideshow_prev.png');
        cursor: default;
    }
    #body #PageContentColumn .pageslideshowblock table td.navbuttons div.movenext {
        background-image: url('/Content/slideshow_next.png');
    }
    #body #PageContentColumn .pageslideshowblock table td.navbuttons div.movenext:hover {
        background-image: url('/Content/slideshow_next_hover.png');
        cursor: pointer;
    }
    #body #PageContentColumn .pageslideshowblock table td.navbuttons div.movenext.disabled:hover {
        background-image: url('/Content/slideshow_next.png');
        cursor: default;
    }
    #body #PageContentColumn .pageslideshowblock table td.navbuttons div.moveprev.disabled,
    #body #PageContentColumn .pageslideshowblock table td.navbuttons div.movenext.disabled {
        opacity: 0.5;
         filter: alpha(opacity=50);
    }
    #body #PageContentColumn .pageslideshowblock .dxis-passePartout { 
        background-color: transparent!important; 
    }
    #body #PageContentColumn .pageslideshowblock .dxis-itemTextArea { 
        color: #fff; 
        font-family: "Open Sans", Tahoma, Helvetica;
        font-size: 12px; 
        line-height: 1.2em;
        padding: 12px 15px;
    }


/* Footer */
footer {
    font-family: "Lato", Tahoma, Helvetica;
    font-size: 11px;
    line-height: 1em;
    color: #8a8c8c;
    background-color: #3b4444;
    margin-top: 20px;
    padding: 20px 0px;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    footer a,
    footer a:active,
    footer a:visited {
        color: #8a8c8c;
        text-decoration: none;
    }

        footer a:hover,
        footer #footerContent .Highlights a:hover .ItemDate {
            color: #c9ab8b;
            text-decoration: none;
        }

    footer #footerContent {
    }

        footer #footerContent > table {
            width: 100%;
        }

            footer #footerContent > table td {
                vertical-align: top;
            }

        footer #footerContent .Highlights {
            padding-right: 50px;
        }

            footer #footerContent .Highlights .ItemDate {
                color: #AAAAAA;
            }

            footer #footerContent .Highlights ul li {
                line-height: 1.1em;
                list-style-type: none;
                list-style-position: outside;
                padding-left: 0px;
                margin-left: 0px;
                margin-top: 5px;
                padding-bottom: 5px;
                border-bottom: 1px dotted #808080;
            }

            footer #footerContent .Highlights .ShowAllItems {
                margin-top: 5px;
            }

        footer #footerContent .RegulEntities {
            width: 265px;
            padding-right: 50px;
        }

            footer #footerContent .RegulEntities img {
                max-height: 70px;
            }

        footer #footerContent .BlockTitle {
            color: white;
            font-size: 12px;
            text-transform: uppercase;
            margin-bottom: 10px;
            line-height: 1em;
        }

        footer #footerContent .BlockOthers {
            width: 200px;
        }

            footer #footerContent .BlockOthers .SocialLinks {
                margin-bottom: 8px;
            }

            footer #footerContent .BlockOthers .SiteLinks {
                padding-top: 5px;
                padding-bottom: 5px;
                border-top: 1px dotted #808080;
            }

                footer #footerContent .BlockOthers .SiteLinks > table {
                    width: 100%;
                }

                    footer #footerContent .BlockOthers .SiteLinks > table td.Icon {
                        width: 20px;
                        padding-right: 10px;
                        vertical-align: top;
                        line-height: 1em;
                    }

                    footer #footerContent .BlockOthers .SiteLinks > table td.LinkItem {
                        vertical-align: middle;
                        font-size: 12px;
                        line-height: 1em;
                    }

    footer #footerEndRow {
        margin-top: 10px;
        padding-top: 10px;
    }

        footer #footerEndRow .CopyrightsText {
            float: left;
        }

        footer #footerEndRow .PoweredBy {
            float: right;
        }


/* Facebbok share button */
html .fb_share_button
{
    display: -moz-inline-block;
    display: inline-block;
    padding: 3px 20px 1px 5px;
    height: 14px;
    border: 1px solid #d8dfea;
    background: #FFFFFF url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat center right;
    margin-left: 10px;
    vertical-align: top;
    line-height: 1em;
}
    html .fb_share_button td {
        vertical-align: middle;
    }
html .fb_share_button:hover
{
    color: #fff;
    border-color: #295582;
    background: #3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat center right;
    text-decoration: none;
}
.twitter-share-button
{
    margin-left: 10px;
}

.dxic {
    vertical-align: middle;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
