*, html {

    margin: 0;
    padding: 0;
    border: 0;
}
div#lateral_direita:after {
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}
div#lateral_direita{
    width: 160px;
    display: block;
    float: right;
}
/* -------------------------- IN�CIO 10 MAIS -------------------------------- */
div#dez_mais{
    width: 160px;
    height: 418px;
    display: block;
    background: url(../images/bg_10.jpg) no-repeat;
}
    div#dez_mais a.link_dez{
        width: 140px;
        display: block;
        margin: 0 auto;
        border-bottom: dotted 1px #684844;
        font-size: 11px;
        color: #dcbf7b;
        text-decoration: none;
        padding-bottom: 5px;
        padding-top: 15px;
    }
        div#dez_mais a.link_dez:hover{
            color: #ffffff;
            text-decoration: underline;
        }
            div#dez_mais a.link_dez span{
                font-weight: bold;
                color: #ffffff;
            }
    div#dez_mais a.first{
        padding-top: 93px;
    }
        .last_ver{
            padding-left: 15px;
            margin-top: 10px;
        }
/* ---------------------------- IN�CIO BANNERS ------------------------------ */
div#banners_home{
    width: 160px;
    display: block;
    margin-top: 10px;
}
    .ban_home{
        margin-top: 5px;
    }

    .newsletter{
    background:#F6F0E6;
    border: 1px solid #F1E7D5;
    margin-bottom: 8px;
    font-weight: bold;
    -moz-border-radius:6px 6px 6px 6px;
    border-radius:6px;
}
    
    
.newsletter h3{
	color: #411E1C;
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
    padding: 3px;
}

.newsletter input {width:138px; border: 1px solid #F1E7D5; margin-bottom: 5px; padding: 3px;}
.newsletter form {margin:6px 0;}
.newsletter p {margin-left:5px;}

.bt_cadastrar{
background:none repeat scroll 0 0 #426C48;
border:medium none !important;
color:#FFFFFF;
cursor:pointer;
font-size:12px;
font-weight:bold;
display:block;
width:88px !important;
padding:3px;
font-family:trebuchet ms,arial,helvetica;
margin-top: 8px;
}
label.error {
    color: red;
}


















































