body {
  text-align: center;
  background: #d8d8d8;
  margin-top:10px;
  margin-bottom:10px;
}

A:link {
	COLOR: #fc8600; text-decoration: none
}
A:visited {
	COLOR: #fc8600; text-decoration: none
}
A:active {
	COLOR: #fc8600; text-decoration: none
}
A:hover {
	COLOR: #fc8600; text-decoration: underline
}

p{
	text-align: left;
	line-height: 16px;
}

.destacar{
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

.centro{
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}

li{
	margin-bottom: 5px;
}

u{
	line-height: 16px;
}

#clear{
	margin-top: 15px;
	margin-bottom: 100px;
}

hr{
	border: 1px dotted #9ACD34;
	margin-bottom: 20px;
}

#logo{
  float: right;
  width:180px;
  border:0px dashed #cccccc;
  margin-top: 8px;
  
}

#title{
  float: left;
  width:700px;
  border:0px dashed #cccccc;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 900px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #018843;
}

#page_header {
  height: 180px;
  background: #79d200;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-left:25px;
  letter-spacing: -1px;
  color: #FFFFFF;
	padding-top: 70px;
	font: bold 48px verdana, arial, sans-serif;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

#menu_bar {
  height:40px;
  background: #FFFFFF url('images/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #ffa905 url('images/menu_bg.gif') repeat-x left;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #ff6300 url('images/menu_bg.gif') repeat-x left;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover, #menu_bar #current
{
  background: #ff6300 url('images/menu_hover_bg.gif') top left repeat-x;
  color: #FFFFFF;
}

#menu_bar ul ul{
	display:none;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:15px;
  margin-left:15px;
  margin-right:15px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #666666;
  /*line-height: 18px;*/
  padding-left:4px;
}


.image-left {
  float: left;
  margin-right: 10px;
  align: middle;
} 

.image-right {
  float: right;
  margin-left: 10px;
}

#feature_box, blockquote, code {
  float:left;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer {
  height: 50px;
  background-color: #99CC33;
  clear: both;
}
#page_footer a {
	color: #666;
	text-decoration:none;
	font-weight: bold;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#sideMenu { 
  margin-top: -5px;
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

#sideMenu li {
  display: inline;
}

#sideMenu a{
	display: none;
}

#sideMenu ul ul a { 
  margin-left: -80px;
  display: block;
  padding-left: 10px;
  background-image: url(images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}