html {
	height:100%;
	overflow:hidden;
}
body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF
}
#flashContent {
	height:100%
}			
#contenidoAlternativo{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -190px;
	margin-left: -140px;
	text-align: center
}
#texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	border-top-width: thin;
	border-top-style: dotted;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a#replaced {
	display:block;
	width:280px;
	height:280px; 
	background:url(NoFlashPlugin_mixed.gif) top left no-repeat;
	outline:none;
	text-indent: -9999px;
}
a#replaced:hover {
	background-position:0 -280px;
}
