﻿
/* HTML 5 */

#cw1cropWidget {position:relative; width:300px; height:300px; padding:0px;/*background:#aaaaaa; border:1px solid red; width: 410px; height:430px; padding:5px; overflow:none;*/}
#cw1surface {position:absolute; top:0px; left: 0px; background:white; width:300px; height:300px; z-index:100; opacity: 0.50;}
.lienzoOrigen  
{
   position:absolute; 
   top:0px; 
   left: 0px; 
   border:1px solid #9E9E9E; 
}

.lienzoDestino   
{
   position:relative; 
   float:inherit; 
   border:1px solid #9E9E9E; 
   background-color:transparent;
   }

#estructura_izquierda 
{
   width:300px;
   clear: both;
   float: left;
}

#estructura_dcha
{
   float:left;
   margin-left: 10px;
   }
   
   
.fileUpload
{
   margin: 8px 0 8px 0;
   color:white;
   }
      
   
   
/* HTML 4 */

.html4preview
{
   border: 1px solid lightgray;
   
   }
   
