.backcolor {
	background-color: EBE9F8;
}
.botonera {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 4A3A84;
	border-left-color: 4A3A84;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 4A3A84;
}
.letra_bot {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #4a3a84;
}
.txt_sup {
	border-top: thin solid #CCCCCC;
	background-color: #FFFFFF;
}
.txt_izq {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
.txt_inf {
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.alin_cen {
	text-align: center;
	background-position: center center;
}
.alin_izq {
	text-align: left;
}
.colorfont {
	color: #333333;
}

a {
	text-decoration: none;
	color: #4a3a84
}

a:hover {	
	background-color:#666699;
	text-decoration: none;
	color:#FFFFFF;
}
