* {margin: 0; padding: 0; list-style: none; text-decoration: none; font-style: normal; outline: none;}

body {
background: #009ED8 url(../imagens/construtor/passos/bg_passos.jpg) top left repeat-x;
font-size: 12px;
font-family:	Verdana, Arial, Helvetica, sans-serif;
}
img{ border:0;}
#geral{
	width:			100%;
	height:			620px;
	margin:			0 auto;
	
	}

#topo{
	background:		transparent url(../imagens/construtor/passos/topo.jpg) center no-repeat;
	padding:		0 0 0 340px;
	width:			360px;
	margin:			5px auto;
	height:			59px;
}

#topo img{
	margin:			8px 0;
	padding:		0 5px;
	}

#passo{
	width:			680px;
	display:		table;
	margin:			0 auto;
	}

#passo_descricao{
	position:		relative;
	width:			680px;
	display:		table;
	margin:			0 auto;
	
	}

#passo_descricao a.anterior img{
	position:		absolute;
	left:			0;
	display:		block;
	}

#passo_descricao a.proximo img{
	position:		absolute;
	right:			0;
	display:		block;
	}

#passo_descricao h1{
	font-size:		19px;
	padding:		2px 70px;
	color:			#fff;
	font-family:	"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

#passo_descricao p{
	font-size:		12px;
	padding:		2px 70px;
	color:			#fff;
	text-align:		justify;
	font-weight:	700;
	}
