/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}	
	
body {
	background-color: #e9f0f5;
	color: #223461;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

a:link {
	color: #0663b3;
	font-size: 85%;
	text-decoration: none;
	}
		
a:visited {
	color: #8000aa;
	font-size: 85%;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
form {
	border: 1px solid #bacede;  
	margin: 0 auto;
	margin-top: 15px; 
	padding: 25px;  
	}
	
hr { margin-bottom: 15px; margin-top: 15px; border: 1px solid #9eb9cc;}

h2, h4 { margin-bottom: 20px; }

input:focus, select:focus, textarea:focus {
  background: #fffffc;
  }
	
label { 
	cursor:pointer; 
	}
	
ol {  
	list-style-position: outside; 
	text-align: justify;
	margin-bottom: 2%;
	margin-left: 5%;
	margin-top: 2%;
	}
	
textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 6px;
	}

ul {
	list-style-position: outside;
	margin-bottom: 2%;
	margin-left: 5%;
	margin-top: 2%;
	}
	
/* DIVS */

#superior {
	background-image: url(../imagens/topo_fundo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}

#menu {
	background: #bad5e8;
	border-bottom: 1px solid #9eb9cc;
	font-size: 120%;
	padding: 7px 0 10px 0;
	text-align: center;
	}

#menu ul { 
	margin: 0 auto;
	}	 

#menu ul li { 
	display: inline;
	margin: 0 auto;
	}

#menu ul li a:link {
	padding: 11px 6px;
	text-decoration: none;
	}
	
#menu ul li a:visited {
	padding: 11px 6px;
	text-decoration: none;
	}		
 
#menu ul li a:hover {
	background: #1377bb;
	color: #fbe104;
	padding: 11px 6px;
	}
	
#subtitulo {
	background-image: url(../imagens/margem.jpg);
	background-repeat: repeat-x;
	height: 50px;
	margin-bottom: 30px;
	text-align: center;
	}
	
#submenusuperior {
	font-size: 95%;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	width: 75%;
	}

#submenusuperior a { margin: 0 10px; }

#conteudo {
	line-height: 1.4em;
	margin: 0 auto;
	text-align: justify;
	width: 80%;
	}
	
#conteudo p{
	margin-bottom: 20px;
	}
	
#conteudo a { margin: 0 10px; }

#conteudogal {
	line-height: 1.4em;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	}

#conteudogal p{
	margin-bottom: 25px;
	}

#conteudogal a { margin: 0 10px; }
	
#conteudogal form{
	width: 85%;
	margin-bottom: 25px;
	}

#submenuinferior {
	clear: both;
	font-size: 95%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	width: 75%;
	}

#submenuinferior a { margin: 0 10px; }
	
#menuinferior {
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	}
		 
#menuinferior ul { 
	margin: 0;
	text-align: center; 
	}	 

#menuinferior ul li { 
	display: inline;
	text-align: center;
	}

#menuinferior ul li a:link {
	padding: 10px;
	text-decoration: none;
	}
	
#menuinferior ul li a:visited {
	padding: 10px;
	text-decoration: none;
	}		
 
#menuinferior ul li a:hover {
	padding: 10px;
	text-decoration: underline;
	}

#inferior {
	background-image: url(../imagens/fundo_maos.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 201px;
	}

#rodape {
	background-color: #c6d7e4;
	font-size: 90%;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
	}
	
/* TABELAS */

#album {
	border: 1px solid #9eb9cc;
	border-collapse: separate;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 50px;
	}

#album th, td { border: 1px solid #9eb9cc; padding: 2px 4px; }

#album td { background: #FFFFCC; }

#insc {
	border: none;
	margin: 0 auto;
	margin-top: 25px;
	}

#insc th {
	border: none;
	font-weight: normal; 
	padding: 4px 2px;
	vertical-align: top;
	}

#insc td { 
	border: none;
	padding: 2px 0 2px 4px;
	}

#listas {
	border: none;
	margin: 0 auto;
	margin-top: 25px;
	}

#listas th, td {
	border: none;
	background: none;
	}

#listas th {
	font-weight: normal; 
	padding: 4px 2px;
	text-align: right; 
	}

#listas td { 
	padding: 2px 0 2px 4px;
	text-align: left; 
	}

/* CLASSES */

.agenda {
	background-image: url(../imagens/bg_agenda.gif);
	background-repeat: repeat;
	border: 1px solid #cccc66;
	margin: 0 auto;
	margin-top: 40px;
	padding: 30px;
	padding-top: 40px;
	text-align: center;
	width: 80%;
	}

