.BuscadorEnlaceDocumento {
	border-color: black black #999999;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	width: 650px;
	margin-bottom: 5px;
	display: block;

	
}
.BuscadorEnlaceDocumento a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B50100;
	cursor: hand;
	background-color: #F7F7F7;
	font-weight: bold;
	text-indent: 10px;
	display: block;
}
.BuscadorEnlaceDocumento a:hover {
	color: #999999;

}
.BuscadorTituloDocumento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-indent: 15px;
	display: block;
}
.BuscadorDescripcionDocumento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-indent: 15px; 
	margin-bottom: 10px;
	display: block;
}
.BuscadorTextoResultado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B50100;
	margin-top: 20px;
	margin-bottom: 20px;
}