/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
#fondo_negro_modal { position: fixed; _position: absolute;  top: 0px; left: 0px; z-index:21; width:100%;  background-color:#000; display:none; z-index:49; }  

.jqmWindow {
    display: none;
    position: absolute;
    z-index:100;
}