@charset "utf-8";
/* CSS Document */
body,td,th
{
	color: #FFF;
}

.cuerpo
{
	text-align:center;
}

body,html
{
	font-family:"Comic Sans MS", cursive;
	text-align:center;
}

#main
{
	margin-top:-205px;
	width:802px;
	height:200px;
	position:relative;
	margin-right: auto;
	margin-left: auto;

}
.loader
{
	background:#000000;
	width:100%;
	height:100%;
	position:fixed;
	overflow: hidden;
	visibility: visible;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	vertical-align: middle;
	text-align: center;
	z-index: 0;
	background-color: #000000;
	color:#FFFFFF;
}

