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