#input
{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #F0F8FF;
	border: 1px solid #999999;
	overflow: visible;
	height: 15px;
}



#reloj
{
	position:relative;
	vertical-align: bottom;
	visibility: hidden;
}



#lista
{
	position:absolute;
	width:230px;
	z-index:1;
	top: -30px;
}





#lista a
{
	display: block;
	background-color:#FFFFFF;
	padding: 2pt;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}



#lista a:hover
{
	background-color:#00294F;
	padding: 2pt;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}



.form{
	margin: 0px;
	padding: 0px;
}

.btn_busc {
	vertical-align: middle;
	border: 0px none;
	list-style-type: none;
	float: none;
	clear: none;
	background-image: url(/elementos/bot_buscar.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 15px;
	width: 55px;
	cursor: hand;	
}


.tb_buscador
{
	margin: 0.1px;
	top: 0px;
	bottom: 0px;
	display: tabla;
	border-collapse: collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}


