/*<!-- Hoja de Estilo para la libreria Overlay...
 ______  _                      _______                                     
(______)(_)   develped by:     (_______)                 
 _     _ _ _____  ____  ___     _   ___ _   _ _____ _   _ _____  ____ _____ 
| |   | | | ___ |/ _  |/ _ \   | | (_  | | | | ___ | | | (____ |/ ___|____ |
| |__/ /| | ____( (_| | |_| |  | |___) | |_| | ____|\ V // ___ | |   / ___ |
|_____/ |_|_____)\___ |\___/    \_____/|____/|_____) \_/ \_____|_|   \_____|
                (_____|                                  diegoagc@gmail.com
--> 
*/
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}
