#box_img_bannertopo
{
	position:relative;
	vertical-align:bottom;
	float:left
}
#box_img_bannertopo img
{
	display:none;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}

/*EVENTOS*/
#box_img_evento
{
	position:relative;
	float:left
}

#box_img_evento .mascara
{
	display:block;
	width:122px;
	height:60px;
	background:url(../imagens/mascara_eventos.gif) no-repeat;
	z-index:1;
	position:absolute;
}
/*HUMOR*/
#box_img_humor
{
	position:relative;
	float:left
}
#box_img_humor .mascara
{
	display:block;
	width:94px;
	height:74px;
	
	background:url(../imagens/mascara_humor.gif) no-repeat;
	z-index:1;
	position:absolute;
}

/*BRINDE*/
#box_img_brinde
{
	position:relative;
	vertical-align:bottom;
	float:left
}

#box_img_brinde .mascara
{
	display:block;
	width:129px;
	bottom:0px;
	clear:both;
	/*border:1px solid;*/
	height:16px;
	background:url(../imagens/mascara_brinde.gif) no-repeat;
	z-index:1;
	position:absolute;
}
/*NOTICIA*/
#box_img_noticia
{
	position:relative;
	vertical-align:bottom;
	float:left
}
#box_img_noticia img
{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}
#box_img_noticia .mascara
{
	display:block;
	width:201px;
	/*border:1px solid;*/
	height:166px;
	background:url(../imagens/mascara_noticias.gif) no-repeat;
	position:absolute;
	z-index:2;
}

/*Colunista*/
#box_img_colunista
{
	position:relative;
	float:left
}

#box_img_colunista .mascara
{
	display:block;
	width:60px;
	height:54px;
	top:0;
	left:0;
	background:url(../imagens/mascara_jornalistas.gif) no-repeat;
	z-index:1;
	position:absolute;
}

/*Reportes*/
#box_img_reporter
{
	position:relative;
	text-align:center;
	float:left
}
#box_img_reporter a
{
	display:block;
	width:65px;
	text-align:center;
}

#box_img_reporter .mascara
{
	display:block;
	width:65px;
	height:60px;
	background:url(../imagens/mascara_opinicao.gif) no-repeat;
	z-index:1;
	position:absolute;
}
