﻿
td.TituloSubSecc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	word-spacing: 0em;
	background-color: #5A9229;
	text-align: left;
}


 
          
td.TituloCaptura
{
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	text-align: right;
	background-color: #EAF5D7;
	}



td.DatosCaptura
{
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	text-align: left ;
	background-color: #FBFDF0;
}


/*	-------------------------------------------------------------------------- */
/*								STYLO DEL DATAGRID								*/
/*	-------------------------------------------------------------------------- */


/*	STYLO DEL CABECERO DEL GRID */

.StyloHeadGrid
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-style: normal;
	font-family: Arial;
	background-color: #5A9229;
	text-align: center;
}

.StyloHeadGrid01
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-style: normal;
	font-family: Arial;
	background-color: #cccccc;
	text-align: center;
}

/*	STYLO DE UN ELEMENTO NORMAL */
.StyloItemGrid
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #ffffff;
	color: #000000;
}

/*	STYLO DEL ELEMENTO ALTERNO  */
.StyloAlternatingItemGrid
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #FBFDF0;/*buttonface;#e2e3e7;*/
	color: #000000;
}

/*	STYLO DEL ELEMENTO SELECCIONADO DEL DATAGRID  */
.StyloSelectItemGrid
{
    font-weight: bold;
    font-size: 8pt;
    color: black;
    font-style: normal;
    font-family: 'Arial';
    text-align: center;
    background-color: #6699ff;
}
/*	STYLO DE LA PARTE DEL PAGINACION DEL DATAGRID  */
.StyloPaginacionGrid
{
	font-weight: bold;
	font-size: 9pt;
	color: buttontext;
	font-style: italic;
	font-family: 'Arial';
	background-color: #ffffff;
	text-align: center;
}

/*	STYLO DEL PIE DE PAGINA DEL DATAGRID  */
.StyloFooterGrid
{
	font-weight: bold;
	font-size: 9pt;
	color: buttontext;
	font-style: italic;
	font-family: 'Arial';
	background-color: #ffffff;
	text-align: center;
}



.BotonAceptar
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-image: url(../../images/bigadda_com.gif);
	background-repeat: no-repeat;
	width: 85px;
	position: static;
	height: 32px;
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
}

.BotonCancelar
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-image: url(../../images/bigadda_com.gif);
	background-repeat: no-repeat;
	width: 85px;
	position: static;
	height: 32px;
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
}