body {
				padding: 10px;
				background-color:#006600;
				background-image:url(images/bg.jpg);
			}
			p  { font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			}
			ul,ol { font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			}
			#container {
				
				width:900px;
				
				margin: 40px 0;
				padding: 10px 0 0 10px;
				list-style-type: none;
				font-size: 13px;
				background: #fff;
				height: 40px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-top: 2px solid #eee;
				border-left: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				border-right: 2px solid #ccc;
			}
			/* The CSS Code for the menu starts here */
			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				width:700px;
				text-transform: uppercase;
				margin: 10px 0;
				padding: 0 0 0 10px;
				list-style-type: none;
				font-size: 13px;
				background: #eee;
				height: 40px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-top: 2px solid #eee;
				border-left: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				border-right: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;
				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #333;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #DEFCDB;
				border-bottom: 2px solid #DDD;
				color: #0A5005;
			}
			h2 {
  font-family: 'basic Sans sf', arial, helvetica, sans-serif;
  font-size: 2.1em;
 /* color: #0C7204;
  text-shadow:#333333;*/
  color: #0E7329;  
text-shadow: #DCDCDC 2px 2px 2px;  
}
a {color:#009900}
.Estilo1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
