.FondoTransparetene
{
	position:fixed;
	top:0px;
	left:0px;
	text-align:center;
	
	z-index:3;
	width:100%;
	height:100%;
	border-width:3px;
	background-color:#FFFFFF;
}

body
{
	text-align:center;
	background-color:#000000;
	overflow-y:hidden;
}
img
{
	position:relative;
	width:70%;
	border:none;
}

a, a:active, a:visited{
	text-decoration:none;
}