* {
	margin:0;
	padding:0;
	list-style:none;
}
/** ELEMENTOS GLOBAIS **/
body {
	font: normal 13px "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #757575;
        background: #848383;
}
/*body{ background:white;  font: normal 14px "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #757575; }*/
a {
	color:#A61A1B;
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
.clear, .clearboth {
	clear:both;
}
h2, h3, h4 {
	font: bold 23px "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	color: #1a1a1a;
}
h2 {
	color:#fff;
}
h3 {
	font-size:16px;
}
address {
	font-style: normal;
}
/**  **/

/** CONTEINER **/
#geral {
        width:1012px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	background:url(../templates/default/images/geral.jpg) repeat-y;
	padding: 0 6px;
}
/**  **/

/** RODAPE **/

#footer {
    background:none repeat scroll 0 0 #690f0f;
    float:left;
    width:1000px;
}
.bordaEfooter{
    bottom:17px;
    position:absolute;
}
#bordaDfooter{
    background: url(../templates/default/images/bordaDfooter.jpg) no-repeat;
    float:right;
    height:17px;
    width:16px;
    bottom:17px;
    position:absolute;
    right:0;
}
#imgFooter{
    background: url(../templates/default/images/footer.png) no-repeat;
    height: 58px;
    width: 266px;
    bottom:17px;
    margin-left:25px;
    position:absolute;
}
#contentGeral{
	min-height: 400px;
	width: 909px;
	float: left;
	position: relative;
	display: block;
}
#contentFooter{
    min-height: 80px;
}
.direitosRodape{
    margin:5px 210px 0 0;
    color:#c3c3c3;
    float:right;
    font-size:10px;
    font-style: italic;
    display: block;
}
.enderecos p {
    width:130px;
    float:left;
    margin:20px 0 0 170px;
    font-size: 10px;
    font-style: italic;
    color: #505050;
}
.enderecos img{
    float:right;
    margin: 0px 20px 0 0 ;
}
#links_rodape {
    float:left;
    width:900px;
    margin-top:15px;
}
#links_rodape ul li{
    float:left;
    font-size:10px;
    font-style: italic;
    list-style: none;
    
}
#links_rodape ul li a{
    color: #ffffff;
    padding: 0 24px;
}

#links_rodape ul li a:hover{
	color: #E9DC0B !important;
}


.border-right{
	border-right: 1px solid #fff !important;
}

.no-border-right{
	border-right: none !important;
}

/** FIM RODAPE **/







