/********************
Conteudo principal
********************/
#info {
	float: left;
	width: 322px;
	padding-top: 7px;
}

#info div { margin-top: 10px; }

#info h2 {
	font-size: 1.6em;
	padding-left: 7px
}

#info ul {
	padding: 5px;
	padding-bottom: 0;
}

#info li {
	margin-bottom: 3px;
	padding-left: 10px;
	background: url(../images/bullet01.gif) no-repeat left;
}

#info a:hover { text-decoration: underline; }

	/********************
	Destaque
	********************/
	#info a.destaque {
		display: block;
		padding: 2px 7px 5px;
		border: 2px solid #8F98B5;
		background-color: #3C5291;
	}
	
	#info a.destaque strong {
		font-size: 1.6em;
		display: block;
	}
	
	#info a.destaque span {
		font-size: 1em;
		text-decoration: underline;
	}
	
	#info a.destaque, #info a.destaque * { color: #FFF; }
	
	#info a.destaque:hover {
		text-decoration: none;
		background-color: #6072A6;
	}
	/********************
	Fim do destaque
	********************/

	/********************
	Nossa estrutura
	********************/
	#info .imagem {
		display: block;
		width: 315px;
		height: 118px;
		margin: 5px 0 3px;
		overflow: hidden;
		border: 2px solid #6B7AAB;
	}
	
	#info .imagem:hover { border-color: #273C77; }
	
	#info p a {
		margin-left: 5px;
		padding-left: 10px;
		background: url(../images/bullet01.gif) no-repeat left;
	}
	/********************
	Fim: Nossa estrutura
	********************/

	/********************
	Informativo
	********************/
	#informativo h2 {
		color: #FFF;
		padding: 3px 7px;
		border: 2px solid #8F98B5;
		background-color: #3C5291;
	}
	/********************
	Fim: Informativo
	********************/

	/********************
	Vantagens
	********************/
	#vantagens {
		padding: 7px 0 3px;
		background: url(../images/vantagens.gif) repeat-x top
	}
	/********************
	Fim: Vantagens
	********************/
/********************
Fim do conteudo principal
********************/


/********************
Lateral direita
********************/
#secoes {
	float: right;
	width: 160px;
	padding: 5px 6px;
	background: url(../images/bg-lateral.gif) repeat-x top;
}

#secoes div { margin-bottom: 8px; }

#secoes h3 {
	height: 43px;
	margin-bottom: 5px;
	text-indent: -9999px;
	border: 2px solid #B7BED2;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

	/********************
	Localização
	********************/
	.vcard h3 { background-image: url(../images/localizacao.gif); }
	
	.vcard .url, .vcard .email { display: none; }
	
	.vcard address { font-style: normal; }
	
	.vcard .fn, .vcard address, .vcard .tel { padding: 0 15px 7px; }
	
	.vcard .tel { padding-bottom: 5px; }
	
	.vcard a {
		margin-left: 15px;
		padding-left: 11px;
		background: url(../images/bullet01.gif) no-repeat left;
		text-decoration: underline;
	}
	
	.vcard a:hover { text-decoration: none; }
	/********************
	Fim: localização
	********************/

	/********************
	Multimidia
	********************/
	#multimidia h3 { background-image: url(../images/multimidia.gif); }
	
	#multimidia a {
		display: block;
		width: 156px;
		height: 73px;
		margin-bottom: 3px;
		border: 2px solid #B7BED2;
	}
	
	#multimidia a:hover { border-color: #6B7AAB; }
	
	#multimdia a img {
		display: block;
		width: 156px;
		height: 73px;
		overflow: hidden;
	}
	
	#multimidia p {
		text-align: justify;
		padding: 0 8px 0 5px;
	}
	/********************
	Fim: multimidia
	********************/

	/********************
	Enquete
	********************/
	#enquete h3 { background-image: url(../images/enquete.gif); }
	
	#enquete form { padding: 0 12px 0 10px; }
	/*
	#enquete ul { margin-top: 8px; }
	
	#enquete li { margin-bottom: 5px; }*/
	
	#enquete p { margin-bottom: 5px; }
	
	#enquete .enquete { padding: 10px 0;}
	
	/*#enquete*/ .button 
	{
		float:left;
		width:60px;
		cursor: pointer;
		color: #FFF;
		text-align: center;
		display: block;
		padding: 3px 6px;
		margin:5px 2px;
		border: 2px solid #B0BCE2;
		background-color: #61719C;
	}	
	
	#enquete .button:hover { background-color: #7586B6; }
	/********************
	Fim: enquete
	********************/
/********************
Fim da lateral direita
********************/