header {
	text-align: center;
	color:Black;
}

h2 {

text-align: center;


}

#izq {
	float: left;
	margin-top: 1em;
	
}
#der {
	float: right;
	margin-top: 1em;

}

footer {
	clear: both;
	text-align: center;
}

body {
	background-color: #4AFEBA;
	width: 905px;
	margin: 0 auto;

}

table {background-color: white;
border: black 3px solid;
text-align: center;}

article {
	 font-family: 'Slabo 27px', serif;
	background: linear-gradient(to bottom right, blue, #4AFEBA);
 	border: solid 2px gray;
	border-radius: 24px;
	box-shadow: inset -5px -5px 5px 5px #888; 
	margin-top: 1em;
}

p {margin-left: 1em;}

h1 {font-family: 'Slabo 27px', serif;}