html {
  height: 100%;
  overflow: hidden;
}
body {
	background-image: url(../img/fons.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	height: 100%;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Estilo1 {font-size: 9px}

#flash {
margin: 0;
padding: 0;
height: 100%;
}

