/* Estrutura ---------------------------------------------------------------- */

BODY {
	background-color						: transparent;
	margin									: 0px;
}

#NoticiaRotativa {
	position								: absolute;
	/*left									: 120px;
	top										: 144px;*/
	height									: 28px;
	z-index									: 99;
	width									: auto !important;
	width									: 2500px;
	min-width								: 2500px;
}

.titulo_rotativo {
	background-position						: center left;
	background-repeat						: no-repeat;
	font-family								: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size								: .55em;
	white-space								: nowrap;
	height									: 18px;
	display									: block;
	width									: 400px;
	text-overflow							: ellipsis;
	overflow								: hidden;
	float									: left;
	margin-left								: 50px;
}

/* Links -------------------------------------------------------------------- */

A:ACTIVE, A:LINK, A:VISITED {
	text-decoration							: none;
	cursor									: hand;
	color									: #FFFFFF;
}

A:HOVER {
	color									: #FFCC00;
}

A IMG {
	position								: relative;
	margin-bottom							: -7px;
}