<!-- Style para el aclarado -->

#im {
FILTER: alpha(opacity=50)
}


<!-- Estilos para las fuentes -->

.textotitulo {font-size: 24px; font-family: Times New Roman, Impact; color: #DF0000}
.textoarial10 {font-size: 10px; font-family: Arial, Helvetica, Georgia} 
.textoarial12 {font-size: 12px; font-family: Arial, Helvetica, Georgia}
.textoarial14 {font-size: 14px; font-family: Arial, Helvetica, Georgia}
.textotimes10 {font-size: 10px; font-family: Times New Roman}
.textotimes16 {font-size: 16px; font-family: Times New Roman}


<!-- Otros elementos -->

A:active {color: #DF0000}

A:link {text-decoration:none}

A:visited {text-decoration:none}


<!-- Clase menu -->

a.menu:link {
	text-decoration: none;
	color: #c0FFC0;
	width: 100%
}

a.menu:hover {
	text-decoration: none;
	color: #FFFFFF;
	width: 100%
}

a.menu:active {
	text-decoration: none;
	color: #FFFF00;
	width: 100%
}

a.menu:visited {
	text-decoration: none;
	color: #CCCCFF;
	width: 100%
}

