body {
	background-color: #C9C9C8;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: 80%;
	color: #272727;
	background-image: url(images/body_bg.png);
}
#preload {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	width: 1px;
}
h1 {
	font-size: 160%;
	color: #3366cc;
}
h2 {
}
h3 {
}
#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 83px;
	background-image: url(images/top_bg.png);
	margin: 0px;
	padding: 0px;
}
._logo {
	margin-top: 4px;
}
#h_menu {
	background-image: url(images/top_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
}
#h_menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#h_menu ul li {
	background-image: none;
	display: block;
	float: left;
}
#h_menu ul li.active {
	background-image: url(images/h_menu_active_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#h_menu ul li a {
	line-height: 30px;
	color: #2767a6;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(images/menu_line.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 11px;
	padding-left: 10px;
}
#h_menu ul li a:hover {
	text-decoration: underline;
}
#h_menu ul li a.active {
	color: #FFF;
	background-image: url(images/h_menu_active_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#h_submenu {
	background-image: url(images/top_submenu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	padding-left: 30px;
	color: #FFF;
	line-height: 24px;
}
#h_submenu a {
	color: #FFF;
	text-decoration: none;
}
#h_submenu a:hover {
	text-decoration: underline;
}
.main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.left_col {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana;
}
.left_col_content_title {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	line-height: 23px;
	background-image: url(images/small_title.png);
	color: #FFF;
	padding-left: 10px;
	text-align: left;
	margin-top: 15px;
}
.left_col_content {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.left_col_content a {
	margin-right: auto;
	margin-left: auto;
	color: #A90000;
	display: block;
	text-decoration: none;
	line-height: 20px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cbcbcb;
	padding-left: 8px;
}

.left_col_content a:hover {
	background-color: #EDEDED;
}

.middle_col {
	float: left;
	width: 548px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cbcbcb;
	border-left-color: #cbcbcb;
}
.middle_col_content {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.thumbs {
	padding: 5px;
	height: 158px;
	width: 158px;
	margin: 3px;
	overflow: hidden;
	text-align: left;
	float: left;
	border: 1px dashed #CCC;
	font-size: 120%;
}
.thumbs:hover {
	background-color: #CFC;
}
.thumbs img {
}
.thumbs a {
	text-decoration: none;
	color: #2767a6;
}
.thumbs a:hover {
	color: #A90000;
}
.thumbs .info {
	color: #666696;
	font-size: 11px;
	padding: 5px;
}
.middle_col_copyright {
	width: 548px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	background-color: #EDEDED;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}
.middle_col_copyright a {
	color: #A90000;
	text-decoration: none;
	font-size: 11px;
}
.middle_col_copyright a:hover {
	text-decoration: underline;
}
.right_col {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.right_col_content_title {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	line-height: 23px;
	background-image: url(images/small_title.png);
	color: #FFF;
	padding-left: 10px;
	text-align: left;
}
.right_col_content {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.right_col_content a {
	margin-right: auto;
	margin-left: auto;
	color: #A90000;
	display: block;
	text-decoration: none;
	line-height: 20px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cbcbcb;
	padding-left: 8px;
}

.right_col_content a:hover {
	background-color: #EDEDED;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 72px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .content {
	color: #FFF;
	text-align: justify;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer .content_grup {
	color: #FFF;
	text-align: center;
	width: 316px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
