/* 
    Document   : moodalbox
    Created on : 21-dic-2009, 11:24:20
    Author     : Ricard Catalan (katan)
	Version    : 0.2.3 (IE bugs fixed)
    Description:
        Modalbox CSS 2.1 & CSS 3
*/
body, a{ padding:0; margin:0; text-decoration:none; }
div#modalbox{
     width:100%;
     height:100%;
     position: absolute;
     left:0; top:0;
     background:#000 none repeat scroll 0 0 !important;
     z-index:9998;
     cursor:pointer;
}
div#modalbox[id] { position: fixed; }
div#mboxCenter{
     position: absolute;
     z-index:9999;
     top:0;
     border: 0 solid;
     background-color:#f1f1f1;
     overflow: visible;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     border-radius: 6px;
}
div#mboxCenter[id] { position: fixed!important; }

div#mboxCenter div#mboxHeader{
     height:15px;
     padding:8px 2px 8px 10px;
     background-color:#d6d6d6;
     border-top:1px solid #fff;
     border-bottom:1px solid #aaa;
}
div#mboxCenter div#mboxHeader div#mboxTitle{
     font: bold 13px/16px Tahoma, Helvetica, sans-serif;
     float:left;
     height:18px;
     line-height:16px;
     overflow:hidden;
     color:#333;
}
div#mboxCenter div#mboxHeader div#mboxClose{ float:right; margin-top:-5px; width:20px; text-align:center; }
div#mboxCenter div#mboxHeader div#mboxClose a{
     font: bold 11px/20px Tahoma, Helvetica, sans-serif;
     padding:2px;
     display:block;
     color: #888;
     outline:none;
}
div#mboxCenter div#mboxHeader div#mboxClose a:hover{ color:#444; text-decoration:none;}

div#mboxCenter div#mboxc{
     height:auto;
     /* border-top:1px solid #fff; */
     overflow:hidden;
     margin:0px 8px;
}
/* IE fix 6+ */
*html body{ overflow:hidden; }
*:first-child+html body{ overflow:hidden; }


/*
************* CSS de GalleryRemote ********************
*/
div#mboxCenter div#mboxc div.select{
     text-align:center;
     line-height:18px;
     height:26px;
}
div#mboxCenter div#mboxc div.select select{
     height:20px;
     margin-left:5px;
     min-width:150px;
     max-width:300px;
}
div#mboxCenter div#mboxc div#galleryRemote{
     border:1px solid #bbb;
     background-color:#fff;
     overflow:auto;
     padding:8px;
}
/* Contenedor de la imágen y el texto */
div#mboxCenter div#mboxc div#galleryRemote div.contentImg{
     float: left;
     margin-right:5px;
     width:100px;
     height:120px;
     overflow:hidden;
     border:1px solid #e2e2e2;
     border-bottom:5px solid #e2e2e2;
     cursor:pointer;
     text-align:center;
}
div#mboxCenter div#mboxc div#galleryRemote div.contentImg img{ vertical-align:middle; }
div#mboxCenter div#mboxc div#galleryRemote div.contentImg:hover{ border:1px solid #7f0000; border-bottom:5px solid #7f0000; }
div#mboxCenter div#mboxc div#galleryRemote  div.info{
     background-color:#666;
     width:98px;
     margin:1px 0 0 1px;
     height:24px;
     color:#fff;
     text-align:center;
     font-size:10px;
     line-height:11px;
     overflow:hidden;
}
div#mbAjaxLoader{ float: right; font-size:11px; color:#666; }
/* Contenedor DIV de la imagen que se mostrará en el TARGET */
div.divcontimg{
     width:40px;
     height:40px;
     float:left;
     overflow:hidden;
     padding-right: 4px;
}
div#fileinfo{
     padding-left:8px;
     line-height:18px;
     color:#464646;
     font-size:11px;
     overflow:hidden;
}
/*
************* FIN CSS RemoteGallery
*/
