@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:0;	
}
body{
	font-family:Verdana, Geneva, sans-serif;
	}

img{	
	border:0;
	}

.topo{
	background:url(../imagens/fundo_topo.jpg) repeat-x;
	height:118px;
}

.indexAtividades{
	width: 900px;
	margin:0 auto;
	border:1px solid #BC8858;
	font-size:12px;
	color:#333;
	}


.conteudo h1{
	line-height:30px;
	text-indent:60px;
	font-size:17px;
	color:#900;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
}

.item{
	width:620px; 
	margin:0 auto; 
	margin-bottom:20px; 
	background-color:#FFFFD9; 
	border:1px solid #FC0; 
	display:inline-block;
	}
.item h2{
	font-size:16px; 
	color:#900;
	}
.item:hover{
	background-color:#FEB; 
	border:1px solid #FC0; 
	}
	
.item h2:hover{
	color:#069;
	}
.forms{
	font-size:12px;
	}
	
.rodapeFundo{
	clear:both;
	background-color:#FFDD37;
	margin-top:15px;
}

.rodapeFundo p{
	text-align:center;
	padding:12px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#930;
}

.forms input{
	height:20px;
	width:450px;
	border:1px solid #CCC;
	padding:5px;
	}

.forms select{
	height:35px;
	width:460px;
	border:1px solid #CCC;
	padding:5px;
	}
.forms option{
	padding:5px;
	}