body {
    background: url(../../Images/LayoutB/background_01.png);
    font: 12px Arial, sans-serif;
    color: #424242;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.novoevento {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px #330099;
    width: 150px;
    margin: -8px auto 0 auto;
    text-align: center;
    height: 18px;
    line-height: 18px;
}

.container {
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    width: 1100px;
    margin: 15px auto 0 auto;
    border-radius: 10px;
}

/*@media screen and (min-width: 1px) and (max-width: 1024px) {
    .container {
        width: 980px;
        margin: 30px auto 0 auto;
    }
}*/

.header {
    padding: 40px 35px 0px 35px;
}

.menubanner {
    padding: 0px 38px 0px 38px;
}

.slider {
    padding: 0px 35px 0px 35px;
}

.corpo {
    padding: 0px 38px 28px 38px;
}

.footer {
    padding: 0px 35px 35px 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*COLUMNS*/
.w-100 {
    width: 100%;
}

.td-auto {
    width: auto;
}

.twocolumns {
    width: 100px;
}

.threecolumns {
    width: 160px;
}

.fourcolumns {
    width: 220px;
}

.sevencolumns {
    width: 400px;
}

.eightcolumns {
    width: 460px;
}

.elevencolumns {
    width: 620px;
}

.twelvecolumns {
    width: 800px;
}

.sixteencolumns {
    width: 1030px;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 28px;
    line-height: 50px;
}

h2 {
    font-size: 22px;
    line-height: 30px;
}

h3 {
    font-size: 16px;
    line-height: 34px;
}

h4 {
    font-size: 14px;
    line-height: 30px;
}

h5 {
    font-size: 12px;
    line-height: 24px;
}

h6 {
    font-size: 10px;
    line-height: 21px;
}

p {
    margin: 0 0 15px 0;
    line-height: 20px;
}

    p img {
        margin: 0;
    }

    p.lead {
        font-size: 21px;
        line-height: 27px;
        color: #777;
    }

em {
    font-style: italic;
}

/*
strong {
    font-weight: bold;
    color: #333;
}
*/

small {
    font-size: 80%;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}



/* #Links
================================================== */
a, a:visited {
    color: #888;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
    -transition: color 0.1s ease-in-out;
}

    a:hover, a:focus {
        color: #888;
    }

p a, p a:visited {
    line-height: inherit;
}

/* #Lists
================================================== */
/*ul, ol {
    margin: 0;
}*/

/*ul {
    list-style: none outside;
}*/

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

/*ul ul, ul ol,
ol ol, ol ul {
}*/

/*
    ul ul li, ul ol li,
    ol ol li, ol ul li {
    }
*/

li {
    line-height: 18px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}


/* #Forms
================================================== */


/* Social Icons */
.social-icons {
    float: right;
}
/* Flags Icons */
.flags-icons {
    float: right;
    padding-right: 7px;
}

/* Marque Text */
.marque-text {
    margin: 0;
}

/* Footer */
.footer {
    background: #303030;
    width: 1100px;
    padding: 5px 25px 0 25px;
    margin: 0 auto 25px auto;
}

/*@media screen and (min-width: 1px) and (max-width: 1024px) {
    .footer {
        width: 980px;
        font-size: 16px;
    }
}*/

.footer td {
    padding: 5px;
}

.footer, .footer p, .footer a {
    color: #aaa;
}

    .footer a:hover {
        color: #fff;
    }

.footer-headline {
    background: url(../../Images/LayoutB/headline-footer-bg.png) 0 50% repeat-x;
    display: block;
    margin: 5px 0 8px 0;
}

    .footer-headline h4 {
        background-color: #303030;
        display: inline;
        padding: 0 5px 0 0;
        color: #fff;
    }

/* Footer Bottom*/
#footer-bottom {
    border-top: 1px solid #3c3c3c;
    margin-top: 12px;
    padding: 11px 0;
}

    #footer-bottom a {
        color: #fff;
    }

        #footer-bottom a:hover {
            color: #d4d4d4;
        }

