a:link { text-decoration: underline; color: blue }
a:visited { text-decoration: underline; color:blue}
a:hover { text-decoration: underline ; color: red }
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Tahoma, Times Roman;
	font-color: black	
}
.titular {font-family : Tahoma, Arial;
    color: black;
    font-size : 14;
	text-decoration : none;
	Font-weight: bold;}
.subtitular {font-family : Verdana, Tahoma;
    color: black;
    font-size : 10;
	text-decoration : none;
	Font-weight: bold;}
.texto {font-family : Arial, Tahoma;
    color: black;
    font-size : 12;
	text-decoration : none;}
.texto2 {font-family : Arial, Tahoma;
    color: black;
    font-size : 10;
	text-decoration : none;}
.texto3 {
font-size : 11;
}	
.titular2 {font-family : Tahoma, Arial;
    color: black;
    font-size : 14;
	text-decoration : none;}
.subtitular2 {font-family : Verdana, Tahoma;
    color: black;
    font-size : 10;
	text-decoration : none;}
.titular3 {font-family : Verdana,Arial, Tahoma;
    color: black;
    font-size : 16;
	text-decoration : none;
	}
span.textonegrita 
   {
    Font-weight: bold;
	/*hace un span con texto negrita*/
	}
span.textogris
   {
    color: #808080;
    Font-weight: bold;
    /*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*/
	}
span.texto 
   {font-family : Arial, Tahoma;
    color: black;
    font-size : 12;
	text-decoration : none;
