/* 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 */
#menuPrincipal{
	width: 926px;
	margin: 0px auto;
	background-color:#3399FF;

	border-bottom: 1px solid #FFFFFF;
}
#menuPrincipal ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#menuPrincipal ul li {
	display: inline;
	margin-left: -3px;
}
#menuPrincipal ul li a {
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#menuPrincipal 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: #3399FF;
	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*/
#areaContido {
	margin: 0px auto;
	float:left;
	width: 775px;
	text-align: justify;
	border-bottom: 1px dotted #ccc;
}
#areaContido h2 {
	text-indent:5px;
	font-weight: normal;
	font-size: 155%;
	color: #222;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
#areaContido p {
	text-indent:5px;
	text-align:justify;
}
#areaContido a:link, #menu_side a:visited{
	color:#3399FF; 
}

#areaContido li {  
	padding: 0px 0px 0px 0px;
	margin-top:3px;
}

/*MENÚ LATERAL*/
#menu {
	float: right;
	color: #999;
	width: 140px;
}
#menu h3 {
	font-weight: normal;
	font-size: 150%;
	color: #777;
	margin-bottom: -5px;
}
#menu a:link, #menu a:visited{
	color:#3399FF; 
}
#menu 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:#3399FF; 
}
#enunciadoAct{ text-align:justify; padding-left:10px; padding-right:10px;}
