/* CSS Document */
#main {
	width: 785px;
	height: 100%;
	text-align: left;
}
#header {
	width: 100%;
}
#imageheader {
	height: 118px;
	width: 580px;
	float: right;
	margin-right: 15px;
}
#logo {
	float: left;
	margin-left: 25px;
	margin-top: 15px;
}
#maincontent {
	width: 621px;
	height: 100%;
	float: right;
	z-index: 1;
	position: absolute;
	margin-top: 118px;
	margin-left: 164px;
}
#top_maincontent {
	height: 44px;
	background-repeat: no-repeat;
	background-position: top middle;
	background-image: url(../images/bg_main_top.png);
}
#bottom_maincontent {
	height: 39px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top middle;
	background-image: url(../images/bg_main_bottom.png);
}
#center_maincontent {
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	background-position: bottom middle;
}
#botonera {
	height: 543px;
	width: 197px;
	float: left;
	z-index: 2;
	position: absolute;
	margin-top: 180px;
}
#top_botonera {
	background-image: url(../images/bg_buttons_top.png);
	background-repeat: no-repeat;
	background-position: top middle;
	height: 36px;
}
#center_botonera {
	background-image: url(../images/bg_buttons.png);
	background-repeat: repeat-y;
	background-position: top middle;
}
#bottom_botonera {
	background-image: url(../images/bg_buttons_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom middle;
	height: 228px;
}
#buttons {
	width: 188px;
	margin-left: 7px;
}
#cont_menu {
	padding: 10px;
	line-height: 150%;
}