#principal {
	overflow: auto;

	margin-left:0px;
	min-height: 602px;
}

* html #principal {
	height: 602px;	
}

#principal h2 {
	height: 28px;
}

#banner 
{
    /*border:solid 1px red;*/
    
	width: 513px;
	height: 186px;
	
	margin-bottom: 10px;

	background-image: url(../../imagens/estrutura/banner_evento.jpg);
}

.bloco {
	position: relative;

	width: 223px;
	height: 141px;

	margin-top: 7px;

	color: #333;
	background-image: url(../../imagens/estrutura/index_bloco.gif);
	background-position: top left;
	
	font-size: 80%;
}

.bloco h3 {
	margin: 0 0 18px 9px;
	padding-top: 11px;

	font-size: 100%;
}

.bloco img {
	float: left;

	margin-left: 3px;
	margin-right: 10px;
}

.bloco p.desc {
	overflow: hidden;

	height: 70px;

	margin-right: 10px;
}

.bloco p.canto_direita {
	bottom: 4px;
	right: 5px;
}

.bloco p.canto_direita a {
	color: #333;

	font-weight: bold;
}

.bloco ul {
	margin-left: 16px;
	margin-right: 12px;
}

.bloco li {
	margin-top: 5px;
	line-height: 12px;
}

.bloco li a {
	color: #333;
}

.bloco li a:hover,
.bloco li a:focus
.bloco li a:active {
	text-decoration: underline;
}

#conheca_mais {
	float: left;
	display: inline; /* Para o IE6 */

	width: 234px;

	margin-left: 17px;
}

#conheca_mais h2 {
	background-image: url(../../imagens/estrutura/h2_fomento_fundo.gif);
}

#conheca_mais a {
	color: #0a5089;
}

#conheca_mais a:hover,
#conheca_mais a:focus,
#conheca_mais a:active {
	color: #2c72ab;
}

#informativos {
	float: left;

	width: 234px;
}

#informativos h2 {
	background-image: url(../../imagens/estrutura/h2_informacoes_fundo.gif);
}

#informativos h3 {
	margin-bottom: 0;
}

#informativos a {
	color: #0a5089;
}

#informativos a:hover,
#informativos a:focus,
#informativos a:active {
	color: #2c72ab;
}

#info h3 {
	margin-bottom: 15px;
}