/*
TD.Info {
	font-family : "Arial";
	text-align : left;
	color: #000;
	font-size : 9pt;
	background-color : #fff;
	border-bottom : thin groove #c0c0c0;
	border-top : thin groove #808080;
	border-left : thin groove #000;
	border-right : thin inset #c0c0c0;
}
*/
.Tabla {
	background-color : rgb(197,173,129);
	font-family : "Arial";
	text-align : left;
	color: #000;
	font-size : 9pt;
}

.TablaRecuadro {
	background-color : rgb(197,173,129);
	font-family : "Arial";
	text-align : left;
	color: #000;
	font-size : 9pt;
	border: 1px solid #000080;
}

HR {
    color : RGB(83,105,129);
    width : 95%;
}

TD.Linea {
	border-bottom : thin solid rgb(83,105,129);
}

