@charset "utf-8";

body{
margin:0;
padding:0;
}

#rodape{
	float: left;
	width: 100%;
	height:auto;
	background-color:#FFF;
	margin:0;
	padding:0;
}

#conteudo{
margin: 0 35px 0px 30px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color:#dee8ec;
height:120px;
text-align:left;
padding:0;
}

#img_rodape {
	text-align:left;
	border:0px;
	width:766px;
	height:73px;
	float:left;
	padding-left:2px;
	}
	
#img_atelie {
	text-align:left;
	border:0px;
	width:120px;
	height:73px;
	float:right;
	}

#menu_rodape{
line-height:15px;
text-align:center;
margin:0px 0px 7px 0px;
}

.txt_rodape { 
font-family:Verdana, Arial, sans-serif;
font-size:9px;
color:#2d6280;
padding-left: 2px;
padding-right: 0px;
}

.btns_rodape { 
font-family:Verdana, Arial, sans-serif;
font-size:10px;
color:#2d6280;
text-decoration:none;
}

a.btns_rodape:hover { 
font-family:Verdana, Arial, sans-serif;
font-size:10px;
color:#8d191c;
text-decoration:none;
}

a.btns_rodape:active { 
font-family:Verdana, Arial, sans-serif;
font-size:10px;
color:#5d0002;
text-decoration:underline;
}

#esq{
float: left;
width: 30px; /*Width of left column*/
margin-left: -100%;
height:120px;
padding-left:5px;

}

#dir{
float: left;
width: 35px; /*Width of right column*/

margin: 0 0 0 -35px;
height:120px;
background-image:url(../images/estrutura/right_rodape.jpg);
background-repeat:no-repeat;
}
