@charset "utf-8";
* {
	list-style-type: none;
}
html,body {
	margin: 0;
	padding: 0;

}
a {
	color: #494848;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	font-family: Arial;
}
a:hover {
	color: #2c7ed2;
	text-decoration: underline;
}
.borde {
	border: 1px solid #690;
}
.img {
	border: 0;
}
.p12 {
	font-size: 14px ; color:#494848; line-height:1.8; font-family: Arial;
}
.b12 {
	font-size: 14px ; color:#494848; line-height:1.8; font-family: Arial;
}
.p14 {
	font-size: 14px;
	line-height: 20px;
	color: #494848;
	font-family: Arial;
}
.pbold {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #25478C;
	font-family: Arial;
}
.title {
	font-size: 14px;
	line-height: 35px;
	color: #494848;
	padding-left: 4px;
	font-family: Arial;
}
.white {
	color: #FFF;
	font-family: Arial;
}
.red {
	color: #900;
	font-family: Arial;
}
.foot, .foot a {
	font-family: Arial; font-size:12px; font-weight:bold; color:#c9c8c8; line-height:2.4;
}
.foot a:hover {
	color: #2c7ed2;
}