/* CSS Document */
body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 0.7em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
p {
	margin-top: 0px;
	margin-bottom: 4px;
}
h1 {
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: 1.2em;
	color: #0099FF;
}
h2 {
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 1em;
	color: #0099FF;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	margin-top: 8px;
	margin-bottom: 2px;
	color: #0099FF;
	font-weight: normal;
}
h4 {
	font-size: 1em;
	margin-top: 8px;
	margin-bottom: 2px;
	color: #0099FF;
	font-weight: normal;
}
#logo {
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 2px;
}
#contenido {
	background-color: #373737;
	padding: 4px;
	margin-bottom: 6px;
}
#contenido a {
	text-decoration: none;
	margin-bottom: 0px;
}
#contenido a img {
	margin-bottom: auto;
	margin-top: auto;
}
#footer {
	background-color: #333333;
	padding: 4px;
	text-align: center;
}
#contenido table {
	font-size: 0.8em;
	padding: 1px;
	margin: 0px;
}
#contenido th {
	font-size: 1.2em;
	margin: 1px;
	padding: 0px;
}
#contenido tr {

}
#contenido tr:hover {

}
.copy {
	font-size: 0.75em;
}
#contenido td {
	padding: 0px;
	margin: 1px;
	text-align: center;
	width: 33%;
}
