.Texto_rojo {
	font-family: "Century Gothic";
	color: #990000;
	font-size: 16px;
	font-weight: lighter;
}

.Texto_rojo_negrita {
	font-family: "Century Gothic";
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}

.Texto_rojo_italica {
	font-family: "Century Gothic";
	color: #990000;
	font-size: 16px;
	font-style: italic;
}

.Texto_azul {
	color: #0033FF;
	font-family: "Century Gothic";
	font-size: 17px;
	font-weight: normal;
	font-variant: normal;
}

.Texto_azul:hover {
	color: #733406;
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: normal;
	font-variant: normal;
}

.Texto_verde {font-family: "Century Gothic"; color: #006600;}

.Texto_blanco_sobre_azul {
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 24px;
}

.Texto_nombre_profesorado {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000;
}

