.btn {
	background-image: url(images/btn.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 112px;
}
.btn a {

	background-image: url(images/btn.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 112px;
	display: block;
	
}
.btn a:hover {


	background-image: url(images/btnOver.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 112px;
}
.txtBoton {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F7E7FF;
	text-decoration: none;
	padding: 3;
}
.btnText {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.btnText a {

	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
}
.btnText a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #4A59A5;
	text-decoration: none;
	font-style: italic;
}
.btnText2 {

	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.btnText2 a {


	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
}
.btnText2 a:hover {



	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.btnText3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #EBEBEB;
	text-decoration: none;
}
.btnText3 a {
	font-family: Tahoma;
	font-size: 12px;
	color: #EBEBEB;
	text-decoration: none;
	display:block
}
.btnText3 a:hover {

	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}
.textoVioleta{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9966CC;
	font-weight:bold;
}
.pie {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8px;
	color:#999999;
}
