#aviso_container{
	position: absolute;
	height: 155px;
	width: 100%;
	text-align: center;
	z-index: 8000;
	*left: 0px
}

#aviso {
	/*width: 357px;
	height: 204px;*/
	width: 357px;
	height: 204px;
	background: url(../../../images/aviso.gif) no-repeat;
	margin: 0 auto;
	z-index: 10;
	text-align: left;
	z-index: 7001;
	overflow: hidden;
	
}

#textoAviso {
	width: 340px;
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #050758;
	font-weight:bold;
	/*font-weight: bold;*/
	margin: 160px 0 0 30px;
	z-index: 7000;
	text-align: right;
	padding: 0 10px 0 0;
	position: relative;
	text-align:left;
}

	#textoAviso .seta {
		margin: -6px 5px 0 0;
	}

#aviso_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6000;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.textoAviso p {
}
