@charset "utf-8";
/* CSS Estilos */

/* Estilo para el cuadrado del zoom */
 .rubberBand {
   position: absolute;
   visibility: hidden;
   width: 0px; height: 0px;
   border: 2px solid #6699FF;/*#009933*/
   background-color: #66CCFF;
  opacity: 0.4;
   -moz-opacity: 0.4;
   filter: alpha(opacity=40);
   z-index:10;

 }


