/* Estilos por defecto de la libreria JQuery para el  plugion tooltip redefinidos para el sitio */


#tooltip {
position: absolute;
	z-index: 3000;	
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	background: repeat-x url(../images/img_css/tooltip_normal_bg.png);	
	opacity: 0.95;
}

#tooltip h3, #tooltip div { 
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 5px; 
	font-size: 0.9em;
	font-weight: normal;
	color:#0a1c00; 

}


/* Estilos propios para el sitio usados en tooltip con contenido especial */
#tooltip.more_info {	
	position: absolute;
	z-index: 3000;
	/*background-color: #7ec016;
	color:#333333;*/
	width: 350px;
	border: none;
	height: 150px;
	font-size: 1.1em;
	background: url(../images/img_css/tooltip_bg.png) top left no-repeat;
	opacity: 0.95;
}
#tooltip.more_info h3 {	
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	color: #000000;
	margin-bottom: 0px;	
}
#tooltip.more_info div { 	 
	text-align: justify; 	
	margin-top: 5px;	
	margin-left: 26px;
	margin-right: 26px;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #FFFFFF;
}
#tooltip.more_info2 h3 {	
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	color: #000000;
	margin-bottom: 0px;	
}

.eje_tooltip{
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: normal;
}

.eje_tooltip_title{
	padding-top: 5px;
	font-size: 1.1em;
	color: #0a1c00;
	font-weight: bold;
}



