	.textoformato{font-family: Tahoma, Geneva, sans-serif;
color: black;
font-size: 12px;

letter-spacing: 0pt;
}
		.fondo {
				  background-image: url(http://www.granada.org/inet/warboles.nsf/lanchagenil.gif);
				  width: 699px;
				  height: 411px;
				}

		.colocate{
				  background-image: url(http://www.granada.org/inet/warboles.nsf/152042.gif);
				  width: 363px;
				  height: 112px;
		}

		.muevetabla{

			position: absolute;
			margin-left: 45px;
			margin-top: 20px;
		}
			
				


		/*Animaciones iconos */	
		.anima {
		    height: 20px;
		    width: 20px;
		    margin: 15px 0;
		    -webkit-transition: all 1s ease;
		    -moz-transition: all 1s ease;
		    -o-transition: all 1s ease;
		}
 
		 .anima:hover {
			  height: 30px;
			  width: 30px;
			  margin-left: -50px;
			}


		 .pequeanima {
		    height: 16px;
		    width: 16px;
		    margin: 15px 0;
		    -webkit-transition: all 1s ease;
		    -moz-transition: all 1s ease;
		    -o-transition: all 1s ease;
		}
 
		 .pequeanima:hover {
			  height: 20px;
			  width: 20px;
			  margin-left: -50px;
			}

			/*Toopit codigo desde aqui*/

			a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:60px; margin-left:-160px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#333 url(http://www.granada.org/inet/warboles.nsf/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}
 li {list-style:none;}