@charset "utf-8";
/* CSS Document */

#tres_passos {
	height: 800px;
	width: 780px;
}

#tres_passos p {
	margin: 10px;
	color: #787D80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#step1, #step2{
	width: 220px;
	height: 332px;
	float: left;
	margin-left:80px;
	margin-bottom:10px;
	background-image: url(../../imagens/dicas/bg_dicas.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#step3, #step4{
	width: 220px;
	height: 332px;
	float: left;
	margin-left:80px;
	margin-bottom:40px;
	background-image: url(../../imagens/dicas/bg_dicas.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
