
	A {
		font-family: Verdana,Comic Sans MS;
		font-size: 10pt;
		color: blue;
		text-decoration: none;
		font-weight: bold;
	}

	.enlacenormal {
		font-size: 10pt;
		color: blue;
		text-decoration: underline;
		font-weight: normal;		
	}

	H1 {
			font-family: Times New Roman, Verdana, Arial, Comic Sans MS, Helvetica;
			font-size: 25pt;
			font-weight: bold;
			color: black;
	}

	H2 {
			font-family: Comic Sans MS, Arial, Helvetica;
			font-size: 12pt;
			font-weight: normal;
			color: white;
			text-decoration: none;
			border: none;
			border-width: thin;
			padding: 0em;
			padding-left: 0.1in;
			margin: 0em;
			background: maroon;
	}

	H3 {
		font-family: Comic Sans MS, Arial, Helvetica,Verdana;
		font-size: 12pt;
		font-weight: bold;
		text-decoration: none;
		color: black;
	}

	P, .texto {
		font-family: Verdana,Comic Sans MS;
		font-size: 10pt;
	}

	.coment {
		color: blue;
	}

	UL {
		font-family: Verdana,Comic Sans MS;
		font-size: 10pt;
	}

	FORM {
		font-family: Verdana,Comic Sans MS;
		font-size: 10pt;
		text-align: justify;
	}

	.ejemplo {
			color: black;
			border: none;
			margin: 0em 0;
			background: silver;
	}

	.mini {
		font-family: Verdana,Comic Sans MS;
		font-size: 8pt;
	}

	.letraC {
		font-family: Comic Sans MS, Arial, Helvetica;
		font-size: 15pt;
		color: blue;
		font-weight: bold;
	}

	.comprobado {
			color: blue;
			font-size: 8pt;
	}

	.volver {
		font-family: Verdana,Comic Sans MS;
		font-size: 8pt;
		font-weight: normal;
		color: blue;
		text-decoration: none;	
		text-align: center;
	}

	BODY {
		background: white;
	}



