#reloj
{
	position:relative;
	vertical-align: bottom;
	visibility: hidden;
	width:1px;
	height:1px;
}


#lista
{
	position:absolute;
	width:150px;
	z-index:1;
	top: 132px;
	background-color:#9C9D9F;
}

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



#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_buscador {
	vertical-align: middle;
	border: 0px none;
	list-style-type: none;
	float: none;
	clear: none;
	background-image: url(/elementos/b_lupaN.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 20px;
	width: 21px;
	cursor: hand;	
}
.btn_buscador:hover {
	vertical-align: middle;
	border: 0px none;
	list-style-type: none;
	float: none;
	clear: none;
	background-image: url(/elementos/b_lupaR.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 20px;
	width: 21px;
	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;
}





