html, body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #2a2a2a;
    height:100%;
    margin: 0;
    background-color: #656565;
}

A:link {
    text-decoration: none;
}

A:visited {
    text-decoration: none
}

A:active {
    text-decoration: none
}

A:hover {
    text-decoration: underline;
    color: red;
}

#lTop {
    width: 100%;
    padding-left: 20px;
    padding-top: 7px;
    padding-right: 22px;
}

#lTopMenu {
    background-color: #c3c3c3;
    width: 250px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    padding: 3px;
    margin-top: 20px;
}

#lTopMenu a {
    color: #FFF;
}

#lTopSubMenu {
    margin-top: 15px;
    color: #415A7A;
}

#lTopSubMenu A:link {
    color: #415A7A;
}

#lTopSubMenu A:visited {
    color: #415A7A;
}

#lBanner {
    width: 100%;
    font-size: 11px;
}


.lFieldText {
    height: 13px;
    border: solid #DCDCDC 1px;
    font-size: 12px;
    width: 150px;
}

.lFieldButton{
    border: solid #DCDCDC 1px;
    background-color: #415A7A;
    color: #DCDCDC;
    font-size: 10px;
}

#lBannerPannel {
    width: 240px;
    height: 290px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #dcdcdc;
}

#lBannerPannelWelcomeTitle {
    font-size: 14px;
    font-weight: bolder;
}

#lBannerPannelWelcomeDesc {
    text-align: justify;
}

#lBannerPannel a {
    color: blue;
}

#lContent {
    padding-top: 10px;
    padding-left: 22px;
    padding-right: 22px;
}

.lMessage {
    border: solid #DCDCDC 1px;
}

#lBreadCrumb a {
    color: blue;
}

.bannerProductTitle {
    font-weight: bold;
    font-size: 13px;
    color: #808080;
}

.bannerProductDesc {
    padding: 0px 8px 8px 8px;
    text-align: justify;
    font-size: 11px;
}

.bannerProductDesc a {
    color: #2a2a2a;
}

.bannerProductBtn {
    border: 0px;
}

.bannerProductTd {
    padding: 0px 6px 10px 0px
}

#lBottom {
    font-size: 10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.homeTitles {
    color: #415A7A;
    font-size: 12px;
    font-weight: bold;
}

.homeTitlesMore {
    float: left;
    padding-left: 25px;
    padding-right: 15px;
    background: #A49D3C url(../../../img/img04.jpg) no-repeat left 50%;
    text-transform: uppercase;
    color: #FFF;
    font-size: 10px;
}

.homeTitlesMore a {
    color: #FFF;
}

.homeDesc {
    text-align: justify;
    font-size: 12px;
}

.homeBox {
    padding-bottom: 30px;
}


#contactForm input {
    width: 80%;
}

#contactForm textarea {
    width: 100%;
}

#contactForm #Enviar {
     width: 80px;
}

.titlemainContent {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #415A7A;
    
    
    padding-left: 34px;
    height: 20px;
    width: 300px;

    border: solid #E8F0F3 4px;
    -moz-border-radius: 0.5em;
    background-color: #E8F0F3;
    background-image: url("../img/arrows/arrow-blue-small.png");
    background-repeat: no-repeat;
    
}

.cFaq li a {
    color: blue;
    text-decoration: underline;
}


.cTable thead {
    background-color: #E2EADB;
}

.cTableRowOn {
    background-color: #f2f5ee;
}

ul {
    list-style-image: url("../img/arrow.gif")
}

.dDestaque {
    border: solid 2px #5bace1;
    padding-right: 20px;
    -moz-border-radius: 0.7em;
}

.saibaMais {
    background-image: url("../img/btns/blue.png");
    height: 25px;
    width: 100px;
    float: right;
}