/* 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}); */

 * html div.cientf {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(2 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
} 
div.cientf { 
	 display: none;   
     position: fixed; 
	 /* top: 20em;
	 _top: 5em; */
	 left: 25em;
	 width:490px;  
	 text-align:justify;}

div.cientf.sq1  { /* top:24em; */ top:6em; }
div.cientf.sq2  { /*top:29em;*/ top:9em;}
div.cientf.sq3  { /*top:40em;*/ top:14em;}
div.cientf.sq4  { /*top:28em;*/top:8em; }
div.cientf.sq5  { /*top:25em; */top:8em; }
div.cientf.sq6  {/* top:31em;*/ top:12em; }
div.cientf.sq7  { /*top:9em; */ top:7em; }
div.cientf.sq8  { /*top:9em; */ top:6em;}
div.cientf.sq9  { /*top:14em;*/ top:9em; }
div.cientf.sq10 {/* top:17em;*/ top:9em;}
/* cientificos */
#cientifico { padding:15px; border:solid 5px #8b9000; background-color:#FFFFFF; font:1em/1.2em Tahoma !important; color:#000 !important }
#cientifico img {margin-bottom:10px; margin-right:10px;}

div.cientf  a:link { color:#333333 !important}
div.cientf  a:visited  { color:#333333 !important}
div.cientf a:hover { color:#333333 !important}
div.cientf a:active { color:#333333 !important}


/* olvido contrase�a  */
#dialog #top { 
	background:url(../img/bg-caja-top.jpg) no-repeat; 	margin:0px; 	height:25px !important; padding-top:10px;	/* background-color:#66CC66;*/
}
#dialog #top h1 {	
	padding-left:50px;	font:bold 1.2em Arial !important; 	color:#727070;	display:inline; }
#dialog #medio { 
	height:125px; 	 background:url(../img/bg-caja-repeat-x.jpg) repeat-x; 	/*background-color:#66CC66;*/
}
#dialog h3 {
	 background:url(../img/bg-caja-bottom.gif) no-repeat; 	margin:0px;	height:34px;    font:0.9em Arial;    color:424242;	padding-left:95px;	padding-top:5px;/*background-color:#66CC66;*/
}
#dialog label {
	width:100px;	display:block;	float:left;	margin-bottom:7px}
#dialog input {
	width:150px;	height:13px;	margin-bottom:7px;	background:url(../img/bg-input.gif) no-repeat;	padding:2px}
#dialog .btn-enviar-olvido { 
	background:url(../img/btn-enviar-olvido.jpg);	width:66px;	height:27px;	cursor:pointer;	color:#336600;	margin-top:20px;}
#dialog .cerrar {
	position:relative;	/* right:5px;	top:5px;	_right:0px;	_top:0px; */	padding-left:180px;	font-weight:bold;} 
 
#dialog a:link { color:#333333 !important}
#dialog a:visited { color:#333333 !important}
#dialog a:hover { color:#333333 !important}
#dialog a:active { color:#333333 !important}
.jqmWindow {
    display: none;        position: absolute;    top: 2%;	_top:-10%;    left: 43%;    /*  margin-left: -180px; */    width: 359px;	/*   background-color: #EEE; */    color: #333;   /* border: 1px solid black; */   /* padding: 12px;*/}

.jqmOverlay { background-color: #000; } 

/* 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(2 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
} */

.hr-maincontent {
	background:url(../img/separacion-productos.jpg) no-repeat scroll center;
	width:202px;	height:2px;	margin-top:3px;	 margin-left:25px;	// margin-left:0px;}
