﻿.tipsy{
	font-family: "Lucida Sans", Verdana; 
	padding: 5px;
	margin-left:0px;
	font-size: 12px;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
}

.tipsy-inner{ 
	padding: 8px 8px; 
	background-color: #0d0d0d;
	color: white; 
	max-width: 200px; 
	text-align: center; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tipsy-north{ 
	background-image: url(/style/imagenes/tipsy.gif); 
	background-position: top center; 
}

.tipsy-south{ 
	background-image: url(/style/imagenes/tipsy.gif); 
	background-position: bottom center; 
}

.tipsy-east{ 
	background-image: url(/style/imagenes/tipsy.gif); 
	background-position: right center; 
}

.tipsy-west{ 
	background-image: url(/style/imagenes/tipsy.gif); 
	background-position: left center; 
}

