/* Fuente Minido */

/* 
BrandonText-Black.otf
BrandonText-BlackItalic.otf
BrandonText-Bold.otf
BrandonText-BoldItalic.otf
BrandonText-Light.otf
BrandonText-LightItalic.otf
BrandonText-Medium.otf
BrandonText-MediumItalic.otf
BrandonText-Regular.otf
BrandonText-RegularItalic.otf
BrandonText-Thin.otf
BrandonText-ThinItalic.otf
*/


@font-face {
	font-family:'BrandonBold';
	src: url('../webfonts/BrandonText-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'BrandonRegular';
	src: url('../webfonts/BrandonText-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'BrandonThin';
	src: url('../webfonts/BrandonText-Thin.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'BrandonThinItalic';
	src: url('../webfonts/BrandonText-ThinItalic.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}


.f_Encabezados {
	font-family:'BrandonBold';
 	font-size:22px; 
	color: #eef3f8;
	text-align: center;
}


.f_Textos {
	font-family:'BrandonRegular';
 	font-size:18px; 
	color: #eef3f8;
	text-align: justify;
}

.f_TextoT {
	font-family:'BrandonThin';
 	font-size:18px; 
	color: #eef3f8;
	text-align: justify;
}

.f_TextoN {
	font-family:'BrandonRegular';
 	font-size:18px; 
	color: #eef3f8;
	text-align: justify;
	font-weight: bold;
}

.f_TextoI {
	font-family:'BrandonThinItalic';
 	font-size:18px; 
	color: #eef3f8;
	text-align: justify;
}


.f_Menu {
	font-family:'BrandonThinItalic';
 	font-size:13px; 
	color: #eef3f8;
	text-align: center;
}







