
#velo{
position:fixed;
left:0px;
top:0px;
width:100%;
height:100%;
background:#000;
z-index:9998;
}
							  
							  
#lightbox{
	
position:absolute;
left:50%;
top:50%;
width:100px;
height:100px;
margin:-60px 0px 0px -60px;
background:#d42029 url(precarga.gif) no-repeat center;
z-index:9999;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}

#lightbox p
{
	color:#FFF;
	font-size:13px;
}