body{
		background: #5D00B2; /* Para los navegaores que no soportan gradientes */
    	background: -webkit-linear-gradient(#5D00B2, #C688FF); /* Para  Safari 5.1 a 6.0 */
    	background: -o-linear-gradient(#5D00B2, #C688FF); /* Para Opera 11.1 a 12.0 */
    	background: -moz-linear-gradient(#5D00B2, #C688FF); /* Para Firefox 3.6 a 15 */
    	background: linear-gradient(#5D00B2, #C688FF); /* Sintaxis estándar */
    	background-repeat: no-repeat;
	}
		

header{
	text-align:center;
}

header img {width: 150px;}

p{

		text-align: justify;
		font-family: 'Indie Flower'; /*Fuente de google fonts*/
		font-size: 1.5em;
	}

h1, h2{
		font-family: Verdana, Serif;
		color: #FFEBA1;
		font-size:1.5em;
		text-align: center;
		}

h2{
	font-size: 1em;
}

table {
  width: 50%;
  background: #FFEBA1;
  color: #5D00B2;
  letter-spacing: initial;
}

table, th, td {
  margin: 0 auto;
  border: 1px solid #5D00B2;
  border-radius: 5px;
}

th { background: #5D00B2; 
	 color:white;
	}
