function pintarDestacado(f,t,ct,st,cst,e,ce,url) 
{
document.write("<div class=\"categoria_destacado\" style=\"background:url('" + f + "') no-repeat scroll 0 0 transparent !important\">");
document.write("<div class=\"titulo_destacado\" style=\"color:" + ct + ";\">" + t + "</div>");
document.write("<div class=\"subtitulo_destacado\" style=\"color:" + cst + ";\">" + st + "</div>");
document.write("<div class=\"enlace_destacado\"><a style=\"color:" + ce + ";\" href=\"" + url + "\">" + e + "<img src=\"/WebRoot/Store/Shops/luk/MediaGallery/images-luk-creadtibe/flecha_destacado.png\" style=\"border: 0px\" /></a></div>");
document.write("</div>");
}

