.logo a {

height: 160px;

}

span.preco-parcela {
    
display: none;
    
}

.botao{
	font-weight: bold;
	padding: 10px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	color: #ffffff;
	margin-left: 20px;
}
.botao:hover{
	color: #330000;
	background-color: #ffffff;
	/*CSS 3*/
	border-radius: 10px 0px 10px 0px;
}