body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4138;
	background: #efefef;
}
a {
	color: #2A76A8;
}
/******* common *********/
#bg {
	background: url(img/bg.jpg) repeat-y center;
}
#container {
	width: 799px;
	margin: auto;
	padding-top: 10px;
	background: #fff;
	padding-left: 7px;
}
#top {
	height: 234px;
}
#cols {
	width: 100%;
	border-collapse: collapse;
}
#cols td {
	vertical-align: top;
}
/******** col left **********/
#col_left {
	width: 222px;
	height: auto !important;
	min-height: 542px;
	height: 542px;
	background: url(img/col_left_02.jpg) right bottom no-repeat;
	padding: 0px;
}
#col_left_txt {
	height: auto !important;
	min-height: 141px;
	height: 141px;
	background: url(img/col_left_01.jpg) right top no-repeat;
	padding: 10px 20px 10px 40px;
	color: #545454;
	font-size: 11px;
}
.cl_hdr {
	color: #2F6A92;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#col_left_txt img {
	display: block;
	margin: 5px auto;
}
#col_left_txt a {
	display: block;
	border-bottom: 1px dotted #969696;
	text-align: right;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 10px;
	padding-right: 4px;
	margin-bottom: 20px;
}
/******** col right *********/
#col_right {
	width: 577px;
	background: url(img/col_right_03.jpg) left bottom no-repeat;
	padding: 0px;
	padding-bottom: 100px;
	text-align: justify;
}
#txt {
	padding: 20px;
}
#content {
	background: url(img/col_right_01.jpg) no-repeat left top;
	min-height: 153px;
	height: auto !important;
	height: 153px;
}
/******** galeria ********/
.galeria img {
	cursor: pointer;
	vertical-align: middle;
	margin: 5px;
}