/* CSS Document */

.div_fundo {
	background-color: #d7dad0;
	margin:15px 15px 15px 15px;
}

.div_coluna {
	background-color: #d7dad0;
	margin:15px 15px 15px 15px;
	width:230px;
	text-align:left;
}

.titulo_1 {
	font-family: Tahoma;
	font-weight: bold;
	color: #666666;
	font-size: 14px;
	text-align:left;
	padding-top:15px;
}

.txt {
	font-family: Tahoma;
	color: #666666;
	font-size: 11px;
	text-align:left;
	}

.imagens {
	float:left;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;


}

.mais {
	font-family: Tahoma;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	text-align:left;
	background-image:url(imagens/seta.gif);
	background-repeat: no-repeat;
	background-position:center;
}

.footer {
	font-family:Tahoma;
	color:#999999;
	font-size:11px;
	text-align:center;
}

