/*
	Revolução do CSS
      Tema: Farol
	Data: Novembro de 2005
	Autor: Newton de Góes Horta
	Site: ---
	E-mail: nghorta@brturbo.com.br
*/
*, html {
    margin: 0;
    padding: 0;
}
body { 
    font: 0.7em/1.3em tahoma, verdana, "Courier New", courier, monospace, sans-serif; 
    color:#6c6e6a;
    text-align: center;
    background: #ddb204 url(wrapper.jpg) 50% 0 repeat-y;
}
#geral { 
    position: relative;
    margin: 0px auto;
    width:726px;
    text-align:left;
    background: url(h1.jpg) no-repeat top center;
    height:489px;
}
#conteudo div { 
    position: relative;
    width: 370px;
    float:right;
}
#conteudo li {
    margin:0px 25px 5px 25px;
}
h1 {
    text-indent: -99999px;
}
h2 {
    text-indent: -99999px;
    height:40px;
    margin-bottom:10px;
}
p { 
    margin: 7px 25px 10px 0px;
    font-weight:500;
}
a { 
    color:#000; 
    text-decoration:none; 
    font-weight:700;
}
a:hover { 
    text-decoration:underline; 
}

acronym {
    border-bottom: 1px dotted #666;
    cursor:help;
    font-weight:500;
}
/*....... DIVS EXTRAS........*/
.background1 {    
    background: url(bg1.png) repeat-x top center;
    height: 488px;
}
.background2 {text-align:center; width:100%; }
.absoluto1 { }
.absoluto2 { }
.absoluto3 { }
/*.........................*/

/*....... NAVEGAÇÃO........*/
.navegacao {
    position: relative;
    top:135px;
    left: 19px;
    width: 200px;
    float:left;
    padding-bottom:20px;
}
.menu {
}
.links {
    margin: 0px;
    padding:0px;
}
.links li {
    list-style: none;
    background: url(icone_li.gif) no-repeat left center;
    margin:5px 10px 5px 10px;
    padding-left:20px;
    height:100%; /* IE */
}
.links li a {
    display:block;
    color:#6c6e6a;
}
.navegacao h3 {
    text-indent:-99999px;
}
.template_list {
    padding: 0px;
    margin:0px;
}
.escolha {
    background: url(template.gif) no-repeat left center;
    height:50px;
}
.template_list li {
    list-style:none;
    background: url(icone_li.gif) no-repeat;
    margin:5px 10px 8px 10px;
    padding-left:20px;
    color:#6c6e6a;
    height:100%;
}
.template_list li a {
    display:block;
    color:#3d4e28;
}
.template_list strong {
    color:#6c6e6a;
}
/*.........................*/

/*....... INTRODUÇÃO........*/
.intro {
    margin-top: 90px;
}
.intro h2 {
    text-indent:-99999px;
}
/*.........................*/

/*....... INSPIRAÇÃO........*/
.inspiracao {
}
.inspiracao h2 {
    background: url(insp.gif) no-repeat left top;
}
/*.........................*/

/*....... COMO FAÇO PARA PUBLICAR?........*/
.publicar {}
.tit1 {
    background: url(como.gif) no-repeat left top;
    height:80px;
}
.tit2 {
    background: url(regras.gif) no-repeat left top;
    margin-top:10px;
    height:80px;
}
.publicar ol { 
}
.publicar li {
}
/*.........................*/

/*....... SEJA CRIATIVO........*/
.criativo {}
.criativo h2 {
    background: url(tags.gif) no-repeat left top;
    height:80px;
    margin-top:10px;
}
.criativo code {
    margin: 10px 0px 10px 60px;
    display:block;
    border-left: 3px double #717e74;
    padding-left:10px;
    font-size:11px;
}
.criativo cite {
    text-align:center;
    display:block;
    border:1px dotted #000;
    padding:5px;
    margin:15px 20px 15px 0px;
    font: normal small-caps 12px verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#717e74;
}
.criativo cite strong {
    display:block;
}
/*.........................*/

/*....... NAVEGAÇÃO........*/
.validacao {
}
.validacao h2 {
    background: url(validacao.gif) no-repeat left top;
    margin-top:10px;
    height:80px;
}
.validacao h4 {
    padding:10px 0px;
    color:#000;
    font: bold small-caps 16px verdana, Geneva, Arial, Helvetica, sans-serif;
}
.validacao ul {
    margin-bottom:10px;
    margin-left:0px;
}
.validacao li {
    list-style: url(icone_li.gif);
}
.validacao dl {
    margin-left:0px;
}
.validacao dt {
    color:#000;
    font: bold small-caps 16px verdana, Geneva, Arial, Helvetica, sans-serif;
}
.validacao dd {
    padding: 5px 40px 5px 30px;
    font-style: italic;
}
/*.........................*/

/*....... TABLE GALLERY........*/
.table_gallery { }
.table_gallery h2 {
    background: url(table.gif) no-repeat left top;
    margin-top:10px;
}
#tabela {
    width:98%;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    text-align: left;
    margin-left:-10px;
}
#tabela thead {}
#tabela tfoot td {
    color:#630;
    text-align:right;
}
#tabela tbody {}
#tabela caption {
    padding:15px 0px 5px 0px;    
    text-align:center;
    color:#151515;
    font: bold small-caps 16px verdana, Geneva, Arial, Helvetica, sans-serif;
}
#tabela th {
    padding: 0px 4px 0px 4px;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #ffffff #c5ccc5 #c5ccc5 #ffffff;
    background-color: #dcb103;
    text-align: center;
    color:#3d4e28;
}
#tabela td {
    background-color: #f2f5ee;
    padding: 0px 4px 0px 4px;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #fff #C5CCC5 #C5CCC5 #fff;
    text-align:center;
}
#tabela a {
    text-decoration:none;
    color:#666;
}
#tabela a:hover {
    text-decoration:underline;
}
/*.........................*/

/*....... SUBMITION........*/
.submition {
    background:url(submeta.gif) no-repeat left top;
    margin:15px 0px 10px 10px;
}
form {
    padding-top:60px; 
}
.campo_bloco {
    padding-bottom:5px;
}
.campo_bloco label {
    display:block;
    margin-left:15px;
}
.submition fieldset {
    border:none;
}
.submition legend {
    display:none;
}
.txtfield {
    background-color:transparent;
    border:1px solid #b4a294;
    margin-left:15px;
}
.botao { 
    display:block;
    background-color: #3d4e28;
    color:#fff;
    margin-left: 135px;
    margin-top:10px;
    border:1px solid #ccc;
    padding:2px 5px;
}
/*.........................*/

/*....... LICENSA........*/
.licensa {}
.licensa h2 {
    background: url(licenca.gif) no-repeat left top;
    margin-top:10px;
}
/*.........................*/

/*....... RODAPÉ........*/
.rodape {
    background: url(valida.gif) no-repeat left top;
    margin-top:10px;
    margin-right:2px;
}
.rodapevalidacoes {
    padding : 0;
    margin: 0px;
}
#conteudo .rodapevalidacoes li { 
    color:#060;
    list-style: none;
    text-align:right;
}
.rodapevalidacoes a {
    text-decoration:none; 
    font-weight:normal;
    color:#717e74;
}
.rodapevalidacoes a:hover {}
.rodapevalidacoes acronym {}
.rodape address {
    padding:35px 25px 15px 0px;
    text-align: right;
    color:#717e74;
}
/*.........................*/
