﻿/*******************************************************************/
/*																   */
/* Stylesheet: fonts.css										   */
/* --------------------------                                      */
/* Hoja de estilos que define los estilos de fuente a usar         */ 
/*                                                                 */ 
/*******************************************************************/

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.boldF
{
	font-weight: bold;
}

.longF
{
	font-size: 16px;
}

.bigF
{
	font-size: 14px;
}

.normalF
{
	font-size: 12px;
}

.smallF
{
	font-size: 11px;
}

.smallestF
{
	font-size: 10px;
}

.blackF
{
	color: #000000;
}

.blueF
{
	color: #003c81;
}

.noteF
{
	color: #999999; 
	font-size: 11px;
}

.errorF
{
	color: #FF6666; 
	font-size: 12px;
	font-weight: bold;
}

.sectionTitle
{
	font-size: 19px;
	font-weight: bold;
	color: #003C81;
}

.imgBordered
{
	border: 1px solid #CCCCCC;
}

.pCenter
{
	width: 660px;
	text-align: center;
}

.pLeft
{
	width: 660px;
	text-align: left;
}

.pRight
{
	width: 660px;
	text-align: right;
}

.courseSection
{
	font-size: 16px;
	font-weight: bold;
	color: #003C81;
}

.courseName
{
	color: #003C81;
	font-size: 18px;
	font-weight: bold;
}

.bottom-bordered
{
	border-bottom: 1px solid #CCCCCC; 
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.borderedSection
{
	border-bottom: 1px solid #CCCCCC; 
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.requiredInfo
{
	font-family: Verdana;
	font-size: 10px;
	color: #DC143C;
}