a:link
{
	color:blue;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
}

a:visited
{
	color:blue; 
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
} 
a:hover {
    color:blue;
    text-decoration: underline;
    font-size: 8pt;
    font-weight: normal;
}
   
a:active 
{
	color:blue;
	font-decoration: none;
	text-size: 8pt;
    font-weight: normal;
}
body
{
	font-size: 10pt;
	font-family: Arial Narrow;	
	background-color: rgb(255,255,255);
	color: #000000;
}
a:link.menu {font-family: Arial Narrow; font-size:10pt; color: rgb(100,0,0); text-decoration:none; font-weight: normal;}
a:visited.menu {font-family: Arial Narrow; font-size:10pt; color:rgb(100,0,0); text-decoration:none; font-weight: normal;}
a:active.menu {font-family: Arial Narrow; font-size:10pt; color:rgb(100,0,0); text-decoration:none; font-weight: normal;}
a:hover.menu {font-family: Arial Narrow; font-size:10pt; color:blue; text-decoration:none; font-weight: normal;}

a:link.cat {font-family:Verdana; font-size:10pt; color: rgb(0,0,255); text-decoration:none; font-weight: bold;}
a:visited.cat {font-family:Verdana; font-size:10pt; color:rgb(0,0,255); text-decoration:none; font-weight: bold;}
a:active.cat {font-family:Verdana; font-size:10pt; color:rgb(0,0,255); text-decoration:none; font-weight: bold;}
a:hover.cat {font-family:Verdana; font-size:10pt; color:blue; text-decoration:underline; font-weight: bold;}

a:link.bot {font-family:Verdana; font-size:10pt; color:white; text-decoration:none; font-weight: normal;}
a:visited.bot {font-family:Verdana; font-size:10pt; color:white; text-decoration:none; font-weight: normal;}
a:active.bot {font-family:Verdana; font-size:10pt; color:white; text-decoration:none; font-weight: normal;}
a:hover.bot {font-family:Verdana; font-size:10pt; color:blue; text-decoration:none; font-weight: normal;}

table        { font-family: Arial Narrow; font-size: 10pt}
textarea     { font-family: Tahoma; font-size: 8pt }
input        { font-family: Tahoma; font-size: 8pt }
select       { font-family: Tahoma; font-size: 8pt }

form {
	margin: 0px;
}
.tablaND {
	background-color: #EBEBEB;
	padding: 10px;
	border: 2px dashed #000000;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
