.bordeTabla
	{
		border: thin solid #339900;
	}
.bordeCelda
	{
		border-top: thin none #339900;
		border-right: thin none #339900;
		border-bottom: thin solid #339900;
		border-left: thin none #339900;
	}
.bordeCeldaInferior
	{
		border-top: thin none #339900;
		border-right: thin none #339900;
		border-bottom: thin solid #339900;
		border-left: thin none #339900;
	}
.bordeCeldaSuperior
	{
		border-top: thin solid #339900;
		border-right: thin none #339900;
		border-bottom: thin none #339900;
		border-left: thin none #339900;
	}

.boton
	{ 
		width: 200px; 
		height: 23px; 
		border-left: 1px solid #AFC4D5; 
		border-top: 1px solid #AFC4D5; 
		border-right: 1px solid #104A7B; 
		border-bottom: 1px solid #104A7B; 
		background: #00FF99; font-size: 10px; 
		font-weight: bold; 
		color: #000000; 
		font-family: arial;
		text-decoration: none; 
		cursor: hand
	}

.tablaEncabezado
	{
		background: #CCFFCC;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #003300;
		text-align: center;
	}
.tablaPie
	{
		background: #CCFFCC;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #000000;
		text-align: center;
	}

.alternoColor1
	{
		background: #FFFFCC;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 9px;
		font-weight: bold;
	}
.alternoColor2
	{
		background: #FFFF99;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 9px;
		font-weight: bold;
	}