
#conteudo {
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 50px;
	display: table;
}
#banner {
	height: 331px;
	position: relative;
	background-image: url(../images/fundo_banner.jpg);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
}
#conteudo div.tres_colunas a {
	text-decoration: none;
}
#conteudo div.tres_colunas {
	position: relative;
}
#conteudo .tres_colunas div.col{
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	min-height: 230px;
}
#conteudo .tres_colunas div.col img{
	border: solid 5px #eeebde;
	text-align: center;
	margin: 0px auto;
}
#conteudo .colfull {
	margin-left: 1%;
	margin-right: 1%;
}
#conteudo .colfull img{
	border: solid 5px #eeebde;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
table.real th, table.real th div,  table.real th div a {
	background-color: #006438;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
table.real td {
	background-color: #F7F7F7;
}

