body,td,th {
	font-family: Arial;
}body, html
{
	margin: 0px;
	padding: 0px;
	background-color:#000;
}
body
{
	min-width: 1000px; /* Prevent content from becoming unreachable in Gecko */
}
div#todo
{
	margin: 0 auto;
	width: 1000px;
	z-index:2;
	top:0px;
	height:auto;
}
div#head
{
	position:absolute;
	top:0px;
	margin:0px;
	clear:both;
}
div#contenido
{
	position:absolute;
	top:370px;
	margin:0px;
	clear:both;
	height:auto;
}
body>div#contenido
{
	margin-left: 0;
}
.titlista
{
	text-align: center;
	color: #B9B9B9;
	font-weight:bold;
	font:Arial;
	font-size:14px;
}
.contenidop
{
	text-align: center;
	color: #CCC;
	font-weight:bold;
	font:Arial;
	font-size:12px;
}
.centrar
{
	text-align: center;
	font-size:24px;
	font-family:Arial;
	color:#FFF;
	text-align: center;
}
.subtitulo
{
	text-align: center;
	font-size:16px;
	font-family:Arial;
	color:#FFF;
}
.progra
{
	text-align: center;
	color: #CCC;
	font-weight:bold;
	font:Arial;
	font-size:12px;
}
.pauta {
	text-align: center;
	vertical-align:middle;
	font-size: 24px;
	font:Arial;
	font-weight:bold;
	color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
.visitantes {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight:bold;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.contacto {
	font-family: Arial;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size:10px;
}
.links {
	font-family: Verdana;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size:15px;
}