.titulo {
	font-size: x-large;
}
.texto {
	color: #333333;
}
.subtitulo {
	font-weight: bold;
	color: #333333;
}
.titulo2 {
	font-size: x-large;
	color: #FFFFFF;
}
a:link {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom-color: #FFFFFF;
}
a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	font-style: oblique;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #000066;
	font-weight: bold;
	border-bottom-color: #FFFFFF;
}
a:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
	color: #666666;
}
.titulosuperior {
	font-size: medium;
}
.pie {
	font-size: xx-small;
}
