﻿
.boton
{
	border-style: hidden;
	background-color: #BA122B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 60px;
	height: 20px;
	font-size: small;
}
.boton:hover
{
	background-position: #eef;
	border: 1px solid #f00;
	background: #990000;
}
 
.Etiqueta
{
	font-family: arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.textAreaLogin
{
	border: thin groove #808080;
	width: 200px;
	height: 15px;
}
.comboBox
{
	border: thin groove #000000;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
}
.CeldaTabla
{
	width: 800px;
	height: 100px;
	background-color: #FFFFFF;
}
.botonGrid
{
	border-style: hidden;
	background-color: #BA122B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 70px;
	height: 20px;
	font-size: x-small;
}
.labelGrid
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
}
.infoStaticEtiqueta
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	color: #BA122B;
}
.InfoEtiquetaDatos
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}