/* Buscador usuarios */

#buscador{
	background-image:url(../archivos/imagenes/fondo.png);
	background-repeat:repeat-x;
	min-height:40px;
	padding:10px 20px;
}


#buscador input#text {
	float:left;
	font-size:12px;
	border:solid 1px #aacfe4;
	width:350px;
	height:1.65em;
	margin:2px 0 20px 65px;
	background:url(../archivos/imagenes/lupa.gif) left no-repeat;
	padding:4px 7px 2px 20px;
}


#buscador input#search{
	background-color:#61a11c;
	background-image:url(../archivos/imagenes/fondo-boton.png);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#fff;
	height:2.2em;
	width:65px;
	border:1px solid #3f8e00;
	margin:1px 0 0 6px;
	padding:0 1px 2px 1px;
}

#buscador > input#search{
	margin:1px 0 0 6px;
	padding:-2px 1px 0 1px;
}

#buscador input:hover#search{
	background-color:#3e8d00;
	background-image:url(../archivos/imagenes/fondo-boton-hover.png);
}

/* Buscador administración */

#buscador2{
	background-image:url(../archivos/imagenes/fondo.png);
	background-repeat:repeat-x;
	min-height:40px;
	padding:10px 20px;
}


#buscador2 input#text {
background:url(../archivos/imagenes/lupa.gif) left no-repeat;
float:left;
font-size:12px;
border:solid 1px #aacfe4;
width:380px;
height:2.4em;
margin:2px 0 20px 10px;
padding:4px 7px 2px 20px;
}


#buscador2 input#search{
	background-color:#61a11c;
	background-image:url(../archivos/imagenes/fondo-boton.png);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#fff;
	height:2.2em;
	width:65px;
	border:1px solid #3f8e00;
	margin:1px 0 0 6px;
	padding:0 1px 2px 1px;
}

#buscador2 > input#search{
	margin:1px 0 0 6px;
	padding:-2px 1px 0 1px;
}

#buscador2 input:hover#search{
	background-color:#3e8d00;
	background-image:url(../archivos/imagenes/fondo-boton-hover.png);
}


