#tooltip.consejos {
	font-family: Arial;
	border: none;
	width: 170px;
	padding:20px;
	height: 100px;
	opacity: 1;
	background: url('images_tooltip/shadow.png');
}

#tooltip.consejos p {
	text-align: justify;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

#tooltip.consejos p strong {
	color: #000000;
}

#tooltip.consejos p.link {
	text-align: right;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
