/***************************************************************************************************************
CSS POPUP
***************************************************************************************************************/
.cssBackground 		{height:100%; width:100%; background-color:#000; display:none; position:fixed; top:0; left:0; z-index:100; float:left; opacity:0.75;}
.cssPopup 			{margin:0 auto;}
.cssPopupContainer 	{position:absolute;  left:0; display:none; text-align:center; z-index:101; top:50; }
.popup-top 			{background:url(../imagenes/bg/popup-top.png) no-repeat 0 0; height:8px; width:381px;}
.popup-bottom 		{background:url(../imagenes/bg/popup-bottom.png) no-repeat 0 0; height:8px; width:381px;}
