/*  Master */
.TituloArriba {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}
/*  COMUN A TODOS ---------------------------------------------------------------------------------*/
/* COMUN A TODOS - Letra del centro negrita */
.LetraCentral {
	font-family:  Verdana, Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

/* COMUN A TODOS - Letra del centro normal */
.LetraCentralComun {
	font-family:  Verdana, Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}

/* COMUN A TODOS - Letra del centro ARIAL*/
.LetraContenedor {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 17px;
	font-size: 11px;
	color: #000000;
	
}

/* COMUN A TODOS - Titulo Grandote*/
.LetraTituloPrincipal {
	font-family:   Trebuchet MS, Arial,Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

/* COMUN A TODOS - Aviso de Error */
.LetraAvisoError {
	font-family:  Verdana, Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: Red;	
}


/* ------------------------------------------------------------------------------------GRILLA */
/* GRILLA CURSOS Item Grande */
.GrillaCursosFilas {
	font-family:  Trebuchet MS, Arial,Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;	
}

/* GRILLA HeraderStyle*/
.GrillaHead {
	font-family:  Trebuchet MS, Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}

/* GRILLA FooterStyle*/
.GrillaFoot {
	font-family:  Trebuchet MS, Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}



/* ------------------------------------------------------------------------------------GRILLA */
/* MENÚ DE LA PÁGINA PRINCIPAL */
.MenuPrincipalItemGrande 
{	
	font-family:  Trebuchet MS, Arial,Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;	
}

/* ------------------------------------------------------------------------------------GRILLA */
/* LOGUIN letra en blanco*/
.LetraLoguinContenedor {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 17px;
	font-size: 11px;
	color: White;
	
}

