/* 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}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.whiteOverlay { background-color:#666; }
div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
  display: none;
    
    position: fixed;
    top: 17%;
    left: 40%;
    
   margin-left: -200px;
   width: 600px;
  overflow: hidden;
  font-family:verdana,tahoma,helvetica;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
  background: url(../images/cabecera_captcha.gif); 
  width:80,
  color: #528c00;
  padding: 7px 22px 5px 5px;
  font-family:"sans serif",verdana,tahoma,helvetica;
  font-weight: bold;
  * zoom: 1;
}
div.jqmdTL { background: padding-left: 3px;}
div.jqmdTR { background: padding-right: 3px; * zoom: 1;}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  padding: 7px 7px 7px;
  height: 180px;
  overflow: auto;
}
div.jqmdBL { background: white; padding-left: 7px; }
div.jqmdBR { background: white; * zoom: 1 }

div.jqmdMSG { color: #317895; }


/* [[[ Button classes ]]] */
input.jqmdX {
}
input.jqmdXFocus {background-position: bottom left; outline: none;}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
  margin: 8px 10px 4px 10px;
  color: #777;
  background-color: #fff;
  cursor: pointer;
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus { background-color: #eaffc3; }

div.jqmDialog .jqmClose {
  border:0;
}

/* Terminales */
/*******************/

/* 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}); */
	
.jqmWindowT {
    display: none;
    
    position: absolute;
    top: 0%;
    left: 52%;
    
    margin-left: -300px;
    width: 1000px;
    overflow: hidden;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlayT { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
/** iframe.jqmT {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
*/
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
/** html .jqmWindowT {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
*/
div.whiteOverlayT { background-color:#666; }
div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialogT {
  display: none;
    
    position: absolute;
    top: 0%;
    left: 40%;
    
   margin-left: -300px;
   width: 1000px;
overflow: hidden;
  font-family:verdana,tahoma,helvetica;

}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
/** html div.jqmDialogT {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}*/


/* [[[ Title / Top Classes ]]] */
div.jqmdTCT { 
  background: #000 url(../images/cabecera_altaonline.gif) no-repeat center;
height:100px;width:100%; padding-top:0 padding-right:0; background-repeat:no-repeat; 
/*  background: #ff9900;background-color:#ff9900;"*/
	width:12,
  color: #528c00;
  padding: 7px 7px 5px 5px;
  font-family:"sans serif",verdana,tahoma,helvetica;
  font-weight: bold;
  * zoom: 1;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
 html div.jqmdTCT {
background: #000 url(../images/cabecera_altaonline.gif) no-repeat center;height:100px;width:100%; padding-top:0 padding-right:0; background-repeat:no-repeat; 
}

div.jqmdTLT { background: padding-left: 3px;}
div.jqmdTRT { background: padding-right: 3px; * zoom: 1;}


/* [[[ Body / Message Classes ]]] */
/*recuadro*/
div.jqmdBCT {

  background: url(../images/cerrar_div.gif) repeat-x center bottom;
  padding: 7px 7px 7px;
  overflow: auto;
}
/*margen izq*/
div.jqmdBLT { background: white; }
div.jqmdBRT { background: white; }

/* cuerpo??*/
div.jqmdMSGT {color: #317895;    width: 900px;  background-color: #f0f0f0;

 }


/* [[[ Button classes ]]] */
input.jqmdXT {
}
input.jqmdXFocusT {background-position: bottom left; outline: none;}

div.jqmdBCT button, div.jqmdBCT input[type="submit"] {
  margin: 8px 10px 4px 10px;
  color: #777;
  background-color: #fff;
  cursor: pointer;
}

div.jqmDialogT input:focus, div.jqmDialogT input.iefocus { background-color: #eaffc3; }

div.jqmDialogT .jqmCloseT {   /*background: url(../images/cerrar_div.gif)*/ no-repeat right top;
  overflow: hidden;


  border:0;
}