.agenda_adm {
	background-image: url(../imagens/bg_agenda.gif);
	background-repeat: repeat;
	border: 1px solid #cccc66;
	margin: 0 auto;
	margin-top: 40px;
	padding: 20px;
	padding-top: 40px;
	text-align: center;
	}

.beneficios {
	background: #ffead5;
	border: 3px solid;
	font-size: 90%;
	margin: 0 auto;
	margin-top: 30px;
	padding: 30px;
	text-align: center;
	width: 80%;
	}

.bg {
	background-image: url(../imagens/fundo_maos.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 90%;
	height: 201px;
	padding-top: 50px;
	text-align: center;
	}

.bold { font-weight: bold; }

.botao {
	border: 2px solid;
	color: #1377ba;
	padding: 3px 6px;
	}
	
.botao:hover {
	border: 2px solid;
	background: #1377bb;
	color: #fbe104;
	}
	
.campo {
	background: #e9f0f5; 
	border: 1px solid #bacede;
	padding: 2px;
	}

.center { text-align: center; }

.classificados {
	background-image: url(../imagens/bg_classificados.gif);
	background-repeat: repeat;
	border: 1px solid #cc6600;
	margin: 0 auto;
	margin-top: 30px;
	padding: 20px;
	padding-top: 25px;
	text-align: center;
	width: 80%;
	}

.dezbottom { margin-bottom: 10px; }

.deztop { padding-top: 10px; }

.diretoria { margin-left: 35%; }

.faleconosco {
	background-image: url(../imagens/bg_faleconosco.gif);
	background-repeat: repeat;
	}

.fonte { 
	border-top: 1px dotted; 
	font-size: 85%; 
	margin-top: 2%; 
	}
	
.grande { font-size: 150%; }

.imgdois {
	background-image: url(../imagens/mao_direita.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	height: 201px;
	position: relative;
	width: 49%;
	}
	
.imgum {
	background-image: url(../imagens/mao_esquerda.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 201px;
	position: relative;
	width: 49%;
	}
	
.inscricao {
	background-image: url(../imagens/bg_inscricao.gif);
	background-repeat: repeat;
	}

.italico { font-style: italic; }

.italicopequeno { font-size:x-small; font-style: italic; }

.justify { text-align: justify; }

.left { text-align: left; }

.legenda {
	border-bottom: 1px dotted #bacede;
	font-size: 90%;
	padding-bottom: 4px;
	text-align: center;
	}

.linkcentral { 
	margin-bottom: 2%; 
	text-align:center; 
	}
	
.opcao {
	border-top: 1px solid #9eb9cc;
	margin-top: 2%;
	}

.participe {
	background-image: url(../imagens/bg_participe.gif);
	background-repeat: repeat;
	border: 1px dotted #666699;
	font-style: italic;
	margin: 0 auto;
	margin-top: 30px;
	padding: 15px;
	text-align: center;
	width: 70%;
	}

.partipe_agenda {
	background-image: url(../imagens/bg_agenda_2.gif);
	background-repeat: repeat;
	border: 1px dotted #666699;
	font-style: italic;
	margin: 0 auto;
	margin-top: 30px;
	padding: 15px;
	text-align: center;
	width: 60%;
	}

.red { color: #cc3300; }

.right { text-align: right; }

.saudacao {
	font-size: 60%;
	text-align: center;
	margin-top: 10px;
	}

.semborda { border: none; }

.small { font-size: 80%; }

.smallcaption { font-size: 75%; font-style: italic; }

.subtitulo {
	font-size: 130%;
	font-weight: bold;
	padding-top: 12px;
	}

.titulo_a {
	border-bottom: 1px solid #9eb9cc;
	font-size: 170%; 
	font-weight: bold;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	}

.tituloconteudo {
	border-bottom: 3px solid #9eb9cc;
	font-size: 110%;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 2px;
	padding-bottom: 2px;
	}

.top { vertical-align: text-top; }

.topo {
	background-image: url(../imagens/topo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: 1px solid #9eb9cc;
	text-align: center;
	height: 249px;
	}

.underline { text-decoration: underline; }

.gallery { text-align: center; }

.book { border: 1px solid #9eb9cc; padding: 2px;}

.caption {
	background: #C5D7E5;
	border: 1px solid #9eb9cc;
	padding: 25px 10px 10px 10px;
	text-align: center;
	width: 640px;
	margin: 0 auto;
	}
	
.photos {
	border: 1px solid #9eb9cc;
	float: left;
	margin: 0 auto;
	margin-left: 30px;
	margin-bottom: 20px;
	width: 195px;
	text-align: center;
	padding: 20px 10px;
	}
