/* css : Para eSound :) */
    .snd {
     height:0;
     width:0;
     position:absolute;
     top:0;
     left:0
    }

/* css : Para Overlay y Cuadro :) */

    .imgRecuadro {
      position: fixed;
      left: 70px;
      top: 123px;
      height: 65px;
      width: 65px;
	  z-index: 99;
/*      border: 1px solid #00CC00; */
    }

    .imgRecuadroName {
      position: fixed;
      left: 70px;
      top: 70px;
      height: 70px;
      width: 365px;
	  z-index: 99;
    }

    .Cuadro {
      height: 32px;
      width: 123px;
      border: 0px none none;
      position: relative;
      float: left;
	  z-index: 110;
      /* background: #FFFF99;*/
      /*padding: 5px;*/
    }

    .CuadroBase {
      position: fixed;
      left: 71px;
      top: 180px;
      height: 190px;
      width: 122px;
/*      border: 1px solid #00CC00;*/
      border: 0px none none;
    }

    .overlaySI {
    	width: 100%;
    	height: 100%;
    	background: #D7D7D7;
    	/*background: #DDDDDD;*/
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 98;
    }

    .dialogSI {
    	width: 50%;
    	min-height: 50%;
    	background: white;
    	position: fixed;
    	top: 25%;
    	left: 25%;
	    z-index: 99;
    }

