#bg_one {
	background-image: url(../design/bg_one.jpg);
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
}
#bg_one .center #logo {
	float: left;
	height: 57px;
	width: 292px;
	position: relative;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #1d4f90;
}
#bg_one .center #logo #img_logo img {
	position: absolute;
	height: 70px;
	width: 239px;
	left: 31px;
	top: 5px;
}
#bg_one .center .btn_ppal {
	float: left;
	width: 81px;
	position: relative;
	text-align: center;
	padding-right: 20px;
	padding-left: 30px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../design/bg_one_btn.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 10px;
	height: 50px;
}
#bg_one .center .btn_ppal a {
	color: #000;
	text-decoration: none;
}
#bg_one .center .btn_ppal a:hover {
	color: #666;
	text-decoration: none;
}
