/**
css de classvista
**/
.ImgIcoAccion
{
	border:none 0px;
	
}

.FilaCategoria {
	background-color:#CCCCCC;
	font-weight:bold;
	color:#000000;
}	

.FilaSubCategoria {
	background-color:#F0F0F0;
	font-weight:bold;
	color:#000000;
}	
	
.FilaTotal {
	background-color:#E3E3E3;
	font-weight:bold;
	border-bottom:1px solid;
}

.FilaSubTotal {
	background-color:#F5F5F5;
	font-weight:bold;
	border-bottom:1px solid;
}	
	
.RowOnMouseOver{
	 background-color:#EFE7E7;
}
.RowOnMouseOut {
	background-color:transparent;
}


.MenuIndra{
	text-align:left;
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#262f44;
}
.MenuIndraGris{	
	color:white;
	background-color:#8994a6;	
}

/**LETRAS y TAMANYOS**/
.LetraNormal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


A.TitulosVistas{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
.InputText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:#333333 1px solid;
}


