#capa-cams-Head{
background-color:#111;
width:11px;
height:10px;
float:right;
font-size:12;
text-decoration:none;
color:white;
font-weight:bold;
text-align:right;
padding-right:5px;
cursor:pointer;
/*z-index:100;*/
}

#capa-cams{
position: fixed;
width:455px;
right: 50px;
top: 20px;
/*overflow:hidden;*/
visibility:visible;
z-index:100;
}

#capa-cams iframe{
float:right;
}

* html #capa-cams{ /*IE6 only rule, applied on top of the default above*/
position: absolute;
top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+20+"px" : body.scrollTop+20+"px");
}
