/*
@font-face {
	font-family: 'CaeciliaLTStd75Bold';
	src: url('fonts/CaeciliaLTStd-Bold.eot?') format('eot'), url('fonts/CaeciliaLTStd-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'CaeciliaLTStd85Heavy';
	src: url('fonts/CaeciliaLTStd-Heavy.eot?') format('eot'), url('fonts/CaeciliaLTStd-Heavy.otf') format('opentype');
}

@font-face {
	font-family: 'CaeciliaLTStd55Roman';
	src: url('fonts/CaeciliaLTStd-Roman.eot?') format('eot'), url('fonts/CaeciliaLTStd-Roman.otf') format('opentype');
}

funcionando anteriormente, menos en IE

*/


@font-face {
    font-family: 'CaeciliaLTStd55Roman';
    src: url('fonts/caecilialtstd-roman-webfont.eot');
    src: url('fonts/caecilialtstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/caecilialtstd-roman-webfont.woff') format('woff'),
         url('fonts/caecilialtstd-roman-webfont.ttf') format('truetype'),
         url('fonts/caecilialtstd-roman-webfont.svg#CaeciliaLTStd55Roman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CaeciliaLTStd75Bold';
    src: url('fonts/caecilialtstd-bold-webfont.eot');
    src: url('fonts/caecilialtstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/caecilialtstd-bold-webfont.woff') format('woff'),
         url('fonts/caecilialtstd-bold-webfont.ttf') format('truetype'),
         url('fonts/caecilialtstd-bold-webfont.svg#CaeciliaLTStd75Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CaeciliaLTStd85Heavy';
    src: url('fonts/caecilialtstd-heavy-webfont.eot');
    src: url('fonts/caecilialtstd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/caecilialtstd-heavy-webfont.woff') format('woff'),
         url('fonts/caecilialtstd-heavy-webfont.ttf') format('truetype'),
         url('fonts/caecilialtstd-heavy-webfont.svg#CaeciliaLTStd85Heavy') format('svg');
    font-weight: normal;
    font-style: normal;

}


