/* CSS Document */
body{
	font: 11px Arial, Helvetica, sans-serif;
	color:#666666;
}
#centro {
   width:300px;
   height:300px;
   position:absolute;
   top:50%;
   left:50%;
   margin-top:-150px;
   margin-left:-150px;
   border:1px solid #E8E8E8;
   background:url(images/iintro.gif) top center no-repeat;
}
#centro #entrar{
 	position:absolute;
	width:40px;
	left:50%;
	top:220px;
	margin-left:-20px;
	font-weight:bold;
	
}
#centro #entrar a{
	color:#666666;
	text-decoration:none;
}
#centro #entrar a:hover{
	color:#FF6600;
	text-decoration: underline;
}
#centro #flash{
 	position:absolute;
	right:10px;
	bottom:10px;
	width:280px;
	height:31px;
	background:url(images/get_flash_player.gif) bottom right no-repeat;
}
#centro #flash a{
 	position:absolute;
	right:0px;
	bottom:0px;
	width:88px;
	height:31px;
}