/*.... ANIMAÇÃO E DESTAQUE DE NOTÍCIA ....*/
/***********************************************************/
.animacao_destaque {
	width:346px;
	float:left;
	/*background:#990000;*/
}
#animacao {
	margin-top:28px;
	margin-left:8px;
	margin-bottom:15px;
}
/*.... DESTAQUE ....*/
/***********************************************************/
.destaque {
	margin:20px 8px 0 8px;
}
.destaque a {
	color:#fff;
	text-decoration:none;
}
.destaque a:hover {
	text-decoration:underline;
}
.destaque a h2 {
	font-size:13px;
}
.destaque a .data {
	color:#ffcc00;
	display:block;
}
.destaque a img {
	float:left;
	border:2px solid #fff;
	margin-top:3px;
	margin-left:2px;
	margin-right:8px;
}

/*.... CALENDÁRIO E ENQUETE  ....*/
/***********************************************************/
.calendario_enquete {
	width:176px;
	margin-top:15px;
	/*height:300px;*/
	float:left;
	/*background:#99CC66;	*/
}
/*.... CALENDÁRIO ....*/
/***********************************************************/
.calendario {
	margin-left:13px;
	width:146px;
	height:191px;
}
.calendario h4 {
	width:146px;
	height:41px;
	background:url(../imagens/titulos/calendario.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}
/*.... NEWSLETTER ....*/
/***********************************************************/
.newsletter {
	background:url(../imagens/enquete_meio.gif) repeat-y;
	width:176px;
	color:#014a7f;
	float:right;
}
.newsletter form {
	background:url(../imagens/enquete_cima.gif) no-repeat top right;
}
.newsletter fieldset {
	min-height:170px;
	border:none;
	padding-bottom:28px;
	*padding:0;
	background:url(../imagens/enquete_baixo.gif) no-repeat bottom right;
}
* html .newsletter fieldset {
	height:170px;
}
.newsletter h4 {
	font-size:16px;
	margin-bottom:5px;
	padding:20px 0 0 25px;	
}
.newsletter span {
	display:block;
	line-height:11px;
	font-size:12px;
	font-weight:bold;
	margin:5px 0 0 10px;
}
.newsletter label {
	margin:0 0 0 14px;
	padding:10px 0 0 0;
	display:block;
	clear:both;
	font-weight:bold
}
.newsletter .input{
	padding:3px;
	width:145px;
	margin-left:12px;
	border:1px solid #415a78
}
.newsletter .ok {
	width:35px;
	height:15px;
	float:left;
	clear:both;
	margin:17px 0 0 70px;
	line-height:60px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	background:url(../imagens/bt_ok.gif) no-repeat
}
.newsletter span{
	font-family:Trebuchet MS;
	color:#014a7f;
	padding-left:10px
}	

* html .enquete .votar {text-indent:0}
.enquete .resultado {
	margin-left:0;
}
.enquete .votado {
	margin-left:32px;
	padding-bottom:28px;
}
.porcentagem {
	float:left
}
.barraPorcento {
	font-size:3px;
	height:3px;
	float:left;
	background:#003c6b
}