.qtip .qtip-content{
   padding: 20px;
   overflow: hidden;
   
}
   
   .qtip .qtip-content .qtip-title,
   .qtip-cream .qtip-content .qtip-title{
      background-color: #F0DE7D;
   }
   
   .qtip-light .qtip-content .qtip-title{
      background-color: #f1f1f1;
   }

   .qtip-dark .qtip-content .qtip-title{
      background-color: #404040;
   }

   .qtip-red .qtip-content .qtip-title{
      background-color: #F28279;
   }
   
   .qtip-green .qtip-content .qtip-title{
      background-color: #B9DB8C;
   }

/***************************nuevas*******************************/
   
.titulo_tooltip{
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}
.contenido_tooltip {
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	color:#000000;
}

.img_tooltip{
	
	position:relative;
	width:105px;
	height:58px;
	overflow:hidden;
	margin-bottom:5px;

}

/*mover la posicion del tip*/
.qtip-tip{
	left:15px !important;
}
