* {font-size:11px} 
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
	text-transform: capitalize;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	margin-right: 2px;
}
/*a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #330000;
}
*/
a {color: #000099; text-decoration: none}
a:visited {color: olive}
a:hover   {color: #669900 /*verde*/}
a:active  {color: #993366; /* vino*/}

legend {font-weight:bold}

img {
	margin: 2px;
	height: auto;
	width: auto;
}
.consulta {border-collapse: collapse; border:0; width:100%; padding:0 auto margin:0}
.consulta td {border: 1px silver dotted; text-align: left}
.consulta td img {float: left}
