/*******************************************************************************************************
*************************************** TOPO COM MENU **************************************************
*******************************************************************************************************/

#ul_premiacoes{
	text-align:center;
	width: 100%;
	list-style-type: none;
	padding: 10px 0 10px 0;
	clear: both;
}

#topo_premiacoes li{
	display: inline;
	text-align: center;	
}

#topo_premiacoes li a{
	font: 12px Arial, Tahoma, Times, Sans;
	color: #666;
	text-align: center;
	padding: 10px 20px 10px 20px;
}

#topo_premiacoes li a:hover{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background:#fff url('../imagens/templates/fundo-menu.jpg');
	padding: 10px 19px 10px 19px;
}

#topo_mapas li #a_atual{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background:#fff url('../imagens/templates/fundo-menu.jpg');
	padding: 10px 19px 10px 19px;
}


/*******************************************************************************************************
*************************************** TOPO COM MENU **************************************************
*******************************************************************************************************/

.bloco{
	width: 230px;
	height: 350px;
	float: left;
	margin: 20px 0px 20px 20px;
	text-align: center;
	border: 0px solid #ccc;
}

#primeiro{clear: left;}

.bloco p{
	font: 14px Arial, Tahoma, Times, Sans;
	color:#555;
}
.bloco h3{
	font: 18px Arial, Tahoma, Times, Sans;
	color: #49A8D2;
}

.imagem{
	height: 220px;
	background-repeat:no-repeat;
	background-position:bottom;
}

.bloco img{
	margin: 0 auto;
}

