﻿
.header
{
	Font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	background-color:#477515;
	padding-left:3px;
	padding-right:3px;
	color:#FFFFFF;	
	height:15px;
	text-align:center;
}

.item
{
	Font-family:Verdana;
	font-size:10pt;
	background-color:#FFFFFF;
	color:#000000;
	height: 16px;
}

.item:hover
{
	Font-family:Verdana;
	font-size:10pt;
	background-color:#CCCCCC;
	color:#000000;
	height: 16px;
}

.alter_item
{
	Font-family:Verdana;
	font-size:10pt;
	background-color: #ECF7E6;
	color:#000000;
	height: 16px;
}

.alter_item:hover
{
	Font-family:Verdana;
	font-size:10pt;
	background-color: #CCCCCC;
	color:#000000;
	height: 16px;
}

.pager
{
	Font-family:Verdana;
	font-size:7pt;
	background-color:#477515;
	color:White;
	border-style:solid solid none solid;
	border-width:1px;
	text-align:center;	
}

.ocultarColumna
{
	display:none;
}

.item td,
.alter_item td,
.header td
{
    padding: 0px 3px 0px 5px;    
}


.ResaltaDiferencia {
        background-color:greenyellow;
}

.grid-td-w100 {
    width: 100px;
}
.grid-td-w200 {
    width: 200px;
}
.grid-td-w400 {
    width: 400px;
}
