/* brTip */
div.brTip-box {
	/*background: #FFF;*/
	background:#CDE3F3;
	border: 1px solid #6E92B6;
	display: none;
	position: absolute;
	width: 175px;
}

div.brTip-title {
	background: #6E92B6;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 3px;
	text-align: center;
}

div.brTip-content {
	color: #333;
	margin: 0;
	padding: 5px;
	text-align: justify;
}

.ayudaContextual {
	cursor: help;
}

.ayudaContextualAjax {
	cursor: help;
}
