@charset "utf-8";



#fotoperf .contenedorper{
	width:100%;
	display:flex;
	margin-bottom:0px;
	position:relative;
}
	 
#fotoperf img{
	width: 100%;
	height: 100%;
}

#fotoperf .aria-links {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
}
#fotoperf .aria-links a {
  position:absolute;
  border:0px solid white;
}
#fotoperf .aria-links a:hover {
  background:rgba(255,255,255,.5);
}
#fotoperf .link-1 {
     top: 6%;
    right: 65%;
    width: 30%;
    height: 86%;
    border-radius: 50%;
}
#fotoperf .link-2 {
     top: 6%;
    right: 35%;
    width: 30%;
    height: 86%;
    border-radius: 50%;
}
#fotoperf .link-3 {
    top: 6%;
    right: 5%;
    width: 30%;
    height: 86%;
    border-radius: 50%;
}



/* CSS Document */

