*{
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	background: url(../images/body_bg.jpg) repeat-x #346292;
	padding: 20px 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #4B4E52;
}

p{
	line-height: 1.6em;
	padding-bottom: 1.4em;
}
h2{
	font-size: 1em;
	color: #C00000;
	padding-bottom: 1em;
}
a{
	color: #C00000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

#container{
	width: 777px;
	padding-left: 3px;
	background: url(../images/container_bg.gif) repeat-y;
	margin: 0 auto;
	position: relative;
}
#header{
	width: 770px;
	height: 78px;
	background: url(../images/header.gif) no-repeat;
	position: relative;
}
#a-home{
	width: 200px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 15px;
}

#flash-div{
	width: 744px;
	height: 162px;
	background: #000;
	position: absolute;
	top: 78px;
	left: 16px;
	border-bottom: 11px solid #fff;
}
#main{
	width: 744px;
	padding: 0 13px;
	min-height: 340px;
	_height: 340px;
	border-bottom: 18px solid #fff;
	padding-top: 173px;
}
#main-right{
	float: right;
	width: 520px;
}
.main-right-head{
	height: 20px;
	line-height: 20px;
	float: left;
/*	background: #C00000;
	padding-left: 20px;*/
	border-left: 20px solid #C00000;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
.main-right-head h1{
	font-size: 1em;
	padding: 0 35px 0 15px;
	border-left: 1px solid #fff;
	background: url(../images/h_right.gif) no-repeat right #B2BAC2;
	float: left;
}
.orange h2{
	font-size: 1em;
	padding: 0 35px 0 15px;
	border-left: 1px solid #fff;
	background: url(../images/h_right_silver.gif) no-repeat right #B2BAC2;
	float: left;
	color: #fff;
}
.main-right-head.orange{
	float: none;
	background: #EFF2F3;
	border-left: 20px solid #E0811B;
}

.main-right-text{
	padding: 15px 25px 0 35px;
	clear: both;
}
.main-right-text ul{
	padding-bottom: 2em;
	list-style: none;
	padding-left: 10px;
}
.main-right-text li{
	line-height: 1.6em;
	padding-left: 12px;
	background: url(../images/li.gif) no-repeat 0 0.6em;
}
.silver{
	background: #EFF2F3;
}
.silver strong{
	color: #E0811B;
}
.bottom-line{
	border-bottom: 8px solid #fff;;
}

#main-left{
	width: 213px;
}
#menu{
	background: url(../images/menu_bg.gif) repeat-y;
	border-bottom: 8px solid #fff;
	list-style: none;
	height: 160px;
	padding-top: 10px;
}
#menu li{
	float: left;
}
#menu a{
	display: block;
	width: 213px;
	height: 25px;
	overflow: hidden;
}
#menu a:hover{
	background-position: 0 -25px;
}
#menu .menu-active{
	display: block;
	width: 213px;
	height: 25px;
	background-position: 0 -50px;
}
#menu-1{
	background: url(../images/menu_1.gif) no-repeat;
}
#menu-2{
	background: url(../images/menu_2.gif) no-repeat;
}
#menu-3{
	background: url(../images/menu_3.gif) no-repeat;
}
#menu-4{
	background: url(../images/menu_4.gif) no-repeat;
}
#menu-5{
	background: url(../images/menu_5.gif) no-repeat;
}
#menu-6{
	background: url(../images/menu_6.gif) no-repeat;
}

#map{
	width: 180px;
	position: absolute;
	top: 290px;
	left: 550px;
}
#map a{
	display: block;
	width: 150px;
	height: 120px;
	border: 1px solid #E0DCD3;
	background: url(../images/mapa.gif) no-repeat center;
	padding: 1px;
}
#map a:hover{
	border: 1px solid #C7C3BB;
}

#footer{
	width: 780px;
	background: url(../images/footer.jpg) no-repeat #346292;
	color: #97AEC6;
	text-align: center;
	margin: 0 auto;
	font-size: 0.9em;
	padding-top: 8px;
}
#footer a{
	color: #97AEC6;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#shadow-left{
	width: 3px;
	height: 454px;
	background: url(../images/shadow_left.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#shadow-right{
	width: 7px;
	height: 454px;
	background: url(../images/shadow_right.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 773px;
}

.nod{
	display: none;
}
.clear-hidden{
	clear: both;
	height: 1px;
	overflow: hidden;
}
