@charset "utf-8";
/* CSS Document */

/*  Fonts CSS */

.fontCutHeaders{
	color:#3c4c65;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
}

.fontTitulos{
	color: #0080C0;
	font-family: Calibri;
	font-size: 32px;
	font-weight: bolder;
	font-style: italic;
	text-transform: uppercase;
}

.fontTextoGeneral{
	color: #333;
	font-family: Calibri;
	font-size: 16px;
}

.fontCapitalLeter{
	color: #0080C0;
	font-family: Calibri;
	font-size: 54px;
	font-weight: bolder;	
	text-transform: uppercase;
}

.fontHeadings{
	color: #333;
	font-family: Calibri;
	font-size: 18px;
	font-weight: bolder;
	text-align: right;
}

