@charset "utf-8";
/* CSS Document */

#logoRodape {
	width: 207px;
	height: 188px;
	background-image: url(../images/logoRodape.png);
	background-repeat: no-repeat;
	float:left;
	margin: 10px 0 0 50px;
}

#menuRodape {
	float:left; 
	margin: 15px 0 0 70px;
	width: 500px;
}
#menuRodape ul { 
	float: left; 
	list-style:none; 

}
#menuRodape ul li { 
	display:inline;
	margin-left: 5px;
}
#menuRodape ul li.divisoria { 
	display: none;
}
#menuRodape a { 
	font-size: 10px;
	text-decoration:none;
	color:#DCF7EE;
}

#menuRodape a:hover { 
	text-decoration:underline;
}

/* Formulários */

#novidades {
	float:left;
	margin: 50px 0 0 180px;
	width: 250px;
}

#indique {
	float:left;
	margin: 50px 0 0 30px;	
	width: 250px;
}

#indique p spam {
	font-weight:bold;
}

#btEnviar {
	width: 30px;
	height: 27px;
	background-image: url(../images/btForm.jpg);
	margin-left: 222px;
	margin-top: 15px;
	cursor:pointer;
}

#novidades #news #nome { 
	width: 250px; 
	height: 15px;
	background-color: #DDEAE4; 
	border: none;
	color:#377E65;
	font-size:11px;		
}
#novidades #news #email { 
	width: 250px;
	height: 15px; 
	background-color: #DDEAE4; 
	border: none;
	margin-top: 10px;
	color:#377E65;
	font-size:11px;	
}
#novidades #btEnviar { }

#indique #ind #emailR { 
	width: 250px; 
	height: 15px;
	background-color: #DDEAE4; 
	border: none;
	color:#377E65;
	font-size:11px;	
}
#indique #ind #emailD { 
	width: 250px;
	height: 15px;	 
	background-color: #DDEAE4; 
	border:none;
	margin-top: 10px;
	color:#377E65;
	font-size:11px;	
}
#indique #btEnviar { }

#marcaReg {
	float: left;
	width:980px;
	text-align:right;
	border-bottom:1px solid #CCC;
	margin:10px 0 0 0;
}

#marcaReg p {
	font-size: 10px;
	color: #63B79B;
}
