@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-color:#ffffff;
	background-image:url(img/bg_body.gif);
	background-repeat:repeat-x;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#898989;
	line-height:160%;
}

#container {
	width:930px;
	margin:0 auto;
}
#header {}
#head_1 {
	height:75px;
}
#head_1 img {
	float:left;
}
#head_2 {
	height:256px;
}
#head_2 img {
	float:left;
}
#content {
	height:180px;
}
#cont_l, #cont_r {
	float:left;
	width:465px;
	vertical-align:text-bottom;
}
#cont_l {
	padding:0px 0px 0px 0px;
}
#cont_r {
}
#footer {
}
#foot_1 {
	height:60px;
	background:url(img/bg_footer.gif) repeat-x;
	font-family:tahoma;
	font-size:11px;
	color:#8f86ab;
}
#foot_1 a {
	font-family:tahoma;
	font-size:11px;
	color:#8f86ab;
	text-decoration:none;
}
#foot_1 a:hover {
	text-decoration:underline;
}
#foot_1_1 {
	float:left;
	padding:22px 0px 0px 30px;
}
#foot_1_2 {
	float:right;
	text-align:right;
	padding:22px 30px 0px 0px;
}
#foot_2 {
	height:60px;
	padding:20px 0px 0px 30px;
	font-family:tahoma;
	font-size:11px;
	color:#898989;
}
.link1 {
	display:block;
	height:22px;
	width:165px;
	margin:0px 0px 0px 20px;
	padding:33px 0px 0px 25px;
	border-bottom:#e7e7e7 1px solid;
	font-family:tahoma;
	font-size:11px;
	color:#29166f;
	font-weight:bold;
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
}
.cont_1 {
	height:110px;
	padding:20px 0px 0px 25px;
}
ul.lista {
	margin:0px 0px 0px 40px;
}
ul.lista li {
	list-style:none;
	background:url(img/bg_li.gif) no-repeat left;
	margin:12px 0px 0px 0px;
	padding:0px 0px 0px 15px;
}
ul.lista li a {
	color:#898989;
	text-decoration:none;
}
ul.lista li a:hover, a:active {
	color:#898989;
	text-decoration:underline;
}

.lang {
	padding:15px 0px 0px 45px;
}
.lang img {
	float:left;
}
#cont_m {
	text-align:center;
	margin:25px 0px 10px 0px;
}