.anuncio{
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	}

.anuncio > div{
	max-width: 100% !important;
	display: inline-block;
	}
.anuncio_img{
	padding-top: 20px;
	}
.anuncio_img > div{
	position: relative;
	}
.anuncio_img > div > span{
	font-size: 10px;
	position: absolute;
	color: rgba(0,0,0,0.5);
	top: -18px;
	left: 0px;
	}
.anuncio-728x90{
	width: 100%;
	padding: 20px 0px 10px 0px;
	}
.anuncio-728x90 > div{
	width: 728px;
	height: 90px;
	}
.anuncio-300x250 > div{
	width: 300px;
	height: 250px;
	}

@media (max-width: 840px) {
	.anuncio[data-tipo='d']{
		display: none;
		}
	.anuncio[data-tipo='m']{
		display: block;
		}
	}

@media (min-width: 841px){
	.anuncio[data-tipo='d']{
		display: block;
		}
	.anuncio[data-tipo='m']{
		display: none;
		}
	}