/* CSS Document */
body {
	background-color: #EEEEEE;
}
.transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 90;
	height: 0px;
	background: url('negro.jpg') #000000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}