@CHARSET "ISO-8859-1";

#fondo-registro
{
	left:0;
	position: fixed;
	z-index: -2;
	width: 100%;
	height: 100%;
	opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=0.5);
}