.bd-container {
	padding: 20px;
	width: 700px;
	margin: 20px; auto 0 auto; width:700px;
	border: thin solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	text-align: justify;
}
.bd-whois {
	
}
.bd-whois-na  {
	color: #ff9900;
}
.bd-error  {
	color: #ff0000;
}

.bd-strong {
	font-weight:bold;
}
.bd-nota {
	font-size: 10px;
	color: #333;
	font-style: italic;
	text-align: left;
	padding: 5px 10px 0 10px;
	border-top: 1px solid #706868;
}
.disponibles {
	font-weight:bold;
	text-align: center;
}
.registrados {
	font-weight:normal;
	float: left;
	position: relative;
	width: 50%;
	text-align: center;
}
.bd-widget {
	border: 1px solid #ccc; 
	background-color: #fff; 
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;}
