@charset "windows-1251";
* {
  margin: auto;
  padding: 0;
}
html, body {
  height: 99%; /* Required */
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #006;
	text-decoration:none;
	background-attachment: fixed;
	background-image: url(images/bg.png);
	background-color:#777;
	background-repeat: repeat;
}
A {
	text-decoration: none;
	color: #006;
}
h6 {
	background-color: #ffc;
	font-size:10px;
	float:left;
	padding: 0 2px;
}
#container-page {
	margin: 2px;
	min-width: 1000px;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: 100%; /* For IE */
	height: auto !important; /* For Modern Browsers */
	background-image:url(images/desktop_bg.png);
	border-top: 1px solid #6cf;
	border-left: 1px solid #6cf;
	border-right: 1px solid #6cf;
}
#container-page img,
#container-page table{
	border: 0px;
}
#container-content {
	padding: 0 0 46% 0;
	background-image:url(images/logotipeBG.gif);
	background-position:center 50%;
	background-repeat:no-repeat;
	clear: both;
	display: block;
}
#sideLeft {
	width: 340px;
	padding: 0 10px 0 0;
	margin: 0 0 60px 0;
	font-size: 11px;
	text-align: justify;
	position: absolute;
	bottom: 0;
	right: 0;
}
#sideLeft UL.News {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#sideLeft UL.News LI.headerNuws {
	padding: 5px 40px;
	background-image:url(images/forma20.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:right;
	border-bottom: 3px double #69c;
	border-right:none;
	height: 14px;
}
#listNews {
	max-height: 500px;
	overflow:auto;
	scrollbar-3dlight-color: #ffc;
	scrollbar-arrow-color: #ffc;
	scrollbar-base-color: #9cc;
	scrollbar-dark-shadow-color: #9cc;
	scrollbar-face-color: #9cc;
	scrollbar-highlight-color: #9cc;
	scrollbar-shadow-color: #9cc;
	scrollbar-track-color: #ffc;
}
#listNews LI {
	padding: 2px 5px;
	border-right: 3px double #69c;
	border-bottom: 1px dotted #69c;
}

#sideRight {
	width: 340px;
	padding: 0 10px 0 0;
	font-size: 11px;
	text-align: justify;
	position: absolute;
	bottom: 60px;
	left: 0;
}
#sideCenter {
	position: absolute;
	bottom: 60px;
	top: 0;
	right: 350px;
	left: 350px;
}
#label {
	width: 160px;
	float: left;
	display:inline-block;
}
#label UL {
	list-style: none;
	text-decoration: none;
	text-align:center;
	margin: 0 15px;
}
#label UL A:link,
#label UL A:visited {
	color: #006;
	display: block;
	height: 85px;
	padding: 5px 0 0 0;
	margin: 5px 0;
}
#label UL A:hover{
	color: #003;
	background:url(images/labelSelect.gif);
	background-repeat:no-repeat;
}
#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 60px;
	left: 0;
}
#foot {
  line-height: 60px;
}
#foot .Left{
	float: left;
	width: 160px;
	height: 60px;
}
#foot .Right{
	float: right;
	width: 130px;
	height: 60px;
}
#foot .Center{
	background-image: url(images/desktop_panelCenter.gif);
	background-repeat: repeat-x;
	margin: 0 130px 0 160px;
	height: 60px;
}
