/* estilos da marquee */



/* /////// só marquee //////// */
.bodyNewsTicker
{
	clear: both;
	width: 445px;
	height: 20px;
	margin: 0 0 10px 0;
	display:block;
	line-height: 20px;
	font-size: 11px;
	padding: 0;
	background: transparent url(../images/marquee/fundo.gif) 10px top no-repeat;
}

.bodyNewsTicker strong /* data */
{
	color: #F72925;
	font-weight: bold;
}

.bodyNewsTicker em /* hora */
{
	color: #666;
	font-weight: normal;
	font-style:normal;
	margin:0 5px;
}

.bodyNewsTicker div a /* título */
{
	color: #000;
	font-weight: normal;
	font-style:normal;
	text-decoration:none;
}

.bodyNewsTicker div a:hover /* título */
{
	text-decoration:underline;
}

.bodyNewsTicker .boxSetas 
{
	float: left; 
	width: 11px;
	height: 20px; 
	padding: 0 7px 0 12px;
	margin: 0;
	overflow: hidden;
	line-height: 100%;
	white-space: normal;
}

#siteMainBox .bodyNewsTicker .boxSetas img
{
	margin: 3px 0;
	width: 11px;
	height: 6px;
	display: block;
	position: relative;
	top: 0;
	cursor: hand;
	cursor: pointer;
}

.bodyNewsTicker .boxMarquee
{
	float: left;
	width: 415px;
	height: 20px;
}

/* /////// outros //////// */

.shim
{
	clear: both;
	line-height: 1;
	color: #fff;
	font-size: 1px;
	height: 1px;
}

#boxDestaqueHome
{ 
	background-color:#FFFFFF;
	overflow:visible;
	display:block;
	clear:left
}
