/* CSS Document */
h1,h2,h3,h4,h5,h6,pre,code,table,td,th,dd,dt,dl,li { font-size: 100%;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td { margin:0; padding:0; }
a img,:link img,:visited img { border:none}

body {font-size: 76%;}

body{
	text-align:center;
	background-color:#000;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#Table_01{
	margin: auto;
}
a{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover{
	text-decoration:underline;
}
.rojo{
	color: #c92424;

}
a.rojo{
	color: #c92424;
	font-weight: bold;
}
a.blanco{
	color:#fff;
	font-weight: bold;
	text-transform:uppercase;
}
.copy{
color:#fff;
text-align:right;
}