$(document).ready(function (){
	$(".ZOPF_TXT_menuInicio").filter(function(e){
		$(this).css({'background-color':'transparent'});
	})
});
