/*  Modelo CSS para ATD
    --------------------------------------------------------------------------
    Autor: Nelson Luiz Dumbra
    Data:  15/05/2009
    ------------------------------
		|                            |
		|                            | Cabeça 100%
    ------------------------------
		|                            | Traço 960px (Menu dentro)
    ------------------------------
		|                            |
		|                            | Quadro 960px
    ------------------------------
    ------------------------------
		|                            |
		|                            | Rodapé 960px
    ------------------------------
		
		----------------------------------------- */


/*  Elementos Globais
    ----------------------------------------------------------------------- */
/*
html {
	background:#d9b764;	
	}
*/
* {
	margin: 0px;
  padding: 0px; }

body {
	font-family: Arial, Verdana, Tahoma, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
  font-size: 12px;
  color: #3f3f3f;
  line-height: 135%;     
  background-color: #fff;
  background-image: url(imagens/fundo_az3.png); }
    
h1, h2, h3 {color: #3f3f3f; }

h1 {
	font-size: 22px;
  margin: 0 0 20px 0; }
    
h2 {
	font-size: 18px;
  margin: 20px 0 20px 0; }
    
h3 { font-size: 14px; }

p { margin: 10px 0 0 0; }

li {
	list-style-position: outside;
  padding: 3px 0; }
    
ul li { list-style-type: none; }
    
a, a:link, a:visited { color: #31363d; }
    
a:hover { text-decoration: none; }
    
img { border: 0px; }
    
textarea {
	width: 100%;
  min-height: 100px; }
    
fieldset {
	border: 1px solid #3f3f3f;
  padding: 5px; }

/*  Classes Universais
    ----------------------------------------------------------------------- */
    
.separator { height: 30px; }
    
.clear_both {
	height: 0;
  clear: both; }
    
.clear_left {
	height: 0;
  clear: left; }
    
.clear_right {
	height: 0;
  clear: right; }
    
.left {
	width: 550px;
  float: left;
  text-align: left; }
    
.right {
	width: 370px;
  float: right;
  text-align: left; }


/*  Modelo
    ----------------------------------------------------------------------- */

#cabeca {
	width: 100%;
  height: 202px;
  background-image: url(imagens/cabeca_rodape.png);
  background-position: bottom;
  background-repeat: no-repeat; }
    
#cabeca_menu {
	width: 919px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	height: 20px; }
    
#cabeca_menu a, #cabeca_menu a:link, #cabeca_menu a:visited {
	float: right;
	display: block;
	margin: 0 0 0 5px;
  padding: 3px 10px 0px;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	background-position: bottom;

  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
      
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}
    
#cabeca_menu a:hover {
	color: #990000;
	background: #FFCC33; }

    
#quadro_fundo {
	background-image: url(imagens/quadro_fundo.png);
  background-position: center;
  background-repeat: repeat-y; }
    
#quadro_conteudo {
	width: 960px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  background-color: #fefff5; }

#rodape {
	height: 11px;
  padding: 0 0 20px 0;
  background-image: url(imagens/rodape.png);
  background-position: top center;
  background-repeat: no-repeat; }
   
#rodape_fundo {
	background-image: url(imagens/rodape_fundo.png);
  background-position: center;
  background-repeat: repeat-y; }
    
#rodape_conteudo {
	width: 960px;
  margin: 0 auto;
  padding-top: 20px;
  color: #f5ffe5;
  background-color: #3f3f3f; }
    
#rodape_conteudo h1 { color: #f5ffe5; }
    
#rodape_conteudo a, #rodape_conteudo a:link, #rodape_conteudo a:visited { color: #f5ffe5; }
    
#rodape_conteudo a:hover { color: #96f6fa; }
    
#rodape_conteudo li { list-style: none; }
    
#rodape_conteudo li a, #rodape_conteudo li a:link, #rodape_conteudo li a:visited  {
	display: block;
  margin: 0 0 5px 0;
  padding: 4px 0px 4px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #f5ffe5;
    	
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
    	
  background-color: #515151; }
    
#rodape_conteudo li a:hover{
	color: #990000;
	background: #FFCC33; }
    
#rodape_conteudo .column, #rodape_conteudo .ultima_column {
	width: 230px;
  margin-right: 20px;
  text-align: left;
  float: left; }
    
#rodape_conteudo .ultima_column {
	width: 205px;
  margin-right: 0;
  font-size: 16px;
  float: right; }
    
