#HeadBuscador {
	width:188px;
	height:16;
	text-align:left;
	position:relative;
	top:10;
}

#FootBuscador {
	width:188px;
	left:32px;
	top: 4px;
	//left:32px;
	//top:-20px;
	position:relative;
	height:16;
	text-align:left;
}

#TitleFoot {
	width:234px;
	height:30;
	vertical-align:baseline;
	overflow:hidden;
}

.TextoFoot {
	position:relative;
	left:53px;
	//left:51px;
	top:7px;
}

#buscador {
	width:234px;
	height:201px;
	text-align:center;
	overflow:hidden;
}

#buscadores {
	padding:3;
	position:relative;
	top:4px;
	//top:8px;
}

#botonBuscar1 {
	text-align:center;
}

.select {
	border-top:2px solid black;
	border-left:2px solid black;
	border-right:2px solid rgb(235,235,235);
	border-bottom:2px solid rgb(235,235,235);
	width:200;
	cursor:pointer;
}

.DISABLED {
	border-top:2px solid black;
	border-left:2px solid black;
	border-right:2px solid rgb(235,235,235);
	border-bottom:2px solid rgb(235,235,235);
	width:200;
	background-color:rgb(145,145,145);
	opacity:.35;
	filter:alpha(opacity = 35);
}

.Text1 {
	position:relative;
	border-top:2px solid black;
	border-left:2px solid black;
	border-right:2px solid rgb(235,235,235);
	border-bottom:2px solid rgb(235,235,235);
	width:126;
	top:-8;
	//top:-4;
	left:25;
	cursor:pointer;
}

.MarcarbotonBuscar1 {
	position:relative;
	border:2px solid red;
	width:126;
	top:-8;
	//top:-4;
	left:25;
	cursor:pointer;
}

.DIV {
	height:25;
	margin-top:3px;
}