.anuncioV{
	position: absolute;
	left: 510px;
	top: 110px;
	}
	
.anuncioH{
	position: absolute;
	top:85;
	
	
	}
	

/* Comandos para novo posicionamento de banners */

.anuncioH2{
	position: relative;
	/*border: 1px solid #990000;*/
/*	overflow: hidden; /* Retirar aqui caso queira que os banner horizontal aparece completo*/
	width: 625px;
	margin-top: 10px;
	margin-left: 6px;
	margin-bottom: 10px;
}

.anuncioV2{
	/*border: 1px solid #990000;*/
	position: absolute;
	left: 520px;
	top: 220px;
}

.anuncioV3{
	/*border: 1px solid #990000;*/
	position: absolute;
	left: 560px;
	top: 220px;
}
/
