/* CSS Document */
#wizard{
background-color:#CCCCCC;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
position:fixed;
border:1px solid #76B822;
display:none;
z-index:98;
top:5px;
left:5px;
right:5px;
bottom:5px;
}
#wizardfloor img{
border:none;
}
#wiz{
display:none;
/*
overflow-x:hidden;
overflow-y:scroll;
*/
background-color:#FFFFFF;
border:1px solid #76B822;
width:580px;
height:540px;
position:fixed; 
top: 50%; 
margin-left:auto; 
margin-right:auto;
left: 50%;
margin-left: -290px;
margin-top: -270px;
z-index:150;
}
#wizrespuesta{
margin-left:20px;
float:left;
}

*html #wizard{/*explorer6*/
position:absolute;
top: expression(f_scrollTop()+10+'px');
height: expression(f_clientHeight()-30+'px');
left:10px;
width: expression(f_clientWidth()-20+'px');
}

*html #wiz{/*explorer6*/
position:absolute;
top: expression(f_scrollTop()+290+'px');
width:580px;
}

#close, #close a, #close a:hover{
float:right;
width:50px;
margin:0px;
text-decoration:none;
}
#fichahead{
width:150px;
text-align:center;
float:left;
}
#fichainfo{
float:left;
}
#fichainfo h1{
font-size:16px;
color:#003300;
}
#selmod{
width:580px;
margin-bottom:20px;
}

#opciones{
margin-top:-14px;
clear:both;
}
