/* Fim menu horizontal*/

#rodape {
	width:100%;
	height:150px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-color:#D6E0E7;
	position: absolute;
	bottom: 0; 
}

.clear {clear:both;}

#rodape_centro {
	width:980px;
	margin:auto;
	height:70px;
	position:relative;
	bottom: 0px;
	text-align:center;
}
	
#menu_rodape {
	width:780px;
	height:32px;
	position:relative;
	float:left;
	top: 5px;
	text-align:left;
	color:#0681BA;
}
	
#contato_rodape {
	width:150px;
	height:40px;
	float:right;
	top: 5px;
	position:relative;
	text-align:right;
}
	
#assinatura{
	position:relative;
	width:390px;
	margin:auto;
	height:23px;
	bottom: 0px;
	color:#A9BECD;
}


a.link_rodape:link, a.link_rodape:visited, a.link_rodape:active {
	text-decoration:none;
	color: #0681BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin-left:4px;
	margin-right:4px;
} 

a.link_rodape:hover {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin-left:4px;
	margin-right:4px;
}
.fonte_telefone{
	font-size: 16px;
	font-weight: bold;
	color:#0681BA;
}

.email_rodape{
	font-size: 12px;
	color:#0681BA;
}

.logo_studio{
position:relative;
top:2px;
padding-left:1px;
padding-right:1px;
}

