

.ampliar {
	cursor:pointer;
	width: 50px;
	height: 50px;
	background: url('i/ampliar.png');
	position:absolute;
	left:307px;
	top:315px;
	z-index:4;

}





@-webkit-keyframes fundo {

0% {
	-webkit-transform:scale(0); 
	opacity: 0.0;
	
	}


100% {
	-webkit-transform:scale(1);

	opacity: 0.8;
	
	}
	

}






@-webkit-keyframes fundof {

0% {
	-webkit-transform:scale(1); 
	opacity: 0.8;
	
	}


100% {
	-webkit-transform:scale(0);

	opacity: 0.0;
	
	}
	

}


.tooltip {
			/*border-bottom: 1px dotted #000000; color: #000000; outline: none;*/
			
			cursor: hand; text-decoration: none;
			position: relative;
			
		}
		.tooltip span {
			/*display: none;
			margin-left: -399em;*/
			position: absolute;
			 z-index: 7;
			 opacity:0;
			 
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);

			 
		}
		

		
	

		
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family:Verdana, Geneva, sans-serif;
			color:#FFF; 
			line-height:140%;
			font-size:12px; 
			text-align: left;
			display:block;
   
   			 overflow:hidden;
			/*left: -11em; top: 2em; z-index: 99;
			margin-left: 0;*/
			width:710px;
			
 opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
			 
		}
		/*.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}*/
	/*	.tooltip:hover em {
			
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 12px; font-weight: bold; color:#FFF; 
			display: block; padding: 0.2em 0 0.6em 0; 
		}*/
		.classic1 { padding: 0.43em 1em; }
		
		.classic1 {background: rgba(126, 126, 126, 0.98); border: 1px solid color: #fff;
	
	margin-top:330px;
	margin-left:0px;
		  
}
		  
		  
		  
		  
		/*  .classic1b { padding: 0.43em 1em; }
		
		.classic1b {background: rgba(126, 126, 126, 0.98); border: 1px solid color: #fff;
	
	-webkit-transform: translate(95px, -240px);
     -moz-transform: translate(95px, -240px);
      -ms-transform: translate(95px, -240px);
       -o-transform: translate(95px, -240px);
          transform: translate(95px, -240px);
		  
		  
		  
		  
	
  -webkit-transition: all 1.2s ease-out;
     -moz-transition: all 1.2s ease-out;
      -ms-transition: all 1.2s ease-out;
       -o-transition: all 1.2s ease-out;
          transition: all 1.2s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);}
		  
		  
		*/
