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

/*
#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../_img/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../_img/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../_img/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
*/
#bubble_tooltip {
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top {
	background: url(../_img/bubble_top.gif) no-repeat;
	height:16px;
	display: none;
}
#bubble_tooltip .sombra-top {
	/*background: #000;*/
	width: 100%;
	height: 2px;
	filter:alpha(Opacity=20); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
}
#bubble_tooltip .bubble_middle {
	background: #FFF;
	padding: 0.5em;
	filter:shadow(color=000000,direction=120,enabled=10);
	/*background-color: #eef4f8;
	border-left: solid 1px #aec5d3;
	border-right: solid 2px #aec5d3;
	border-top: solid 1px #aec5d3;
	border-bottom: solid 2px #aec5d3;*/
}
#bubble_tooltip .bubble_middle span {
	position:relative;
	font-family: Arial, sans-serif;
	font-size:12px;
	text-align: center;
	color: #776b5d;
}
#bubble_tooltip .bubble_bottom {
	background: url(../_img/bubble_bottom.gif) no-repeat;
	height:44px;
	position:relative;
	top:-6px;
	display: none;
}
#bubble_tooltip .sombra-bottom {
	background: #000;
	width: 100%;
	height: 2px;
	position:relative;
	top:0px;
	filter:alpha(Opacity=20); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
}