@charset "utf-8";


/*===========FUENTES===========*/
/* ==========Manuales Fundación Santander ============*/

					/* Titulares */
@font-face {
	font-family:"Santander-Head";
	font-style:normal;
	font-weight:normal;
	src : url("../fonts/SantanderHeadline-Regular.otf");
}

@font-face {
	font-family:"Santander-Head";
	font-style:italic;
	font-weight:normal;
	src : url("../fonts/SantanderHeadline-It.otf");
}

@font-face {
	font-family:"Santander-Head";
	font-style:normal;
	font-weight:bold;
	src : url("../fonts/SantanderHeadline-Bold.otf");
}

@font-face {
	font-family:"Santander-Head";
	font-style:italic;
	font-weight:bold;
	src : url("../fonts/SantanderHeadline-BoldIt.otf");
}


					/* Body text */
@font-face {
	font-family:"Santander-text";
	font-style:normal;
	font-weight:normal;
	src : url("../fonts/SantanderText-Regular.otf");
}

@font-face {
	font-family:"Santander-text";
	font-style:italic;
	font-weight:normal;
	src : url("../fonts/SantanderText-Italic.otf");
}

@font-face {
	font-family:"Santander-text";
	font-style:normal;
	font-weight:bold;
	src : url("../fonts/SantanderText-Bold.otf");
}

@font-face {
	font-family:"Santander-text";
	font-style:italic;
	font-weight:bold;
	src : url("../fonts/SantanderText-BoldItalic.otf");
}

@font-face {
	font-family:"Santander-text";
	font-style:normal;
	font-weight:300;
	src : url("../fonts/SantanderText-Light.otf");
}

@font-face {
	font-family:"Santander-text";
	font-style:italic;
	font-weight:300;
	src : url("../fonts/SantanderText-LightItalic.otf");
}


