@charset "utf-8";
/* CSS Document */

.fondo_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #EDE6B2;
	background-position: center center;
	vertical-align: middle;
	background-color: #9C913F;
	white-space: normal;
	display: inline;
	text-align: center;
	padding: 1px;
	margin: 1px;
}
.enlinea {
	display: none;
}

a:visited.fondo_btn {
	font-weight: 500;
	color: #EDE6B2;
	background-color: #9C913F;
	font-size: 11px;
}
a:link.fondo_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	font-variant: normal;
	color: #EDE6B2;
	text-decoration: none;
}
a:hover.fondo_btn {
	color: #9C913F;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
}

