
body{
	background: black;}
	h1{position: center;
		color:white;}

h2{
	font-family: "AR CENA";
	font-size:  30px;
	position: center;
	color: rgb(145,246,22);
}
ol{
	font-family: "AR CENA";
	font-size:  30px;
	color: rgb(145,246,22);
}

div{
	border: 1px solid gray;
	height: 150px;
	width: 220px;
	text-align: center;
	background-color: white;
	padding: 20px;
	float: left;
	margin-left: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.modA{
	background-image: url(imagenes/images.jpg);
	background-repeat: no-repeat;
}