@charset "iso-8859-1";
@import "zera.css";

/* 
INÍCIO - CSS - WNAP 2010 
W3Z - www.w3z.com.br 
Autor: Hilder Santos 
*/

/* GLOBAIS *********************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565F6A;
	background: url(../img/bg.jpg) left top repeat-x;
	line-height: 160%;
}

h1, h2, h3,
h4, h5, h6 {
	color: #369;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
a {
	color: #369;
}
/* GERAIS *********************/
#Geral {
	width: 1000px;
	margin: 0 auto;
}

/* TOPO ***********************/
#Topo {
	padding: 30px 0;
	display: inline-block;
}
#Topo h1 a{
	background: url(../img/titWNAP.gif) left top no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	width: 179px;
	height: 81px;
	display: block;
}
#Topo h2 {
	background: url(../img/titWorkshop.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	width: 618px;
	height: 54px;
	margin: 5px 0 0;
}
#Topo h3 {
	background: url(../img/titFENAP.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	width: 616px;
	height: 14px;
	margin: 15px 0 10px;
}
#Topo .segunda {
	margin: 0 0 0 60px;
}
#Topo span {
	color: #DA1711;
	font-weight: bold;
	font-size: 2.7em;
	text-align: right;
	display: block;
	width: 190px;
	margin: 12px 0 0;
	padding: 2px 0;
}
#Topo p {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #369;
}

/* MENU ***********************/
#Menu {
	background: url(../img/bgMenu.jpg) left top no-repeat;
	width: 1000px;
	height: 36px;
	overflow: hidden;
	margin: 0 0 20px;
}
#Menu ul li {
	float: left;
	display: inline;
	background: url(../img/sepMenu.gif) right top no-repeat; 
	height: 22px;
	line-height: 22px;
}
#Menu ul li.ultimo {
	background: none; 
}
#Menu ul {
	padding: 7px 30px;
}
#Menu ul li a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	float: left;
	margin: 0 18px;
}
#Menu ul li a:hover {
	text-decoration: underline;
}

/* CONTEÚDO *******************/
#Conteudo {
	padding: 0 0 0 25px;
	width: 735px;
	float: left;
	display: inline;
}
#Conteudo img {
       margin: 10px 0;
}
#Conteudo h1.titulo {
	font-size: 1.9em;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #5C85AD;
	padding: 0 0 10px;
	margin: 3px 0 0;
}
#Conteudo h2 {
	font-size: 1.3em;
	margin: 12px 0 4px;
}
#Conteudo p {
	margin: 8px 0;
}
#Conteudo table {
	border-collapse: collapse;
}
#Conteudo td {
	border: 1px solid #b4b4b4;
	text-align: center;
	vertical-align: center;
	padding: 5px 10px;
	color: #369;
}
#Conteudo ul {
	list-style: square;
}
#Conteudo ul.esquerda {
	width: 420px;
	margin: 0 0 0 10px;
}
#Conteudo ul li {
	padding: 5px 0 0 5px;
	margin: 5px 0 0 20px;
}
#Conteudo form fieldset {
	background: #f4f4f4;
	padding: 20px;
	margin: 20px 0;
}
#Conteudo form fieldset legend {
	background: #f4f4f4;
	color: #565F6A;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 9px;
	font-size: 1.2em;
	letter-spacing: -0.05em;
	margin: -7px 0 0;
}
#Conteudo form label {
	width: 200px;
	float: left;
	display: inline;
	text-align: right;
	margin: 3px 5px 4px 0;
}
#Conteudo form input,
#Conteudo form textarea {
	background: #dadada;
	border: 0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	margin: 0 0 10px;
	width: 330px;
	float: left;
	display: inline;
}
#Conteudo form input.naopreenchido {
	background: #EFCAC9;
}
#Conteudo form select {
	float: left;
	display: inline;
        margin: 3px 0 0;
}
#Conteudo form .secund label {
    width: auto;
    margin: 3px 5px 0 20px;
}
#Conteudo form .secund input {
    width: 115px;    
}
#Conteudo form .ipt_radio{
    width: inherit;
    float: none;
}
#Conteudo form .ipt_radio input {
    width: auto;
    margin: 5px 10px 3px;
	background: none;
	padding: 0;
	float: none;
}
#Conteudo form .hidden input {
	float: none;
}
#Conteudo .hidden {
	margin: 10px 0 0;
}
#Conteudo .hidden .meio {
	margin: 0 10px 10px;
}
#Conteudo form .hidden .ipt_radio {
        width:70px;
        text-align: left;
        display: inline-block;
}
#Conteudo form .desc {
	float: left;
	margin: -6px 0 0 10px;
}
#Conteudo form .hint {
	font-size: 0.85em;
	font-style: italic;
	margin: 3px 0 0 10px;

	color: #369;
	float: left;
	display: inline;
}
#Conteudo form p {
	font-size: 0.9em;
}
#Conteudo form .texto, #Conteudo .alerta {
    background: #dadada;
    padding: 5px 20px;
    margin: 20px 0;
}
#Conteudo .alerta {
	background: #EFCAC9;
	font-size: 0.9em;
	color: #B63936;
}
#Conteudo .alerta.enviado {
        background: #C8F0CD;
	color: #1C6625;
}
#Conteudo form button {
	background: #369;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	font-size: 0.9em;
	padding: 5px 20px;
	float: right;
}
/* BARRA LATERAL **************/
#BarraLateral {
	float: left;
	display: inline;
	margin: 0 0 0 21px;
	width: 200px;
}
#BarraLateral h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #5C85AD;
	padding: 0 0 3px;
	margin: 0 0 5px;
}
#BarraLateral .bloco span {
	display: block;
	text-align: center;
	margin: 5px 0 0;
}
#BarraLateral .bloco {
	margin: 10px 0 0;
}
#BarraLateral .txt_destaque {
	background: #dadada;
	padding: 10px 15px;
	font-size: 0.9em;
	line-height: 140%;
}

/* RODAPÉ *********************/
#Rodape {
	width: 960px;
	margin: 60px auto 0;
	border-top: 1px solid #E4ECF0;
	padding: 20px 0 40px;
}
#Rodape h3 a {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/marcaWNAP_rp.gif) left top no-repeat;
	width: 98px;
	height: 44px;
	display: inline-block;
	float: left;
	margin: 0 0 0 20px;
}
#Rodape address {
	float: left;
	display: inline;
	font-size: 0.9em;
	line-height: 140%;
	color: #369;
	margin: 2px 0 0 20px;
}

/* CLASSES DIVERSAS ***********/
.esquerda {
	float: left;
	display: inline;
}
.direita {
	float: right;
	display: inline;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
}
.vermelho {
	color: #DA1711;
}
