 /* de las páginas de contenido */


a:link{
		text-decoration: none;
		color: white;
		font-weight: bold;
		}

a:visited{
		text-decoration: none;
		color: #E6E6E6;
		font-weight: bold;
		}


a:hover{
		text-decoration: underline;
		color: #808080;
		font-weight: bold;
		}


a:active{
		text-decoration:underline;
		color:#D26900;
		font-weight: bold;
		}


