#aviso_container{
	position: absolute;
	height: 155px;
	width: 100%;
	text-align: center;
	z-index: 3000;
	*left: 0px
}

#aviso {
	width: 356px;
	height: 182px;
	margin: 0 auto;
	z-index: 10;
	text-align: left;
	z-index: 2000;
	overflow: hidden;
	border: 1px solid #d4d1b8;
	background: #eeeace url("../images/bgaviso.gif") 0 128px no-repeat;
}

#textoAviso {
	color: #222222;
	font-weight: bold;
	z-index: 2000;
	text-align: right;	
	position: relative;
	text-align: center;
	font-size: 0.85em;
	margin-top: 50px;
}

#aviso_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
