
(function($){
	$.fn.fondo = function()
	{
		var $este = $(this);
		var $select = $este.find('.selectordom');
               	
			$select.css({height:'29px'});
                        $select.css({background:"url(../img/bg-input-dom.gif)"});
     
	}
})(jQuery);


