/* Created by A R D O R A - http://www.webardora.net */
body {
background: #eee url(Images/fondo1024.jpg) repeat-y 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* MENÚ PRINCIPAL */
#menu_top {
width: 926px;
	margin: 0px auto;
	background-color: #006600;
	border-bottom: 1px solid #FFFFFF;
}
#menu_top ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#menu_top ul li {
	display: inline;
	margin-left: -3px;
}
#menu_top ul li a {
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#menu_top ul li a:hover {
	background-color: #003300;
	color: white;
}

/* CABECEIRA */
#header {
width: 926px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	background-color: #006600;
	height: 40px;
	border-bottom: 5px solid #222;
	line-height: 40px;
	font-weight: normal;
	margin: 0 auto;
	letter-spacing: 3px;
	text-align: center;
}

/*SUBTÍTULO*/

#subtit {
	margin: 0px auto;
width: 926px;
	height:40px;
}
#subtit h2{
text-indent:5px;

}
/*CONTEDOR*/
#content{
	margin: 0px auto;
width: 926px;
}
/*ACTIVIDADE ARDORA*/
#activity {
	margin: 0px auto;
	float:left;
width: 775px;
	text-align: justify;
	border-bottom: 1px dotted #ccc;
}
#activity h2 {
	text-indent:5px;
	font-weight: normal;
	font-size: 155%;
	color: #222;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
#activity p {
	text-indent:5px;
	text-align:justify;
}
#activity a:link, #menu_side a:visited{
	color:#006600; 
}

#activity li {  
	padding: 0px 0px 0px 0px;
	margin-top:3px;
}

/*MENÚ LATERAL*/

#menu_side {

	float: right;
	color: #999;
	width: 140px;
}
#menu_side h3 {
	font-weight: normal;
	font-size: 150%;
	color: #777;
	margin-bottom: -5px;
}

#menu_side a:link, #menu_side a:visited{
	color:#006600; 
}

#menu_side li {  
	padding: 0px 0px 0px 0px;
	margin-top:3px;
}




#footer {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #fff;
	background: #333 url(Images/footer.gif);
width: 926px;
	height:40px;
	clear: both;
	text-align: center;
}
#footer p { padding: 0; }


#footer a {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
}
p.info {
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	color: #aaa;
}
.hide { display: none; }


li {
	color:#006600; 
}
