@charset "utf-8";
/* CSS Document */

a.boton:link {
	color: #000000;
	text-decoration: none;
}

a.boton1:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
color: #000000;
text-decoration: none;

}

a.boton1:visited {
    color: #000000;
	text-decoration: underline;
	font-weight: bold;

}

a.boton:hover {
	color: #000000;
	font-weight: bold;
}
