header{
background-image: url("imginfo.jpeg");
font-family:Garamond,sans-serif;
	padding: 0.1em;
	font-size: 30px;
	text-align: justify;
}
h1{
	font-size: 30px;
	font-family: Times 'Times New Roman';
	color: red;
	text-shadow:-1px 0 black, 1px 0 black, 0 -1px black;
	
}
h4{
	font-size: 30px;
	font-family: Times 'Times New Roman';
	color: red;
	text-shadow:-1px 0 black, 1px 0 black, 0 -1px black;
	text-align: justify;
}
h3{
	font-size: 30px;
	font-family: Times 'Times New Roman';
	color: red;
	text-shadow:-1px 0 black, 1px 0 black, 0 -1px black;
	text-align: justify;
}	
.caja{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
p{
	font-family: Arial;
	color: white;
	text-shadow:-1px 0 black, 1px 0 black, 0 -1px black;
	text-align: justify;
}
body{
	background-image: url(at.jpg);
	border: 1px solid red;
	border-radius: 10px;
	border-width: 5px;
	border-style: dashed;
	text-align: justify;
}
ul {
	font-family: Berlin Sans FB Demi;
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
}
li { flex-grow: 1; }
a {
	font-family: Berlin Sans FB Demi;
	display:block;
	padding:1em;
	background-color:black ;
	text-align:center;
	margin-right:0.2em;
	text-decoration:none;
	color:white;
}
footer{
	background-image: url("imginfo.jpeg");
	font-family:Garamond,sans-serif;
	padding: 0.1em;
	font-size: 30px;
	text-align: justify;

}