	.div-pub{
		display:flex; 
		display:-webkit-flex;
	}
	#anuncioPC{
		display:flex;
		display:-webkit-flex;
		width:98%;
		margin:0px 1% 20px 1%;
		height:203px;
		max-height:203px;
		overflow-x:scroll;
		overflow-y:hidden;
		border-left:1px solid lightgrey;
		border-right:1px solid lightgrey;
		border-radius:5px;
	}
	#anuncioPC img{
		min-width:272px; 
		height:203px;
		max-height:203px;
		margin:0px auto;
		display:inline;
		outline-style:none;
		background-image:url('../publicidad/servicios/bkg-pub.jpg');
		background-repeat:no-repeat;
		background-size:100% 100%;
	}
	.avancePC{
		display:none;
	}
	@media(max-width:767px){
		#anuncioPC{
			width:98%;
			margin:0px 1% 5px 1%;
			height:220px;
			min-height:220px;
		}
		#anuncioPC img{
			min-height:220px;
			/*padding:0px 5px;*/
		}
	}
	@media(min-width:540px) {
		.avancePC{
			display:inline-block;
			font-size:50px;
			cursor:pointer;
			user-select: none;
			margin:65px 0px;
			overflow:hidden;
		}
	}
	/* Hide scrollbar for Chrome, Safari and Opera */
	#anuncioPC::-webkit-scrollbar{
	  display: none;
	}
	/* Hide scrollbar for IE, Edge and Firefox */
	#anuncioPC::-webkit-scrollbar{
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	@media(max-width:579px) {
		#anuncioPC{
			height:auto;
			max-height:none;
		}
		#anuncioPC img{
			width:90vw;
			height:auto;
			max-height:none;
		}
	}