/*GERAL*/
*{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*TAGS*/
html, body{
	width: 100%;
	height: 100%;
	border: 0;
	overflow:hidden;
}

a{
	overflow: hidden;
	text-decoration: none;
}

img{
	border: 0;
}

table{
	border-collapse: collapse;
}

embed, object{
	outline: none;
}

/*CONTAINER*/
.container{
	width: 100%;
	height: 100%;
}

/*BG MODAL*/
.bg_modal{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
	background: #000;
}

/*PROMOCAO*/
.promocao{
	width: 420px;
	height: 292px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin: -146px 0 0 -210px;
}

.promocao.vencedores{
	width: 318px;
	height: 323px;
	margin: -162px 0 0 -159px;
}

.promocao a{
	height: 100%;
	display: block;
	outline: none;
}

.promocao .bt_fechar{
	width: 85px;
	height: 21px;
	float: right;
	clear: both;
	cursor: pointer;
	text-indent: -9999px;
	position: relative;
	background-image: url(../img/bt_fechar.png);
}

.promocao .promocao_content{
	float: left;
	clear: both;
	padding-top: 20px;
}

.promocao .promocao_content h2{
	width: 420px;
	height: 250px;
	text-indent: -9999px;
	background-image: url(../img/promocao.png);
}

.promocao.vencedores .promocao_content h2{
	width: 318px;
	height: 323px;
	text-indent: -9999px;
	background-image: url(../img/promocao_vencedores.png);
}