/* Back To Top*/
/*
#scroll-top-top {
}
*/

    #scroll-top-top a {
        width: 35px;
        height: 35px;
        display: block;
        background-color: red;
        background-image: url(../../Images/LayoutB/scroll-top-top.png);
        background-repeat: no-repeat;
        background-position: 50%;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        float: right;
    }

        #scroll-top-top a:hover {
            background-color: #aaa;
        }


.Esconder {
    cursor: default;
    border-color: #ffffff;
    border-style: none;
    width: 1px;
    height: 1px;
}

.a-button-wrapper {
    background: #e9f2fa; /* Old browsers */
    background: -moz-linear-gradient(top, #e9f2fa 0%, #e8f1fa 49%, #dce6f4 51%, #dce6f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f2fa), color-stop(49%,#e8f1fa), color-stop(51%,#dce6f4), color-stop(100%,#dce6f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9f2fa 0%,#e8f1fa 49%,#dce6f4 51%,#dce6f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9f2fa 0%,#e8f1fa 49%,#dce6f4 51%,#dce6f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9f2fa 0%,#e8f1fa 49%,#dce6f4 51%,#dce6f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9f2fa 0%,#e8f1fa 49%,#dce6f4 51%,#dce6f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2fa', endColorstr='#dce6f4',GradientType=0 ); /* IE6-9 */
    padding-left: 20px;
    padding-right: 80px;
    height: 21px;
    display: inline-block;
    position: relative;
    border: 1px solid #5d81ab;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px #AABFD6;
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px #AABFD6;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px #AABFD6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*float:center; não existe*/
    clear: both;
    margin: 0px 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.a-button-wrapper-text-on {
    padding-top: 2px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    color: #009900;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.a-button-wrapper-text-off {
    padding-top: 2px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    color: #FF0000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.a-button-wrapper-slide-text-on {
    position: absolute;
    height: 100%;
    top: 0px;
    right: 52px;
    width: 0px;
    background: #10BC10;
    text-shadow: 0px -1px 1px #363f49;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    line-height: 21px;
    -webkit-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.a-button-wrapper-slide-text-off {
    position: absolute;
    height: 100%;
    top: 0px;
    right: 52px;
    width: 0px;
    background: #FB6A6A;
    text-shadow: 0px -1px 1px #363f49;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    line-height: 21px;
    -webkit-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.a-button-wrapper-icon-right {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 52px;
    border-left: 1px solid #5d81ab;
    -webkit-box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
}

    .a-button-wrapper-icon-right span {
        width: 38px;
        height: 38px;
        opacity: 0.7;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -20px 0px 0px -20px;
        background: transparent url(../../images/botoes/arrow_right.png) no-repeat 50% 55%;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.a-button-wrapper:hover {
    padding-right: 310px;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}

    .a-button-wrapper:hover .a-button-wrapper-text-on {
        text-shadow: 0px 1px 1px #000000;
        color: #009900;
    }

    .a-button-wrapper:hover .a-button-wrapper-text-off {
        text-shadow: 0px 1px 1px #000000;
        color: #FF0000;
    }

    .a-button-wrapper:hover .a-button-wrapper-slide-text-on {
        width: 245px;
    }

    .a-button-wrapper:hover .a-button-wrapper-slide-text-off {
        width: 245px;
    }

    .a-button-wrapper:hover .a-button-wrapper-icon-right span {
        opacity: 1;
    }

.a-button-wrapper:active {
    position: relative;
    top: 1px;
    background: #5d81ab;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color: #80a9da;
}


.a-button-shadow {
    background: #e9f2fa; /* Old browsers */
    background: -moz-linear-gradient(top, #e9f2fa 0%, #e8f1fa 49%, #dce6f4 51%, #dce6f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f2fa), color-stop(49%,#e8f1fa), color-stop(51%,#dce6f4), color-stop(100%,#dce6f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9f2fa 0%,#e8f1fa 49%,#dce6f4 51%,#dce6f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9f2fa 0%,#e8f1fa 49%,#dce6f4 51%,#dce6f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9f2fa 0%,#e8f1fa 49%,#dce6f4 51%,#dce6f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9f2fa 0%,#e8f1fa 49%,#dce6f4 51%,#dce6f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2fa', endColorstr='#dce6f4',GradientType=0 ); /* IE6-9 */
    padding-left: 20px;
    padding-right: 20px;
    height: 21px;
    display: inline-block;
    position: relative;
    border: 1px solid #5d81ab;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px #AABFD6;
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px #AABFD6;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 0px #AABFD6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*float:center; não existe*/
    clear: both;
    margin: 0px 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.a-button-shadow-text-on {
    padding-top: 2px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    color: #009900;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.a-button-shadow-text-off {
    padding-top: 2px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    color: #FF0000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.a-button-shadow-slide-text {
    position: absolute;
    height: 100%;
    top: 0px;
    right: 52px;
    width: 0px;
    background: #63707e;
    text-shadow: 0px -1px 1px #363f49;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    line-height: 21px;
    -webkit-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.a-button-shadow-icon-right {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 52px;
    border-left: 1px solid #5d81ab;
    -webkit-box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
}

    .a-button-shadow-icon-right span {
        width: 38px;
        height: 38px;
        opacity: 0.7;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -20px 0px 0px -20px;
        background: transparent url(../../images/botoes/arrow_right.png) no-repeat 50% 55%;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.a-button-shadow:hover {
    padding-right: 20px;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}

    .a-button-shadow:hover .a-button-shadow-text-on {
        text-shadow: 0px 1px 1px #000000;
        color: #009900;
    }

    .a-button-shadow:hover .a-button-shadow-text-off {
        text-shadow: 0px 1px 1px #000000;
        color: #FF0000;
    }

    .a-button-shadow:hover .a-button-shadow-slide-text {
        width: 210px;
    }

    .a-button-shadow:hover .a-button-shadow-icon-right span {
        opacity: 1;
    }

.a-button-shadow:active {
    position: relative;
    top: 1px;
    background: #5d81ab;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color: #80a9da;
}

.RadSiteMap .rsmFlow {
    padding: 0 10px !important;
    background-color: #F1F5FA !important;
    border: solid 1px #AABED6 !important;
}

div.PainelWindows7 fieldset{
    margin:10px;
    margin-bottom: 15px;
    position: relative;
    padding: 20px 5px;
    background: #F6F6F6;
    border : #A5B3C5 1px solid;
    background: -webkit-gradient(linear, left top, left bottom, from(#F9FCFD), to(#DCE6F4));
    background: -moz-linear-gradient(top, #EFEFEF, #FFFFFF 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

div.PainelWindows7 legend {
    padding: 5px 10px;
    position: absolute;
    left: 1em;
    top: -1em;
    background-color: #4F709F;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -ms-text-shadow: 1px 1px 1px #333;
    text-shadow: 1px 1px 1px #333;
}

div.RadMenu .rmRootGroup .rmMenuSearch {
    float: right;
}

.HyperLinkImage image {
            border-style: none;
        }

.RadGrid_Windows7 .rgRow td, 
.RadGrid_Windows7 .rgAltRow td {
    border-style: none !important;
    /*padding-left: 5px !important;*/
    /*padding-right: 5px !important;*/
}

.RadButton .rbPrimary {
    padding-left: 20px !important;
}

.RadMenu_Silk .rmRootGroup {
    box-shadow: 0 0 0 #e3e2e2 !important;
}

.RadPanelBar_Silk .rpLink, .RadPanelBar_Silk .rpHeaderTemplate {
    font-size: 12px !important;
}

/* diminir 4 px para caber 13 menus no 1º nível*/
.RadMenu_Silk .rmRootLink .rmText {
    padding-right: 9px !important;
}