@charset "utf-8";
/* CSS Document */
#bodyindex {
	background-color: #82FA58;
}
#bodyasig {
	background-color: #2ECCFA;
}
#tabla {
	text-align: center;
}
header {
	background-color: #01F;
	font-size: 2em;
	text-align: center;
	border-radius: 24px 24px 0 0;
}
nav {
	background-color: #0C0;
	border-radius: 0 0 24px 24px;
}
li{
	display: inline;
}
table {
	margin: auto;
}
th {
	background-color: #E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
}
section h1 {
	text-align: center;
	text-shadow: 1px 1px 4px #0A0A0A;
	background-color: #DF7401;
	border-radius: 24px;
}
    