.br_cuerpo_buscador_principal {
	clear:both;
	margin:0px;
	padding:4px;
	overflow:auto;
	height:221px;
}
.br_tab_bar {
	float:left;
	width:1px;
	text-align:center;
}
.br_tab_txt, .br_tab_txt_seleccionado {
	float:left;
	width:98px;
	text-align:center;
	cursor:pointer;
}
.br_tab_txt_seleccionado {
	font-weight:bold;
}
.br_tab_txt:hover {
	font-weight:bold;
}
.br_item_buscador_principal {
	padding-top:15px;
}
/* Stylized form elements */
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../img/forms/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../img/forms/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	font: 12px/21px arial,sans-serif;
	background: url(../img/forms/select.png) no-repeat;
	overflow: hidden;
}
.img_form_button {
	cursor:pointer;
	margin-top:30px;
	margin-left:59px;
}
