.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	font-variant: small-caps;
	line-height: normal;
	margin: 4px;
}
.version {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bolder;
	color: #FFFF99;
	text-decoration: underline;
	text-align: center;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #33FFFF;
	text-align: center;
	font-weight: bolder;
}
.borde {
	border: thin outset #999999;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	font-style: normal;
	font-variant: small-caps;
}
.titulo2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.titulo3 {
	background-image: url(imagenes/experimentos.jpg);
	background-attachment: fixed;
	background-repeat:  repeat;
	background-position: left center;
}

