/* CSS Document */
#wizard{
background-color:#CCCCCC;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
position:fixed;
border:1px solid #666666;
display:none;
z-index:98;
top:5px;
left:5px;
right:5px;
bottom:5px;

}

#wiz{
display:none;
background-color:#FFFFFF;
border:1px solid #FF6600;
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');
width:100%;
}

*html #wiz{/*explorer6*/
position:absolute;
top: expression(f_scrollTop()+290+'px');
width:600px;
}
#llamanos{
display:none;
background-color:#FFFFFF;
border:1px solid #FF6600;
width:680px;
height:200px;
position:fixed; 
top: 50%; 
margin-left:auto; 
margin-right:auto;
left: 50%;
margin-left: -340px;
margin-top: -100px;
z-index:150;
}
*html #llamanos{/*explorer6*/
position:absolute;
top: expression(f_scrollTop()+290+'px');
width:700px;
}
#llamanosframe{
clear:both;
}
/*fichatarifa*/
#fichatarifa{
display:none;
background-color:#FFFFFF;
border:1px solid #FF6600;
width:740px;
height:540px;
position:fixed; 
top: 50%; 
margin-left:auto; 
margin-right:auto;
left: 50%;
margin-left: -370px;
margin-top: -270px;
z-index:150;
}
*html #fichatarifa{/*explorer6*/
position:absolute;
top: expression(f_scrollTop()+290+'px');
width:760px;
}
.titulo_negrita {
font-size:16px;
color:#706F6F;
font-weight:bold;
}
.titulo_naranja {
font-size:16px;
color:#FF5900;
font-weight:bold;
}
.txt_naranja {
font-size:12px;
color:#FF5900;
font-weight:bold;
}
.contenedor_dcha p {
margin:10px;
}
.contenedor_dcha table {
border-collapse:separate;
border-spacing:1px;
}
#fichatarifaframe{
clear:both;
margin:20px;
}
.cuerpo{
margin:10px auto;
clear:both;
}
/*fin fichatarifa*/
#logoimg{
margin:10px 0px 0px 20px;
float:left;
}

#close, #close a, #close a:hover{
width:50px;
margin:10px 0px 0px 0px;
float:right;
text-decoration:none;
}

#wizardframe{
clear:both;
}

#wiz table{
width:300px;
margin:20px auto;
}
#titulotabla{
color:#000000;
}
#wiz th{
color:#FF6600;
font-weight:bold;
}
#wiz td{
height:25px;
}

