#perrito{
	background: url("../img/perrito.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 200px;
	position: absolute;
	transform: translate(-80px,-60px);
	z-index: -1;
}
