@charset "utf-8";
/* CSS Document */

body {
	font-family: "Book Antiqua", Verdana;
	font-size: 16px;
	color: #63F961;
	background-color: #03083D;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: "Monotype Corsiva", Verdana;
	font-size: 36px;
	font-weight: normal;
}

h2 {
	font-family: "Monotype Corsiva", Verdana;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	color: gold;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.imagen {
	border: 1px solid Gold;
}
.tabla{
	background-image: url(fondoorden.jpg);
	background-repeat: no-repeat;
}

a {
	color: #63F961;
}

