.moldura {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*margin-left: 5px;*/
	border: 1px solid Navy;
}

.moldura caption{
	color: #FF8C00;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	border-top: 1px solid #483D8B;
	border-left: 1px solid #483D8B;
	border-right: 1px solid #483D8B;
	background: #F5F5F5;
}

.moldura td{
	font-size: 11px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	text-align: justify;
}

.molduraTitulo{
	color: #483D8B;
	font-weight: bold;
	font-size: 11px;
}

.moldura a{
	text-decoration: none;
	color: Blue;
}


.moldura a:visited{
	text-decoration: none;
	color: Blue;
}

.moldura a:hover{
	text-decoration: none;
	color: #FF8C00;
}


.molduraTexto{
	color: Black;
}




