/* Se usa para iluminar*/
.GlowFilterOver  {
	filter : Glow(Color=#000000,Strength=5);
}

/* Se usa para los links normales*/
A:  {
	color : black;
	text-decoration : underline;
}

A:active  {
	color : black;
	text-decoration : underline;
}

A:visited  {
	color : black;
	text-decoration : underline;
}

/* Se usa en el copyright de navegalia*/
A.copyright  {
	text-decoration : underline;
	color : Black;
}

A.copyright:hover  {
	text-decoration : underline;
	color : Black;
	background-color : "#dee7ff";
}

A.copyright:active  {
	text-decoration : underline;
	color : Red;
}

A.copyright:visited  {
	color : Red;
	text-decoration : underline;
}

/* Se usa para los botones principalmente el de volver.*/
A.azulmedio:hover  {
	background-color : "transparent";
}

/* hrefs sin que nada lo indique. Solo para las tablas de informacion*/
A.sinsubrayar  {
	text-decoration : none;
	color : Black;
}

A.sinsubrayar:hover  {
	text-decoration : none;
	color : Black;
	background-color : "#ffe7b0";
}

A.sinsubrayar:active  {
	text-decoration : none;
	color : Black;
}

A.sinsubrayar:visited  {
	color : Black;
	text-decoration : none;
}

/* Se usa para la agencia en el left*/
a.sinsubrayarblanco  {
	text-decoration : none;
	color : Black;
}

A.sinsubrayarblanco:hover  {
	background-color : White;
	color : Black;
	text-decoration : none;
}

A.sinsubrayarblanco:active  {
	text-decoration : none;
	color : Black;
}

A.sinsubrayarblanco:visited  {
	text-decoration : none;
	color : Black;
}

/* Se usa para la agencia en el left(Titulo)*/
a.sinsubrayarazuloscuro  {
	text-decoration : none;
	color : White;
}

A.sinsubrayarazuloscuro:active  {
	text-decoration : none;
	color : White;
}

A.sinsubrayarazuloscuro:visited  {
	text-decoration : none;
	color : White;
}

/* Se usa para el anterior i siguiente*/
a.sinsubrayarazulmedio  {
	text-decoration : none;
	color : Black;
}

A.sinsubrayarazulmedio:active  {
	text-decoration : none;
	color : Black;
}

A.sinsubrayarazulmedio:visited  {
	text-decoration : none;
	color : Black;
}

a.sinsubrayarazulmedioblanco  {
	text-decoration : none;
	color : White;
}

A.sinsubrayarazulmedioblanco:active  {
	text-decoration : none;
	color : White;
}

A.sinsubrayarazulmedioblanco:visited  {
	text-decoration : none;
	color : White;
}

/* Se usa para la tabla de interconexion*/
a.sinsubrayarazulclaro  {
	text-decoration : none;
	color : White;
}

A.sinsubrayarazulclaro:active  {
	text-decoration : none;
	color : White;
}

A.sinsubrayarazulclaro:visited  {
	text-decoration : none;
	color : White;
}

a.sinsubrayarazulclaronegro  {
	text-decoration : none;
	color : Black;
}

A.sinsubrayarazulclaronegro:active  {
	text-decoration : none;
	color : Black;
}

A.sinsubrayarazulclaronegro:visited  {
	text-decoration : none;
	color : Black;
}

/* selects de los formularios*/
SELECT  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

/* inputs de los formularios*/
INPUT  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

/* Indica el tamano de la letra comun*/
font.normal  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

font.peque  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* literal y info se usan en info_folleto*/

td.info  {
	font-size : 8pt;
	color : Black;
}

/* Fuente a usar en 'registros 1 a 10 de 50'*/
.registros  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : White;
}

/* titulos, fila1, y fila2 se usan para las tablas*/

.blanco  {
	background-color : White;
	color : Black;
	font-family : Verdana, 
  Arial, Helvetica, sans-serif;
	font-size : 8pt;
}


.fila1  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.fila2  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.fila1peque  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.fila2peque  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* Los siguientes estilos son de dudosa utilizacion*/
.fuente  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.fuentegrande  {
	font-family : Verdana;
	font-size : 10pt;
	font-weight : bold;
}

.fuente1  {
	font-family : Arial, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.fuente2  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
}

.fuenten  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}

.bgcelda1  {
	background-color : #99CCFF;
}

.bgcelda2  {
	background-color : #FFFFCC;
}

A.blanco  {
	text-decoration : none none none none;
}

.bgcelda3  {
	background-color : #330099;
}

.textoblanco  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : -2;
	color : #FFFFFF;
}

