/* RESET -------------------------------------------------- RESET*/

*{
	margin:0; 
	padding:0;
}

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

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

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

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

body {
	background:url(../images/backgrounds/bg.gif) repeat; 
	font-family: 'CalibriRegular';
	overflow-x:hidden;
	y:scroll;
}

.italico {
	font-family: 'CalibriItalic';
	font-style:italic;
}

.negrito {
    font-family: 'CalibriBold';
	font-weight:bold;
}