@charset "utf-8";
/* CSS Document */
body,html{
margin:0px;
padding:0px;
height:100%;
width:100%;
}
#sliderCopertura{
position:absolute;
z-index:98;
background-color:#0f0f0f;
height:100%;
width:100%;
display:none;
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6;
left:0px;
margin:0px;
padding:0px;
overflow:hidden;
}
#Loading{
position:absolute;
background-color:#FFFFFF;
height:100%;
width:100%;
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6;
left:0px;
}
#sliderRecipient{
overflow:auto;
position:absolute;
z-index:100;
height:100%;
width:100%;
display:none;
left:0px;
margin:0px;

}