function ajustes2()
{
	$(document).ready(function(){

		var ie6 = document.getElementById && document.all&&(navigator.appVersion.indexOf('MSIE 6.')>=0);
			
		if (ie6==true){
		}
		
		else if($("div#content").height() < $("div#wrapper").height()-176-494)
		{
			//$("div#wrapper").height($("body").height()-169-145-220);
    		$("div#content").height($("body").height()-176-494);
		}
		
		else
		{
			$("div#content").height($("div#content").height()-62);
		}
    });   
}

function calcular_anho_experiencia(){
	var f = new Date();
	document.write(f.getFullYear()-1995);
}
