@charset "UTF-8";
/* CSS Document */


		* {
            margin: 0;
            padding: 0;
        }
 
        .bubbleInfo {
            position: relative;
            top: 25px;
            left: 383px;
            width: 100px;
        }
		
        .trigger {
			position: absolute;
			left: 3px;
			top: 2px;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50000000000000000000000;
        	border-collapse: collapse;
			background-image:url(../img/bubble.png);
        }
		
		
		
		#bubb {
			width:125px;
			height:84px;
		}
		
		#bubb-casos {
			width:83px;
			height:22px;

		}
