@charset "utf-8";
/* CSS Document */


/*INICIO CONTEUDO SOBRE NOS*/
#grpSite #conteudo #grpConteudo #txtPassoaPasso{
	min-height:500px;
	width:910px;
	margin:0 0 0 10px;
	font-family:verdana, arial, helvetica;
	font-size:13px;
	color:#676767;
}

#grpSite #conteudo #grpConteudo #txtPassoaPasso #pontos{
	position:absolute;
	width:2px;
	height:600px;
	background-image:url(../img/passos/pontos.gif);
	background-repeat:repeat-y;
	float:left;
	left:25px;
}
#grpSite #conteudo #grpConteudo #txtPassoaPasso #itens{
	width:900px;
	height:auto;
	float:left;
	background-image:url(../img/passos/pontos.gif);
	background-repeat:repeat-y;
	background-position:15px;
}

#grpSite #conteudo #grpConteudo #txtPassoaPasso #itens ul{
	list-style:none;
	line-height:20px;
	text-align:justify;
	margin-bottom:30px;
}
#grpSite #conteudo #grpConteudo #txtPassoaPasso #itens ul li.textoItem{
	margin:0 0 30px 45px;
}

/*FIM CONTEUDO SOBRE NOS*/