$(document).ready(function(){
    $('body').addClass('js');

    $('#mapa_comollegar').click(function(){ $(this).html('<iframe width="509" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps?f=q&amp;source=s_q&amp;hl=es&amp;geocode=&amp;q=Torralba+de+calatrava&amp;sll=40.396764,-3.713379&amp;sspn=13.111272,33.815918&amp;ie=UTF8&amp;ll=39.124734,-3.707886&amp;spn=0.532681,0.699005&amp;z=10&amp;iwloc=A&amp;output=embed"></iframe>'); }).css('cursor','pointer');
    $('#mapa_ayuntamiento').click(function(){ $(this).html('<iframe width="509" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps?f=q&amp;source=s_q&amp;hl=es&amp;geocode=&amp;q=Plaza+De+La+Villa+1,+Torralba+de+Calatrava&amp;sll=39.016716,-3.747303&amp;sspn=0.013071,0.033023&amp;ie=UTF8&amp;ll=39.018033,-3.749084&amp;spn=0.008336,0.010922&amp;z=16&amp;iwloc=A&amp;output=embed"></iframe>'); }).css('cursor','pointer');

    $('#form_contactar').find('input[type=text], textarea').css({'-moz-border-radius':'3px','-khtml-border-radius':'3px','-webkit-border-radius':'3px','border-radius':'3px'});

    $('a.blank').attr('target','_blank');
});
