div#boxes { float: left; width: 725px; }
	div#boxes div.row { }
	div#boxes div.second { padding: 10px 0px; background: url(../../images/bg_quadrinhos.gif); }
		div#boxes div.row div.lead { position: absolute; bottom: 0px; margin: 0px 15px; border-width: 2px; border-style: solid; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 10px; background-color: #fff; font-size: 12px; }
			div#boxes div.row div.lead div.name { margin-bottom: 5px; font-weight: bold; }
		div#boxes div.row div.big,
		div#boxes div.row div.medium,
		div#boxes div.row div.small { float: left; position: relative; left: 0px; top: 0px; }
		
		div#boxes div.row div.big { width: 458px; height: 378px; margin-right: 13px; }
			div#boxes div.row div.big div.lead { border-color: #de631f; }
				div#boxes div.row div.big div.image { width:458px; height: 328px; overflow: hidden; }
						div#boxes div.row div.big div.image img{ width:100%; height: 328px; }
		div#boxes div.row div.medium { width: 242px; height: 378px; }
			div#boxes div.row div.medium div.lead { border-color: #de631f; }
				div#boxes div.row div.medium div.image { width:246px; height: 328px; overflow: hidden; }
					div#boxes div.row div.medium div.image img{ width:246px; height: 100%; }
		div#boxes div.row div.small { width: 231px; height: 163px; margin-right: 10px; }
				div#boxes div.row div.small div.image { width:231px; height: 148px; overflow: hidden; }
				div#boxes div.row div.small div.image img{ height: 148px; width: 100%; }
			div#boxes div.row div.small div.lead { border-color: #334281; }
				div#boxes div.row div.small div.lead div.text { font-weight: bold; }
					div#boxes div.row div.small div.lead div.text a { color: #334281; }

/*links*/						
div.links { font-size: 12px; }
	div.links a { color: #334281; }

div#divlateral{
	float:right;
	width: 258px;
}

/*noticias*/
div#divlateral  div#news { float: right; width: 258px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; 
background-color: #fff; font-weight: bold; border: 2px solid #fff; }
	div#news div.title{ color: #de631f; font-weight: bold; margin-left: 10px; margin-bottom: 10px; margin-top: 10px; }

	div#news div.new { color: #99a2a4; margin: 0px 12px 20px;}
		div#news div.new div.image { float: left; margin: 0px 5px 0px 0px; }
			div#news div.new div.image img{	width: 104px; height: 126px; }
		div#news div.new div.name { font-weight: bold; text-transform: uppercase; font-size: 11px; }
			div#news div.new div.name a { color: #99a2a4; }
		div#news div.new div.date { margin-bottom: 5px; color: #99a2a4; font-weight: normal; font-size: 9px; text-transform: uppercase; }
		div#news div.new div.description {  color: #99a2a4; font-size: 10px; font-weight: normal; text-transform: none;}
		div#news div.new div.link { color: #99a2a4; font-weight: normal; font-size: 9px; }
			div#news div.new div.link a { color: #99a2a4;}

	div#news div.rss { margin: 0px 15px; padding: 0px 0px 15px; font-size: 10px; font-weight: normal; }
		div#news div.rss a{ color: #99a2a4; }
		
		/* enquete */		
div#divlateral div#enquete{
float: right; width: 258px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; 
background-color: #fff; font-weight: bold; border: 2px solid #fff;display:block; margin:5px 0px 0px 0px; 
}
	div#enquete div.title{ color: #de631f; font-weight: bold; margin-left: 10px; margin-bottom: 10px; margin-top: 10px;}
	
	div#enquete div.pergunta{ font-family:Verdana,sans-serif;font-style:normal;font-variant:normal;
	line-height:normal;color:#99A2A4;font-size:11px;font-weight:bold;text-transform:uppercase;margin:5px }
	div#enquete div.opcao{ color:#99A2A4;font-size:12px;font-weight:normal;text-transform:none;margin:5px;text-transform:uppercase; }
