a:link { text-decoration: none; color: blue }
a:visited { text-decoration: none; color:blue }
a:hover { text-decoration: underline ; color: red }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Tahoma, "Sans Serif";
	color: black;}
.tah14bold {font-family : Tahoma, Arial,"Sans Serif";
    color: black;
    font-size : 14;
	text-decoration : none;
	Font-weight: bold;}
.ver10 {font-family : Verdana, Tahoma, "Sans Serif";
    color: black;
    font-size : 10;
	text-decoration : none;
	Font-weight: none;}
.ari12 {font-family : Arial, Tahoma, "Sans Serif";
    color: black;
    font-size : 12;
	text-decoration : none;}
.ari10 {font-family : Arial, Tahoma, "Sans Serif";
    color: black;
    font-size : 10;
	text-decoration : none;}
.tah14 {font-family : Tahoma, Arial, "Sans Serif";
    color: black;
    font-size : 14;
	text-decoration : none;}
.ver10bold {font-family : Verdana, Tahoma, "Sans Serif";
    color: black;
    font-size : 10;
	text-decoration : bold;}
.ver16 {font-family : Verdana,Arial, Tahoma, "Sans Serif";
    color: black;
    font-size : 16;
	text-decoration : none;}
span.textonegrita 
   {
    font-family : Arial, Tahoma, "Sans Serif";
    color: #000000;
    font-size : 12px;
    Font-weight: bold;
	text-decoration : none;
	/*hace un span con texto negrita*/
	}
	
span.textolow
   {
    font-family : Arial, Tahoma, "Sans Serif";
    color: #808080;
    font-size : 12px;
    Font-weight: bold;
	text-decoration : none;
	/*hace un span con texto gris*/
	}
	
span.texto2
   {
    font-family : Arial, Tahoma, "Sans Serif";
    color: #000000;
    font-size : 10px;
    Font-weight: normal;
	text-decoration : none;
	/*hace un span con texto mini*/
	}	