.Estilo2 {font-family: "BankGothic Lt BT"}
.Estilo13 {
	color: #4F4F4F;
	font-family: "Century Gothic", "Comic Sans MS", Kartika, "Trebuchet MS";
	font-size: 11px;
}
.Estilo20 {
	font-family: "BankGothic Lt BT";
	font-size: 11px;
	color: #666666;
}
.Estilo25 {font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11px; }
.Estilo26 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo29 {font-family: "BankGothic Lt BT"; color: #666666; }
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.Estilo31 {
	font-size: 8px;
	font-family: "Century Gothic", "Comic Sans MS", Kartika, "Trebuchet MS";
}
.Estilo33 {
	font-size: 11px;
	font-family: "Century Gothic", "Comic Sans MS", Kartika, "Trebuchet MS";
	color: #666666;
}
.Estilo34 {
	font-family: "Century Gothic", "Comic Sans MS", Kartika, "Trebuchet MS";
	font-size: 14px;
	color: #FF6600;
}
.Estilo35 {
	font-family: "BankGothic Lt BT";
	font-size: 10px;
	color: #FF6600;
}
.Estilo37 {color: #666666}
.Estilo38 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Estilo39 {font-size: 10px}
.Estilo40 {
	color: #FF6600;
	font-size: 9px;
}
.Estilo42 {font-size: 9px}
.Estilo43 {color: #FF6600}
.Estilo45 {font-family: "Century Gothic", "Comic Sans MS", Kartika, "Trebuchet MS"}
.Estilo47 {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	font-family: "Century Gothic", "Comic Sans MS", Kartika, "Trebuchet MS";
}
.Estilo49 {
	font-size: 11px;
	font-weight: bold;
	font-family: "Century Gothic", "Comic Sans MS", Kartika, "Trebuchet MS";
}
.Estilo51 {color: #666666; font-weight: bold; }
.Estilo52 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Estilo57 {font-family: "BankGothic Lt BT"; font-size: 8px; color: #666666; }
.Estilo59 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.opciones {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

