ul#split, ul#split li {
	margin:0px;
	padding:0px;
	list-style:none
}

ul#split li {
	float:left;
	width:190px;
	margin:0px 0px 10px 0
}

ul#split h3 {
	font: normal 120%/1.3 Verdana, sans-serif;
	text-transform:uppercase;
	margin:0px;
	padding: 5px 0 0;
	text-align:center;
	color: #000;
	font-weight:bold;
}

ul#split p {
	margin:0;
	padding:0px 8px; /*padding:5px 8px*/
}

li.one {
	background:#CAE4FF;
}

li.two {
	background:#bdb8e8; /*bdb8e8*/
}

li.three {
	background::#CAE4FF;
}





#container {
	width:741px;
	overflow: hidden;
	margin:0 0 0 0;
	padding:0px;
	border:0px;
}

#container div { float: left; margin-bottom: -2000px; padding-bottom: 2000px; }

.manchete {
	width:294px; float:left;
	margin-left:5px;
	/*border:1px solid green;*/
}

#bg_manchete {
	width:300px;
	/*height:800px;*/
	border:0px solid red;
	padding:15px;
	margin:2px 7px 10px 0px;
	background:url(/img/gradient-destaques.png);
	background-color: #f0f3f5;
	background-repeat: repeat-x;
	background-attachment: scroll;
	float:left;
}

#bg_submanchete {
	width:192px;
	/*height:800px;*/
	border:0px solid red;
	padding:10px;
	margin:2px 0px 10px 0px;
	background:url(/img/gradient-destaques.png);
	background-color: #f0f3f5;
	background-repeat: repeat-x;
	background-attachment: scroll;
	float:left;
}

#bg_destaques {
	width:172px;
	/*height:800px;*/
	border:0px solid red;
	padding:0 0 0 7px;
	margin:2px 0px 10px 0px;
	/*background:url(/img/gradient-news.png);
	background-color: #f0f3f5;
	background-repeat: repeat-x;*/
	background-attachment: scroll;
	float:left;
	text-align:center;
}


.blocos_destaques {
	width:100%;
	border:0px solid green;
	padding:10px 0 50px 0;
	margin:0px 0px 50px 0px;
	background:url(/img/gradient-destaques.png);
	background-color: #f0f3f5;
	background-repeat: repeat-x;
	background-attachment: scroll;
	color:#4d8fcd;
	font-family: Trebuchet MS,Arial,Verdana;
}


.link_curso, .link_curso a:link, .link_curso a:visited{
	font-family: Trebuchet MS,Arial,Verdana;
	font-size:11px;
	padding-left:3px;
	color:#3b6e9d;
	text-transform:uppercase;
}

.link_curso a:focus, .link_curso a:hover, .link_curso a:active {
	color:3b6e9d;
	text-decoration:underline;
}	



.titulo_manchete {
	font-size: 24px;
	line-height:26px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	border:0px;
	font-family: Trebuchet MS,Arial,Verdana;
	text-decoration: none;
	color: #004377;
	text-align:center;
}

.titulo_submanchete {
	font-size: 16px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	border:0px;
	font-family: Trebuchet MS,Arial,Verdana;
	text-decoration: none;
	color: #004377;
	line-height:18px;
}

.corpo_noticia {
	margin:5px 0 0px 0;
	border:0px;	
	line-height:18px;
}

a.corpo_noticia:link, a.corpo_noticia:visited {
	text-decoration:none;
}

a.corpo_noticia:focus, a.corpo_noticia:hover, a.corpo_noticia:active {
	color:3b6e9d;
	text-decoration:underline;
}	


/*a.corpo_noticia:hover {
	text-decoration:none;
}

a.corpo_noticia, a.corpo_noticia:visited {
	text-decoration:none;
}
*/


.capitular {
	font-size: 24px;
	font-weight: bold;
}


/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
	border: 0px solid #CCC;
	background: white;
	width: 738px;
	height: 14px;
	margin: 0;
 padding: 0 overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 0px;
	width: 718px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font: bold 10px Tahoma, Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: red;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}




/*Botão Home*/
a.example, a.example:visited {
	color:#fff;
	display:block;
	border:1px solid;
	border-color:#aaa #000 #000 #aaa;
	text-decoration:none;
	width:8em;
	text-align:center;
	height:15px;
	line-height:14px;
	background:#0086fd;
	font-weight:bold
}
a.example:hover {
	color:#fff;
	background:#319fff;
	position:relative;
	top:1px;
	left:1px;
	border-color:#000 #aaa #aaa #000
}

