/* ZONA DE BODY-MAINFRAME */
html,body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 100%;
	border:none;
	}
body{
	text-align:center;
	background-color:#8eb61f;
	/*background-color:#7dab0d;*/
	background-image:url('images/bg2.jpg');
	background-position:top center; 
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-family:Arial,Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	line-height:normal;
}


#wrapper{
	position:relative; margin-left:auto; margin-right:auto; width:706px; padding-top:0px; padding-bottom:10px;
}

#topsep { 
	float:left; position:relative; clear:both;
	width:100%; height:36px;
	background:url('images/content-top.png') left top no-repeat;
}
#top {
	float:left; position:relative; clear:both;
	width:698px; height:87px;
	padding:0 4px 0 4px;
	background:url('images/content-mid.png') left top repeat-y;
}

#logo {
	float:left; position:relative;
}
#menubar {
	float:right; position:relative;
	padding-top:50px;
	padding-right:49px;
	
}
#header {
	float:left; position:relative; clear:both;
	width:100%; height:219px;	
	background:url('images/content-mid.png') left top repeat-y;
	text-align:center;
}
#content {
	float:left; position:relative; clear:both;
	width:100%;
	background:url('images/content-mid.png') left top repeat-y;
	padding-top:10px;
}
#main {
	float:left; position:relative;
	width:422px;
	min-height:300px;
	margin-left:53px;
	text-align:left;
}
#right {
	float:right; position:relative;
	width:165px;
	margin-right:55px;
	text-align:left;
	background:url('images/rightside-mid.jpg') left top repeat-y;	
}
#right-top {
	float:left; position:relative; clear:both;
	width:165px; height:70px;
	background:#ffffff url('images/rightside-top.jpg') left top no-repeat;	
}
#right-mid {
	float:left; position:relative; clear:both;
	min-height:200px;
	width:140px; padding-left:13px;
}
#right-mid p {
	font-size:12px;
	color:#000;
	line-height:14px;
}
#right-mid h3 {
	font-size:18px;
	color:#000;
	line-height:24px;
}

#right-bottom {
	float:left; position:relative; clear:both;
	width:165px; height:14px;
	background:#ffffff url('images/rightside-bottom.jpg') left top no-repeat;	
}
#bottomsep {
	float:left; position:relative; clear:both;
	width:100%; height:20px;
	padding-top:16px;
	color:#ffffff;
	font-size:11px;
	background:url('images/content-bottom.png') left top no-repeat;
	
}

h2 {
	font-family:Arial,Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	margin:0 0 0 0;	padding:0 0 0 0;
	padding-top:5px;
	padding-bottom:10px;
	color:#79a60d;
	font-weight:normal;
	letter-spacing:1px;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align:left;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
	border-bottom:solid 1px #ffffff;
	float:left;
	margin-left:4px;
}

ul#menu li a {
  font-family:Verdana, Helvetica, sans-serif;
  background: #cbcbcb;
  color: #000000;	
  padding: 8px;
  font-size:14px;
  font-weight:normal;
  line-height:16px;
}

ul#menu li a:hover {
  background: #00CCFF;
  color:#FFF;
}
ul#menu li ul li {
		border-top:solid 1px #ffffff;
		border-bottom:solid 0px #ffffff;
}
ul#menu li ul li a {
  background: #ffffff;
  color: #262626;
  padding-left: 15px;
  font-size:15px;
}

ul#menu li ul li a:hover {
  background: #f4f4f4;
  /*border-left: 1px #eaeaea solid;*/
  padding-left: 15px;
}

#submenu {
	float:left; position:relative; clear:both;
	width:600px;
	padding:10px 55px 0px 51px;
	text-align:left;
	background:url('images/content-mid.png') left top repeat-y;	
}

ul#smenu, ul#smenu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align:left;
}

ul#smenu a {
  display: block;
  text-decoration: none;	
}

ul#smenu li {
	border-bottom:solid 1px #ffffff;
	float:left;
	margin-left:4px;
}

ul#smenu li a {
  font-family:Verdana,Arial, Helvetica, sans-serif;
  background: #cbcbcb;
  color: #000000;	
  padding: 9px;
  font-size:14px;
  font-weight:normal;
  line-height:16px;
}

ul#smenu li a:hover {
  background: #7dab0d;
  color:#FFF;
}
