.fondo{
background-image:url(../cancha.jpg);
background-repeat: repeat-y;
background-position: center;
background-size: contain;
}
/*imagen flotante*/
.posfiximage {
position: fixed;
z-index: 200;
width: 300px;
top: 200px;
left: 250px;
}
/*imagen de borde violeta*/
.imgfinal img {
width: 300px;
border: groove; 5px dashed blue;
filter:opacity (50%);
border-color: violet;
position: relative;
left:500px;
margin: 0 50px ;
background: black;
}