﻿.CajaTitulo{
	font-weight: bold;
	font-size: 10pt;
	color: Gray;
	font-family: Verdana;
	background-color: Transparent;
	cursor: pointer;
}
.CajaInfo{
	font-size: 8pt;
	color: Black;
	font-family: Verdana;
	background-color: Transparent;
	cursor: pointer;
}
.GridDins
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: white;
	color: black;
	height: 16px;
}
.GridAlt
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: #F5F5DC;
	border-color: #F5F5DC;
	color: black;
	height: 16px;
}
.GridCap
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #dd7244;
	color: white;
	height: 20px;
}
.GridPeus
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #cf8060;
	color: #F5F5F5;
	height: 16px;
	vertical-align: middle;
}
.Invisible
{
	visibility: hidden;
}
.Clickable
{
	cursor: pointer;
}