.letra1 {
	font-family: Tahoma;
	font-size: 13px;
	font-style: italic;
	text-transform: uppercase;
	color: #990000;
	font-weight: bold;
	line-height:13px;
}
.texto_scroll {
	position:relative;
	width:500px;
	font-family: Tahoma;
	font-size:11px;
	color:#5e5e5e;
	text-align: justify;
	overflow-y: scroll;
	overflow-x: none;
	height: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:10px;
}
.texto_resaltado{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#930000;
}
