/* Defino colores para los links */
/* Links internos */
a.internal:link { color: #114C80 }
a.internal:visited { color: black }
a.internal:hover   { color: #990033 } /* puntero de mouse sobre el link */
a.internal:active  { color: #114C80  }   /* el link está siendo pulsado */
a.internal:focus { background: red } /* el link tiene el foco con el teclado */

/* Links externos */
a.external:link    { color: #990033 }
a.external:visited { color: black }
a.external:hover   { color: #22922B } /* puntero de mouse sobre el link */
a.external:active  { color: #990033 }   /* el link está siendo pulsado */
a.external:focus { background: red } /* el link tiene el foco con el teclado */

/* Imagenes links */
a.imageinternal:link { text-decoration: none; 
				background: white;
				color: white }
a.imageinternal:visited { text-decoration: none;
					background: white;
				color: white}
a.imageinternal:hover   { color: white } /* puntero de mouse sobre el link */
a.imageinternal:active  { color: white  }   /* el link está siendo pulsado */
a.imageinternal:focus { text-decoration: none;
					background-color: white} /* el link tiene el foco con el teclado */

a.mail:link { font-size: 80%; color: #114C80 }
a.mail:visited { font-size: 80%; color: black }
a.mail:hover   { font-size: 80%; color: #990033 } /* puntero de mouse sobre el link */
a.mail:active  { font-size: 80%; color: #114C80  }   /* el link está siendo pulsado */
a.mail:focus { font-size: 80%; background: red } /* el link tiene el foco con el teclado */