<!--
html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#inicio {
  height: 100%;
}
-->


body,td,th {
	background-image:url(imagenes/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#ada097;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	color: #000000;
}
.grey{
color:#666666;
}
.darkgrey{
color:#333333;
}