/*
Arquivo desenvolvido por ExcCom.com.br
Licença somente com autorização mediante contrato.
Se você baixou este arquivo sem autorização está sujeito as medidas judiciais ou deverá arcar com os custos de produção deste.

Design: Danielly Sabadini
CSS: Tiago Sabadini
Empresa: ExcCom
Site: www.exccom.com.br
*/

*{margin:0; padding:0;}
body{
	text-align:center;/*IE*/
	margin:0 auto;
	background: #383107 url(../_img/bg_geral.jpg) center top no-repeat;
}
#tudo{
	width:950px;
	margin:0 auto;
	text-align:left;
	font-family:"trebuchet MS", "Tw Cen MT", Arial, sans-serif;
	color:#fff;
}
#topo{
	width:950px;
	height:240px;
	background:url(../_img/globo_superior.png) top 600px no-repeat;
	/*border:1px solid #ccc;*/
}
#topo .logo{margin-top:20px;}

#menu{float:left; width:210px;}

#menu ul, #menu ul li{list-style:none;}
#menu ul li{
	width:180px; 
	margin-bottom:5px;
	background: url(../_img/bg_menu.png) center center repeat-y;
}
#menu ul li a{
	width:180px;
	height:34px;
	font:14px "trebuchet MS", "Tw Cen MT", Arial, sans-serif;
	color:#fff;
	display:block;
	text-align:left;
	text-indent:80px;
	line-height:35px;
	text-decoration:none;
	background:url(../_img/seta_menu.png) 30px center no-repeat;
	
}
#destaque{
	float:right;
	width:710px;
	padding-top:60px;
	background:url(../_img/bg_destaques_globo.png) top 361px no-repeat; 
}
#noticias{
	width:950px;
	float:left;
	margin-top:50px;
	margin-bottom:50px;
	}
#boxNoticia{
	float:left;
	width:300px;
	margin-right:25px;
}
#boxNoticia img{float:left; margin-right:5px;}

#rodape{
	clear:both;
	width:950px;
	height:40px;
	background:url(../_img/bg_rodape.jpg) center top repeat-y;
}

#rodape a{
	height:34px;
	font:14px "trebuchet MS", "Tw Cen MT", Arial, sans-serif;
	color:#fff;
	margin-left:10px;
	text-align:center;
	line-height:40px;
	text-decoration:none;
}


/*TEXTOS*/
h1{
	background:url(../_img/seta_titulo.jpg) left bottom no-repeat;
	font-size:24px;
	text-align:left;
	text-indent:30px;
	border-bottom:2px solid #354157;
}
h2{
	margin:25px 0 -20px 0;
	padding:0;
	border-left:5px solid #354157;
	text-indent:10px;
}
#boxNoticia p{
	font-size:14px;
	font-weight:normal;
}
#boxNoticia h1{ font-size:20px; margin-bottom:10px;}
	
#destaque img{
	float:left; 
	margin-top:5px; 
	margin-right:5px; 
	margin-bottom:5px; 
	border:2px solid #3069c2;
}
#destaque p{margin-top:40px;}
p.ultimop{ margin-bottom:20px;}

/*LINKS*/
a{color:#fff; text-decoration:underline;}
a:hover{color:#383107; text-decoration:none;}
