@charset "utf-8";
/* CSS Document */

	/*  	INÍCIO DO CSS CONTEÚDO NOTÍCIAS 	*/

body.noticias{
	margin: 0 auto;
	text-align:center;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:100%;
	height:100%;
}
#container_noticias {
	margin: 5px 25px 0px 20px;
	text-align:left;
	width: 605px;
	height: 100%;
	overflow-x: hidden;
	font-size: 14px;
}
hr.noticias {
	background-image: url(../images/noticias/linha_noticias.jpg);
	background-repeat:no-repeat;
	width:605px;
	height:8px;
	border: none;
}
#container_noticias h1 {
	font-size:22px;
	font-weight: bold;
	color:#444;
}
#container_noticias h2 {
	font-size:18px;
	font-weight: bold;
	color:#444;
}
#container_noticias ul li {
	list-style-type: none;	
}

a{
	font-size:13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color:#828300;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
	color:#a7a801;
}

#noticias_home {
	height: 168px;
	width: 325px;
	float:left;
}
h1.noticias_home {
	background-image: url(../images/images/noticias.jpg);
	background-repeat: no-repeat;
	width: 325px;
	height: 30px;
	margin: 0 auto;
}
.noticias_bg {
	background-image: url(../images/images/noticias_bg_middle.jpg);
	background-repeat: repeat-y;
	height: 123px;
	width: 602px;
}
.noticias_bg_bottom {
	background-image: url(../images/images/noticias_bg_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 602px;
}
	

#scrollingContainer{
	width:300px;	
	height:132px;	
	margin:0px 10px 0px 10px;
	padding:0px;
	position:absolute;
	text-indent:0em;
}

#scrollingContainer #scrollingContent h2 {
	padding: 3px;
	margin: 15px 0px -10px 0px;
}
#scrollingContainer #scrollingContent div.linha_noticias {
	background-color: #404040;
	display:block;
	height:2px;
}

strong.seo {
	font-weight: normal;	
}

span.bold {
	font-weight: bold;
}
	/*  	FIM DO CSS CONTEÚDO NOTÍCIAS 	*/

