body 
{
	padding: 20px 50px 50px 10px;
	font-family: Lucida Console;
}


span
{
	font-family: Lucida Console;
}

a 
{
	text-decoration:none;
	color:Black;
}

table
{
border-left: black thin solid; 
}
td
{
	text-align:center;	
	border-top: black thin solid; 
	border-right: black thin solid; 
	border-bottom: black thin solid; 
}

table.clean
{
border-left: transparent thin solid; 
}

table.clean tr,table.clean td
{
	text-align:center;	
	border-top: transparent thin solid; 
	border-right: transparent thin solid; 
	border-left: transparent thin solid; 
	border-bottom: transparent thin solid; 
}


.boton 
{
	padding: 10px;
	
}

.selected 
{
background:#7D8202;
}
