.capa{
	position:absolute;
	top:250px;
	left:500px;
	background-color: #123121;
	transition: background-color .2s, font-size .2s, width .2s, height .2s;
	border-radius: 15px 5px;
	box-shadow: 0px 10px 13px -7px #9b9b9b, 5px 5px 15px 5px rgba(0,0,0); 
	text-shadow: 2px 2px #ff0000;
	opacity: 0.8;
	background-color: rgba(255, 160, 122);
}
html{
	 width:100px height: 100px;
	 background-image: url("2.png"),url("1.png");
}
.capa:hover {
	font-family: Arial, Helvetica;
	font-size: 24px;
	color:white;
	font-weight: bold;
	width: 300px;
	height: 200px;
	transform: scale(2);
	text-shadow: 2px 2px #ff0000;
	opacity: 0.8;
    box-shadow: 0px 10px 13px -7px #9b9b9b, 5px 5px 15px 5px rgba(0,0,0); 
}