﻿body {
}
.txt
{
	font-size: 9pt;
	font-family: Arial;
}
.txt_naranja
{
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	color: #ff6600;
}
.caja
{
	border-right: orange 1px solid;
	border-top: orange 1px solid;
	font-size: 8pt;
	border-left: orange 1px solid;
	color: dimgray;
	border-bottom: orange 1px solid;
	font-family: Arial;
}
.txtch
{
	font-size: 8pt;
	font-family: Arial;
}
.txtch_c
{
	font-size: 8pt;
	font-family: Arial;
	font-style: italic;
}
.txt_negrita
{
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	color: dimgray;
}