/* CSS Document */

#conteudo_volpe {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:115px;
	z-index:91;
}

#noticias_estaticas {
	margin-top:5px;
	font-size:14px;
	width:282px;
	height:100%;
	z-index:90;
	letter-spacing:1px;
	font-weight:bold;
}

#noticias_estaticas span{
font-size:11px; 
color:#333333;
font-weight:normal;
letter-spacing:0;
}

#noticias_estaticas ul {
	width:100%;
	padding-top:0px;
	}

#noticias_estaticas ul li{
	list-style:none;
	width:95%;
	margin-top:5px;
	}
	
#noticias_estaticas ul li a{
	padding:15px 2px 2px 5px;
	border-bottom:#999999 dotted 1px;
	display:block;
	text-decoration:none;
	color:#7a9abc;
	}
	
#noticias_estaticas ul li a:hover{
	/*border-bottom:#999999 dotted 1px;*/
	color:#7a9abc;
	border-left:#666666 solid 1px;
	}
	
#noticias_dinamicas{
	padding-left:0px;
	margin-top:5px;
	width:259px;
	height:240px;
	z-index:91;
	text-align:left;
	}
	
#titulo_noticias_d{
	padding-left:12px;
	padding-top:10px;
	z-index:300;
	}
	
#engloba {
	position:relative;
	left:0px;
	top:10px;
	width:287px;
	height:360px;
	z-index:5;
	border-right:#999999 dotted 1px;
	/*background-image:url(imagens/fundo_noticias_dinamicas.gif);
	background-position:left;
	background-position:top;
	background-repeat:no-repeat;*/
	}

