body {
	background: url(gfx/fondo.jpg) repeat;
}

body, table, td
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	font-size: 12px;
	font-weight: none;
	font-style: none;
	color: #361a0d;
	line-height: 18px;
}




div.wrapper
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 575px;
      height: 425px;
      margin-left: -287px; /* half of width */
      margin-top: -212px;  /* half of height */
      }


a
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #361a0d;
	text-decoration: none;
}

a:link
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #361a0d;
	text-decoration: none;
}

a:visited
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #361a0d;
	text-decoration: none;
}

a:hover
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #361a0d;
	text-decoration: underline;
}