/* Eric Meyer - CSS Reset */html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS for +web site */

body {
	background: white;
	font: medium/1.5em "Sans", "Calibri", "Arial", sans-serif;
}

h1 {
	padding: 6px;
	font-size: 1.4em;	
}

h2 {
	padding: 4px;
	font-size: 1.3em;	
}

:focus {
	outline: solid #027 1px;
}

#conteudo ul, #conteudo ol {
	list-style-type: disc;
}

#conteudo a {
	text-decoration: none;
	color: #36b;	
}

#conteudo a:hover, #conteudo a:active {
	color: #fff;
	background-color: #027;
}

#conteudo a:visited {
	color: #9bf;
}

.mensagem {
	border: 2px solid #eef;
	padding: 5px;
	margin: 10px;
	font-size: 0.8em;
	font-style: italic;
}

/* Estrutura */


#caixa {
	width: 780px;
	margin: auto;
}

#topo {
	text-align: center;
}

/* Menu
Adaptação das Inline Mini Tabs: http://web-graphics.com/mtarchive/001557.php
*/

#menu {
	font-size: 1.1em;
	margin-top: 1em;
	text-align: center;
}

#menu ul {
	list-style-type: none;
	padding: 9px 0;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#menu ul li {
	display: inline;
	margin: 0 5px;
	font-weight: bold;
	text-decoration: none;
	color: #DEE6F6;
	border-color: #F60;
	color: #06F
}

#menu ul a {
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 4px solid #FFF;
	color: #999;
}

#menu a:hover {
	border-color: #B4C7ED;
	color: #666;
}

#rodape {
	clear: both;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	text-align: center;
	height: 1.4em;
	padding: 0.3em;
	font-size: 0.7em;
}

#rodape a {
	color: #1E90FF
}

/* Formulário de contato */

#form-contato {
	width: 500px;	
}

#form-contato label {
	display: block;	
	width: 240px;
	float: left;
}

#form-contato label.labmensagem {
	width: 470px;
}
		
#form-contato label.labmensagem textarea {
	font: medium/1.5em "Sans", "Calibri", "Arial", sans-serif;
	width: 455px;
	height: 200px;
	padding: 3px;
	border: 1px solid black;
}
		
#form-contato input {
	width: 220px;
	border: 1px solid black;
	padding: 3px;
}
		
#form-contato input.botao {
	float: right;
	padding: 5px;
	margin: 20px 40px;
	width: 100px;
	border: 1px solid #FFF;
	background: black;
	color: white;
	padding: 0 5px;
	cursor: pointer;
}

#form-contato fieldset {
	border: none;
}

#form-contato fieldset legend {
	font-size: 1.3em;
	padding: 10px;
}

/* Página de apoio */

ul#lista-apoio {
	list-style-type: none;
}

ul#lista-apoio li {
	padding: 10px;
}

ul#lista-apoio li a img{
	border: 3px solid #fff;
	padding: 5px;
}

ul#lista-apoio li a:hover, ul#lista-apoio li a:active{
	background: none;
}

ul#lista-apoio li a:visited img{
	border: 3px solid #9bf;
	padding: 5px;
}

ul#lista-apoio li a:hover img, ul#lista-apoio li a:active img{
	border: 3px solid #027;
}

/* Página quem somos */
ul.quem {
	width: 650px;
	margin: auto;
	border: 1px solid #9bf;
	padding: 30px;
	margin: 20px 0;
}

/* Design de Tabelas */

table a, table a:link, table a:visited  {
	border:none;
}
table img {
	border:0;
	margin-top:.5em;
}
table {
	width:90%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
}
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
}
tr.odd td	{
	background:#f7fbff
}
td {
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}
th {
	font-weight:normal;
	color: #678197;	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;	
	padding:.3em 1em;
}
thead th {
	background:#f4f9fe;
	text-align:center;
	font-weight:bold;
	font-size: 1.2em;
	line-height: 2em;
}

/* Patch de Jonatas Oliveira */
/* Obrigado! */

/* Aumentar o tamanho do título principal e retirar o padding lateral.*/
h1 {
       padding: 20px 0 10px;
       font-size: 2em;
}

/* Retirar o padding lateral do título de nível 2. */
h2 {
       padding: 4px 0;
       font-size: 1.3em;
}

/* Adicionar espaçamentos entre parágrafos e listas. */

#conteudo p {
       margin-bottom: 1em;
}

#conteudo ul {
       margin: 0 0 1em 1.3em;
}
