function write_css (nombre_css){
document.write("<link rel='stylesheet' href='"+nombre_css+"' type='text/css'/>");
}

