.marqueeta img {
/*  border: 6px solid #151515;
	border-radius: 30px;
	border-style: outset; */
	
	/* padding: 3px 10px;*/
  border: #151515 10px solid;
 /* border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
	 box-shadow: 10px 10px #a6a3a3; */
	margin-right: 15px;
	border-radius: 20px;
	
	

	/*
	  border-top: black 5px dashed;
  border-right: green 10px double;
  border-bottom: blue 10px dotted;
  border-left: red 5px solid;
	
	ejemplo gradiente
	border-image: linear-gradient(45deg, red, lime, blue) 1;
	*/
	
	
}
#tv {
  position: relative;
 /*  width: 350px;
  height: 250px; */
  background: #fdc91d;
  border-radius: 10% 0% 10% 0% / 10% 0% 10% 0% ;
  color: white;
  box-shadow: 10px 10px rgba(0,0,0,.15);
  transition: all .4s ease;
}
#tv:hover {
  border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
  box-shadow: 5px 5px rgba(0,0,0,.25);
}
