body{
    background-image: url(../imagen/56.jpg) ;
    background-size: cover;
    background-color:rgba(0,0,0,0.4);
    background-attachment: fixed;
    background-size: 100%;
}
h1{
	font-size: 50PX;
	color:#ffffff;
	background-color:rgba(0,0,0,0.4);
	width:250px;
  }
h2{
	font-size: 50px;
	color:#ffffff;
	background-color:rgba(0,0,0,0.4);
	width:300px;
}
p{
	line-height: 50PX;
	font-size:50PX;
	font-weight: bold;
	color:#ffffff;
	background-color:rgba(0,0,0,0.5);
}
li{
	color:#ffffff;
	background-color:rgba(0,0,0,0.5);
	width:800px;
	font-size:50PX;
}
a{color:#ffffff;
	font-size: 50PX;
	background-color:rgba(0,0,0,0.5);}
	