$(document).ready(function(){
	//
});
Cufon.replace('h1', {
	fontFamily:'Hermes-Thin',
	fontSize:'60px',
	color:'#D40043',
	lineHeight:'60px',
	autoDetect:true
});
Cufon.replace('h2', {
	fontFamily:'Hermes-Thin',
	fontSize:'42px',
	color:'#D40043',
	lineHeight:'42px',
	autoDetect:true
});
Cufon.replace('h7', {
	fontFamily:'Hermes-Thin',
	fontSize:'36px',
	color:'#FFFFFF',
	lineHeight:'36px',
	autoDetect:true
});
function replace_cufon(){
	Cufon.replace('.titulo2', {
		fontFamily:'Hermes-Thin',
		fontSize:'18px',
		color:'#D40043',
		lineHeight:'18px'
	});
	Cufon.replace('.titulo3', {
		fontFamily:'Hermes-Thin',
		fontSize:'16px',
		color:'#00323B',
		lineHeight:'16px'
	});
}
replace_cufon();
