/*
 * COLUNAS */
 div.coluna {
	display:block;
	width:458px;
	float:left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #F49799;
}
div.coluna div.bloco {
	float:left;
	width:100%;
	display:block;
}
div.coluna SPAN {
	float:left;
	display:block;
	height:100%;
	width:150px;
}
div.coluna .texto {
	width:290px;
	float:left;
	padding-left:10px;
	display:inline;
}

div.right {
	border:0 none;
}