#rodape_conteudo #copyright {
	font-size: 11px;
  text-align: center; }
    


/*  Paginas Específicas
    ----------------------------------------------------------------------- */
    
/* Home Page  */
#intro_bloco1, #intro_bloco2, #intro_bloco3 {
	font-size: 16px;
  float: left;
  line-height: 160%; }
    
#intro_bloco1 {	width: 456px; }
      
#intro_bloco1 p {	padding: 0 20px 20px 0; }
      
#intro_bloco2 {	width: 282px; }
      
#intro_bloco2 ol {
	margin-left: 25px;
  padding-left: 25px; }
          
#intro_bloco3 {	width: 212px; }
      
#intro_bloco3 p {	margin-left: 20px; }
      
#mensagem_subliminar {
  background-color: #eaeccc;
	margin: 25px 0 0 0;
  padding: 7px 0 7px 10px;
/*  color: #838383;*/
  color: #333333;
  font-size: 16px;
			font-weight:bold;

	line-height: 150%;
	
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
      
#servicos { font-size: 14px; }

#servicos p { margin-top: 20px; }

#servicos strong { font-size: 16px; }

#servicos img {
	padding: 0 5px 0 0;
  position: relative;
  top: 5px; }
      
#servicos .column, #servicos .ultima_column {
	width: 230px;
  margin-right: 20px;
  float: left; }
      
#servicos .ultima_column {
	width: 205px;
  margin-right: 0;
  float: right;
  line-height: 150%; }

#texto-interno {
	font-size: 14px;
	line-height: 160%;
	color: #000099;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 24px;
	height: auto;
	padding-right: 14px;
	padding-left: 14px;
}

/* -----------------------------------------------------
		Pagina Cidade  */

.cidades_titulo, .cidades_titulo a {
	color:#990000;
	font-size:36px;
	font-weight: bold;
	text-decoration: underline overline;
	padding-bottom:20px;
	line-height:160%;	}

.cidades_titulo a:hover {
	text-decoration: overline;
	color:#009999; }

.cidades_bloco_esq { 
	margin-right:8px;
	border-bottom:1px dotted #BBBBBB; }

.cidades_bloco_dir { 
	margin-left:8px; 
	border-bottom:1px dotted #BBBBBB; }	

.cidades_topicos {
	background: #FFF;
	float: left;
	width: 470px;
	height:140px;
/*	height:auto;
	padding-left:8px;
	border-bottom:1px dotted #BBBBBB; */
	padding-bottom:8px;
	margin-bottom:20px; }

.cidades_topicos p {
	background: #FFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 2px 0px 2px;
	padding: 0px;
	text-align: justify; }

.cidades_topicos h3 { 
	text-align: left;
	margin-bottom:6px; }

.cidades_topicos h3 a { 
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0;
	color:#990000;
	text-decoration:none; }
	
.cidades_topicos h3 a:hover {
	color: #FF9900;
	text-decoration:underline; }

.cidades_topicos img {
	float:left;
	margin:0px 10px 0px 0px; }

/* -----------------------------------------------------
		Pagina Cidade Baixar  */

.baixar_titulo {
	color:#fff;
	font-size:150%;
	background:#999;
	padding:5px 0px 5px 10px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 20px solid #000; 
	border-right: 2px solid #000;
/*	width:18.0em;*/
	font-family: Verdana, Arial, Sans-serif;
	color: #000; }

.baixar_quadro {
	background:#FFF;
	padding:5px 0px 5px 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 20px solid #000; 

	font-family: Verdana, Arial, Sans-serif;
	font-size:120%;
	font-weight:bold;
	color: #000; }

.baixar_quadro p { line-height:150%; }

.baixar_separa {
	border-top:solid 1px #666;
	padding-top:25px;
	padding-bottom:25px; }
	
.texto_down, .texto_down a {
	color:#990000; 
	margin:15px 14px;
	font-family:Georgia, "Times New Roman", Times, Sans-serif;
	font-size:14px; 
	font-weight:bold;
	line-height:150%;	}
	
.ultimatual {
	background:#FFF;
/*	padding:5px 0px 5px 0px;*/
	padding-bottom:5px;
	border-bottom: 2px solid #FF0000;
	border-top: 2px solid #FF0000;

	font-family: Verdana, Arial, Sans-serif;
	font-size:120%;
	font-weight:bold;
	color: #993300; }

