@charset "utf-8";
/* CSS Document */

  /* Style for overlay and box */
	   a.activator{
            z-index:1;
            cursor:pointer;
        }
		
        .overlay{
            background:transparent url(../imagenes/overlay.png) repeat top left;
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            z-index:100;
        }
        .box
		{
            position:fixed;
            top:-500px;
			width:512px;
			height:470px;
			background-color:#d9d9d9;
            padding:8px;
            border:2px solid #ccc;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -khtml-border-radius: 10px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index:101;
			background-image:url(../imagenes/background_destacados_ventanitas.png);
			background-repeat:repeat-y;
			background-color:#FBB03F;
        }