.buscador_posicion{

}


#service{
	background-image:url("https://prontubeam.com/imagenes/lupa.png");
	background-position:right;
	background-repeat: no-repeat;
	border-radius: 5px;
	font: 13px "Fjalla One",sans-serif;
	padding:5px;
	width: 80%;
}
.form_buscador{
margin-bottom:10px;
}

#service:focus{
	background-image:url("https://prontubeam.com/imagenes/lupa.png");
	background-position:right;
	background-repeat: no-repeat;
    border-radius: 5px;
    outline      : none;
}

#Buscar{
	padding: 5px;
	font: bold 15px "Fjalla One",sans-serif;
	border-radius: 5px;
	background   : none;
	cursor       : pointer;
	background:#1f85bf;
	color   : #FFF;
	position:relative;
	bottom:2px;
}

#Buscar:after {
  content: " >>>";
}

#Buscar:hover,
#Buscar:focus {
  outline   : none;
  background: #1f85bf none repeat scroll 0 0;
  color   : #000;
}