@charset "iso-8859-1";
/* CSS Document */

/* Panel Anunciantes */

#panel {
	display: none;
	z-index: 110;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 190px;
	background: url('../../img/panel_bg.png') repeat-x;
}

.anunc_btn {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 45%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.btn_slide {
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	display: block;
	border: 0;
}

#anunc_tbl {
	width: 680px;
	height: 150px;
	margin: auto;
	margin-top: 10px;
}

#anunc_tbl td {
	width: 175px;
	height: 150px;
}

#anunc_tbl td img, #anunc_tbl td a {
	border: 0;
	text-decoration: none;
	width: 165px;
	height: 60px;
}

#anunc_tbl .t_ajuste {
	background: none;
	height: auto;
	width: auto;
	border: 0;
	text-align: right;
}

.t_close a {
	padding: 3px;
	background: #000;
	color: #eee;
	font-weight: bold;
	text-decoration: none;
}

.t_close a:hover {
	color: #ff6633;
	background: #000;
}
