/* data de hoje
------------------------------------------------------------*/
#data_hoje {
	height:210px;
	
}
#data_hoje .scroll{
	overflow:auto; 
	height:165px;
	padding:5px;
	
}

#data_hoje a{
	text-decoration:none;
	color:#000;
}
#data_hoje a:hover{
	text-decoration:underline;
}

#data_hoje h2{
	color:#001366;
	font-style:italic;
	font-weight:normal;
	font-size:13px;
}

#data_hoje ul{
	margin-left:14px;
}

#data_hoje ul li{
	padding-bottom:10px;
}

.thumb{
	margin-right:10px;
	border:0;
	outline:none;
	float:left;
	width:150px;
	height:180px;
	background-position:center;
	background-repeat:no-repeat;
}



/* curiosidades
------------------------------------------------------------*/
#curiosidades{
	height:336px;
}

#curiosidades div.thumb{
	float:left;
	width:170px;
}

#curiosidades .txt{
	margin-left:0;
	float:left;
	width:140px;
}

#curiosidades h2{
	font-size:12px;
	color:#001366;
	font-weight:normal;	
	margin-bottom:10px;
}

#curiosidades h2 a{
	color:#a1a1a1;
	font-style:italic;
	text-decoration:none;	
}

#curiosidades h2 a:hover{
	text-decoration:underline;
}

/* noticias
------------------------------------------------------------*/
div.noticias .item{
	float:left;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
	width:100%;
	clear:both;
}
div.noticias .item .thumb { 
	width:77px;
	height:77px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	margin-right:7px;
	display:block;
}

div.noticias .item p.chn {
	color:#000;
	margin-bottom:5px;
	font-size:10px;
	font-weight:bold;
}
div.noticias .item h2 {
	color:#382571;
	margin-bottom:5px;
	font-size:12px;
	clear:none;
	margin-bottom:0;
	padding:0;
}

div.noticias .item h2 a{
	color:#382571;
	font-weight:bold;
	font-size:13px;
}

div.noticias .item p {
	display:block;
	color:#333;
	font-size:11px;
}

div.noticias .item ul{list-style:none;font-size:11px;}
div.noticias .item ul li{margin-top:10px;}

div.noticias .half {
	width:50%;
	float:left;
	clear:none;
}
div.noticias .half.div {
	border-left:1px solid #a3a3a3;
	padding-left:10px;
	width:45%;	
}


/* imagem do dia
------------------------------------------------------------*/
#imagem_dia{
	height:224px;
}

#imagem_dia div.thumb{
	float:left;
	width:140px;
}
#imagem_dia div.txt{
	margin-left:0;
	float:left;
	width:180px;
}

#imagem_dia h2{
	font-size:12px;
	color:#001366;
	font-weight:normal;	
	margin-bottom:10px;	
}

#imagem_dia h2 a{
	color:#a1a1a1;
	font-style:italic;
	text-decoration:none;	
}

#imagem_dia h2 a:hover{
	text-decoration:underline;
}


/* artigo do dia
------------------------------------------------------------*/
#artigo_dia{
	height:462px;
}

#artigo_dia div.thumb{
	float:left;
	width:140px;
}
#artigo_dia div.txt{
	margin-left:0;
	float:left;
	width:180px;
}

#artigo_dia h2{
	font-size:12px;
	color:#001366;
	font-weight:normal;	
	margin-bottom:10px;	
}

#artigo_dia h2 a{
	color:#a1a1a1;
	font-style:italic;
	text-decoration:none;	
}

#artigo_dia h2 a:hover{
	text-decoration:underline;
}

