body
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma, 'Times New Roman';
	list-style-type: none;
}
.Titulo
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-style: italic;
	font-family: Arial;
	background-color: #8080ff;
}


A:link
{
	font-weight: bold;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}

A:active
{
	font-weight: bold;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}
A:visited
{
	font-weight: bold;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}

A
{
	font-weight: bold;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}

A:hover
{
	font-weight: bold;
	color: navy;
	font-family: Arial;
	text-decoration: underline;
}

A.CeldaIndice
{
	font-weight: bold;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

A.CeldaIndice:visited
{
	font-weight: bold;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

A.CeldaIndice:hover
{
	font-weight: bold;
	color: white;
	font-family: Arial;
	text-decoration: underline;
}

LI
{
	padding-bottom: 0.5cm;
	list-style-type: none;
	font-size: 10pt;
}
.Introduccion
{
	font-weight: bold;
	font-size: medium;
	color: white;
	font-style: italic;
	font-family: Arial;
	background-color: red;
}
.Codigo
{
	font-size: 10pt;
	font-family: Monospace;
}
.Texto
{
	font-size: 10pt;
}
.CeldaIndice
{
	color: white;
	background-color: black;
	text-align: center;
	font-size: 12pt;
}
TD
{
	font-size: 10pt;
}

