.contenido {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.subtitulo {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}
.negrita {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.italica {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

a:link {
	text-decoration: none;
	color:#666666
}
a:visited {
	text-decoration: underline;
	color:#999999
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}

.letra_capital {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}
