﻿/*
box noticias rotativas
dl, dt, dd, a
*/

div#P006 div.noticia_rotativa{
	float: left;
	width: 300px;
	margin: 0 20px 0 0;}

/*formatação img, vid, aud*/

div#P006 dl.P006_IMG,
div#P006 dl.P006_IMG dd,
div#P006 dl.P006_NAV,
div#P006 dl.P006_NAV dd{
	margin: 0;
	padding: 0;}

div#P006 dl.P006_IMG dt{
	height: 75px; /*-30px padding*/
	padding: 0 0 15px 0;
	margin: 0;}

div#P006 dl.P006_IMG dt a{
	color: #005baa;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;}

div#P006 dl.P006_IMG dt a:hover{
	color: #0080c6;
	text-decoration: underline;}
	
div#P006 dl.P006_IMG dd span.credito{
	color: #000;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	display: block;
	margin: -5px 0 5px 0;}

div#P006 dl.P006_IMG dd a img{
	border: 0;
	width: 300px;
	height: 225px;}

div#P006 dl.P006_IMG dd iframe,
div#P006 dl.P006_IMG dd object{
	border: 0;
	width: 300px;
	height: 225px;}

/*navegação bolinhas*/

div#P006 dl.P006_NAV{
	text-align: center;}
	
div#P006 dl.P006_NAV a{
	display: inline-block;
	background: #ccc;
	color: #ccc;
	margin: 10px 1px -1px 1px;
	padding: 0;
	height: 8px;
	width: 8px;
	font-size: 0;
	text-indent: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #fff;}

div#P006 dl.P006_NAV a.ativo {
	border: 2px solid #005baa;
	background: #005baa;}

/*legenda da midia*/

div#P006 dl.P006_IMG dd.legenda{
	height: 30px; /*-30px padding*/
	color: #fff;
	background: #005baa;
	padding: 15px;
	text-align: center;}

/*
coluna notícias secundárias
ul, li, a
*/

div#P006 ul{
	width: 220px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;}

div#P006 ul li{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px #ccc solid;}

div#P006 ul li a{
	color: #005baa;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0 0 10px 0;}

div#P006 ul li a:hover{
	color: #0080c6;
	text-decoration: underline;}
