/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
	font-size: 0.8em;
	background: url(..\images\usuarios.gif) fixed no-repeat right bottom;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

input 
{ font-size : 11px; font-family:Tahoma }

A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

.rowsel
{
	cursor: default;
	background-color: white;
}
.rowover
{
	cursor: default;
	background-color: #c3d6e5;
}

.rowover2
{
	cursor: default;
	background-color: #e7e7e5;
}

.clickeado
{
	cursor:default;
	background-color: #c1cdd8;
	
}


.row
{
	cursor: default;
	background-color: transparent;
}

.rows
{
	background-color :Transparent;
}
	
TR
{
	border-top: #cccbc6 1px solid;
	
}
SELECT
{
	font-size: 9pt;
	font-family: Tahoma;
}
OPTION
{
	font-size: 9pt;
	font-family: Tahoma;
}
