.display-great {
	display:none;
}


.display-mini {
	display:none;
}

body {background-color: white; -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;overflow-x: hidden}




/*
 * 
 * FUENTES
 * 
 */


@font-face{
   font-family: "Titillium-Bold";
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/TitilliumText22Bold.otf);
}

@font-face{
   font-family: "Titillium-Regular";
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/TitilliumText22Thin.otf);
}

@font-face{
   font-family: "Berlin-Bold";
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/berlin.otf);
}

@font-face{
   font-family: "Museo-Regular";
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/MuseoSans_700.otf);
}

@font-face{
   font-family: "Museo-Thin";
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/MuseoSans_500.otf);
}