def SL():
    return render_template('Ciudad.html', datos=temp.temp(temp.linkscrap(12)))
def JEE():
    return render_template('Ciudad.html', datos=temp.temp(temp.linkscrap(7)))
def PJC():
    return render_template('Ciudad.html', datos=temp.temp(temp.linkscrap(5)))
def Caag():
    return render_template('Ciudad.html', datos=temp.temp(temp.linkscrap(6)))
def Enc():
    return render_template('Ciudad.html', datos=temp.temp(temp.linkscrap(4)))