/*
Estilos de cambio de Datagrid.
*/
TABLE.tabla 
{
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; FONT-FAMILY: Tahoma,Arial;
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}
.fila1 {
	BACKGROUND-COLOR: #dddddd
}
.fila2 {
	BACKGROUND-COLOR: #eeeeee
}
.Cabecera {
	COLOR: #ffffff; BACKGROUND-COLOR: #444444
}
.Cabecera A {
	COLOR: #ffffff
}
.Cabecera A:visited {
	COLOR: #ffffff
}
.Pie {
	COLOR: #ffffff; BACKGROUND-COLOR: #666666
}
INPUT.normal
{
	border-right: #0000cc 1px solid;
	border-top: #0000cc 1px solid;
	font-size: 8pt;
	border-left: #0000cc 1px solid;
	color: #000000;
	border-bottom: #0000cc 1px solid;
	font-family: Tahoma, Arial;
	background-color: #eeeeee;
}
INPUT.requerido
{
	border-right: #0000cc 1px solid;
	border-top: #0000cc 1px solid;
	border-left: #0000cc 1px solid;
	border-bottom: #0000cc 1px solid;
	background-color: #eec4c4;
}
SELECT.normal
{
	border-right: #0000ff 1px solid;
	border-top: #0000ff 1px solid;
	font-size: 8pt;
	border-left: #0000ff 1px solid;
	color: #000000;
	border-bottom: #0000ff 1px solid;
	font-family: Tahoma, Arial;
	background-color: #eeeeee;
}
SELECT.requerido
{
	border-right: #0000ff 1px solid;
	border-top: #0000ff 1px solid;
	border-left: #0000ff 1px solid;
	border-bottom: #0000ff 1px solid;
	background-color: #e08f8f;
}
/*  FIN DE ESTILOS DE DATAGRID  */

BODY
{
	margin-top: 0px;
	font-size: 8pt;
	margin-left: 0px;
	font-family: tahoma;
	background-color: white;
}
FIELDSET
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
SELECT
{
	font-size: 8pt;
	font-family: tahoma;
}
TD
{
	font-size: 8pt;
	font-family: tahoma;
}
BUTTON
{
	font-size: 8pt;
	font-family: tahoma;
}
INPUT
{
	font-size: 8pt;
	font-family: tahoma;
}
TEXTAREA
{
	font-size: 8pt;
	font-family: tahoma;
}

INPUT.array
{
	border-right: dimgray 1pt solid;
	border-top: dimgray 1pt solid;
	font-size: 8pt;
	border-left: dimgray 1pt solid;
	border-bottom: dimgray 1pt solid;
	font-family: tahoma;
}
TR.dbnetgridheading
{
	cursor: hand;
	background-color: gainsboro;
}
TD.dbnetgridheading
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
TABLE.dbnetgridheading
{
	border-right: 1pt outset;
	padding-right: 0px;
	border-top: 1pt outset;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	border-left: 1pt outset;
	width: 100%;
	padding-top: 0px;
	border-bottom: 1pt outset;
	font-family: tahoma;
	height: 100%;
}
TABLE.dbnetgrid
{
	font-size: 8pt;
	border-left-color: dimgray;
	border-bottom-color: dimgray;
	border-top-color: dimgray;
	font-family: tahoma;
	border-collapse: collapse;
	border-right-color: dimgray;
}
SELECT.dbnetgrid
{
	border-right: dimgray 1pt solid;
	border-top: dimgray 1pt solid;
	font-size: 8pt;
	border-left: dimgray 1pt solid;
	border-bottom: dimgray 1pt solid;
	font-family: tahoma;
}
INPUT.dbnetgrid
{
	border-right: dimgray 1pt solid;
	border-top: dimgray 1pt solid;
	font-size: 8pt;
	border-left: dimgray 1pt solid;
	border-bottom: dimgray 1pt solid;
	font-family: tahoma;
	text-align: right;
}
TR.DataGrid_ItemStyle
{
	background-color: transparent;
}
TR.DataGrid_AlternatingItemStyle
{
	color: navy;
	background-color: #e3edff;
}
TR.DataGrid_HeaderStyle A
{
	color: white;
	text-decoration: underline;
}
TR.DataGrid_HeaderStyle A:visited
{
	color: white;
	text-decoration: underline;
}
TR.DataGrid_HeaderStyle A:hover
{
	color: #9cf;
	text-decoration: none;
}
TR.DataGrid_SelectedItemStyle
{
	font-weight: bold;
	color: navy;
	background-color: #9cf;
}
TR.DataGrid_HeaderStyle
{
	font-weight: bold;
	font-family: Verdana;
	background-color: #6694ff;
}
TR.DataGrid_FooterStyle
{
	background-color: #9cf;
}
TR.DataGrid_PagerStyle
{
	font-weight: bold;
	color: white;
	font-family: Verdana;
	background-color: #ccc;
	text-align: left;
}
H1
{
	font-weight: 700;
	font-size: 1.5em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana;
	letter-spacing: normal;
	text-decoration: none;
}
IMG.cursor
{
	cursor:hand;
}

TD.cursor
{
	cursor:hand;
}
SPAN.Message
{
	font-weight: bold;
	color: Navy;
}

SPAN.ErrorMessage
{
	font-weight: bold;
	color: Red;
}
DIV.capa_escudo 
{
	Z-INDEX: 2004; 
	WIDTH: 100%; 
	HEIGHT: 100%; 
	LEFT: 0px; 
	POSITION: absolute; 
	TOP: 0px; 
	BACKGROUND-COLOR: transparent
}
