@charset "utf-8";
.btn-inicio:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #7487AF;
	text-decoration: none;
	font-size: 14px;
}

.btn-inicio {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 14px;
}
.btn-lateral {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 13px;
	display: block;
	float: left;
	width: 225px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	text-indent: 8px;
	font-weight: bolder;
}
.btn-lateral:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	display: block;
	float: left;
	width: 225px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	text-indent: 8px;
	background-color: #6D73A7;
	transparent:75;
	font-weight: bolder;
}
.btn-contactenos {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	display: block;
	float: left;
	width: 225px;
	height: 25px;
	line-height: 25px;
	margin-top: 20px;
	text-indent: 15px;
	background-image: url(../images/btn-conatctenos.png);
	margin-bottom: 15px;
}

.btn-contactenos:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	display: block;
	float: left;
	width: 225px;
	height: 25px;
	line-height: 25px;
	margin-top: 20px;
	text-indent: 15px;
	background-image: url(../images/btn-conatctenos2.png);
	margin-bottom: 15px;
}
.btn-pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.btn-pie:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.btn-enviar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	display: block;
	height: 20px;
	width: 150px;
	background-color: #3F5572;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.btn-enviar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	display: block;
	height: 20px;
	width: 150px;
	background-color: #7179AF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

