*{
	-webkit-touch-callout: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
}

.tile{
	background:none repeat scroll 0 0 transparent;
	overflow:auto;
	position:fixed;
	z-index:150;
}
.e{
	top:140px;
	left:0px;
	z-index:1500;
	
}

img.perro{
	height:170px;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



@media screen and (max-width: 600px){
	
	.tile{
	background:none repeat scroll 0 0 transparent;
	overflow:auto;
	position:fixed;
	z-index:150;
	}
	
	.e{
		top:100px;
		left:0px;
		z-index:1500;
		
	}

	img.perro{
		height:120px
	}

	
}



