body{
	background: black;
}
h1{
	font-family: "AR CENA";
	font-size:  30px;
	color: white;
}



h2{
	font-family: "AR CENA";
	font-size:  30px;
	color: white;
}
h3{
	font-family: "AR CENA";
	font-size:  30px;
	color: white;
}




div{
	border: 1px solid gray;
	height: 220px;
	width: 250px;
	text-align: center;
	background-color: white;
	padding: 20px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.modA{
	background-image:  url(imagenes/paco.jpg);
	background-size: 250px 300px;
	background-repeat: no-repeat;
	margin-left: 50px;
	margin-right: auto;
	width: 10em;
}
h4{color:white;}

