.caja1 {
	width: 80%;
	padding: 20px;
	margin:auto;
	background-color: rgba(120,190,255,0.3);
	border-radius:5%;
	box-shadow: 4px 3px 5px orange;
}
   
 .caja2 {
	width: 80%;
	padding: 20px;
	margin:auto;
	background-color: rgba(255,59,195,0.3);
	border-radius:5%;
	box-shadow: 4px 3px 5px black;
         }
   
 .completa {
	position: absolute;
	width: 640px;
	height: 825px
	background-size: 640px 825px; 
	background-color: rgba(90,180,255,0.2);
	left: 0px;
	top: 0px;
	padding: 50px 50px  20px 50px;
         }


 .horizontal {
	position: absolute;
	width: 736px;
	height: 1312 px
	background-size: 1312px 736px; 
	background-color: rgba(90,180,255,0.2);
	left: 0px;
	top: 0px;
	padding: 50px 50px  20px 50px;
         }




.foto1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 825px;
	width: 1280px;
		background-size: 1280px 825px; 
	background-position: 0px 0px;
		padding: 10px 
         }


.foto2 {
	position: absolute;
	left: -640px;
	top: 0px;
	height: 825px;
	width: 1280px;
		background-size: 1280px 825px; 
	background-position: 0px 0px;
		padding: 50px 
         }











.caja {
   width: 80%;
	padding: 15px;
	margin-left: 10%;
	background-color: rgba(255,0,0,0.4);
	border-radius:15px;
	box-shadow: 4px 3px 5px black;
}

.caja_1 {
  width: 80%;
  margin-left: 12%;
  background-color: rgba(0,255,0,0.4);
  box-shadow: 6px 6px 10px #000;
  border-radius: 8px;
  padding: 15px;
  
}


.lista1 li {
	padding-top: -10px;
	padding-left: 30px;
	margin-top: 5px;
	list-style: none;
	background-image: url("../images/juego.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 21px;
}
.lista2 li {
	padding-top: -10px;
	padding-left: 30px;
	margin-top: 5px;
	list-style: none;
	background-image: url("../images/mano.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 21px;
}

.lista2 li {
	padding-top: -10px;
	padding-left: 30px;
	margin-top: 5px;
	list-style: none;
	background-image: url("../images/mano.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 21px;
}


