﻿
div.cOverlay 
{ 
    position:absolute; 
    display:none;
    top:0; left:0; 
    z-index:5000; 
    background-color:#000; opacity:.7; filter:Alpha(opacity=70); /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); */ 
    width:100%; 
    height:100%; 
}

div.cPopup 
{
    z-index:6000;
    display:none;    
    position:fixed;
    top:25%;
    left:50%;
    margin-left:-390px;
    width:783px;
    height:280px;
    overflow:hidden;
    border:2px solid #000;
    border-top:1px solid #565656;
    border-left:1px solid #565656;
}

/* 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 div.cPopup {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.cClose
{
    position:absolute; 
    top:3px; right:3px; 
    width:16px;    
    height:16px;   
    cursor:pointer; 
}

div.cClose a img
{
    border:0;  
}

div.cImagenes { display:none; }
div.cSelected { cursor:pointer; }
