/* CSS Document */

.buscador{
	background-color:#747474;
	height:44px;
	margin:5px 0;
	position:relative;
}
.buscador-inputs{
	background:url(/graf/fondo-buscador.gif) no-repeat;
	height:18px;
	width:124px;
	padding:6px 2px 0 40px;
	position:absolute;
	top:11px;
	left:12px;
	border:0 solid #666666;
	color:#9B1818;
	font-size:11px;
}
.buscador-boton{
	background:url(/graf/btn-enviar-buscador.gif) no-repeat;
	height:24px;
	width:29px;
	border:0 solid #666666;
	color:#D9D9D9;
	position:absolute;
	top:11px;
	left:180px;
}
.buscador-boton:hover{
	background-position:0 -24px;
	color:#C4C4C4;
}

.buscador label{
	margin:0;
	display:inline-block;
}


