body {
	margin:0;
	padding:0;
	background:#FFF;
	font-family:"Courier New", Courier, monospace;
}
html, body {
	height: 100%;
	width:100%;
}
#contenidoFlash {
	height: 100%;
	width: 100%;
}
h2{
	font-size:10px;
	color:#FF3300;
}
a {
  color:#333;
  font-size:10px;
  display:inline;
  text-decoration:underline;
}