/*Estilos gerais do site*/



* {



	margin: 0;

	padding: 0;

	

}



body {



     margin-top: 0px;

     background-color: #ffffff;

     color: #000000;

     font-family: sans-serif;

     font-size: small;

     

	}



#caixa {



    width:800px;

    background-color: #ffffff;

    /*background-image: url('arquivos_diversos/imagem_fundo_01.gif');

    background-position: right bottom;

    background-repeat: no-repeat;

    background-attachment: scroll;*/

    margin:0 auto;

	

	}

	

#topo {



	width: 800px;

	margin-bottom: 5px;



	}



#primeira_coluna {



	width:200px;

	float:left;



	}



#conteudo_primeira_coluna {



 padding-left: 0px;

 padding-right: 0px;

	

}



#segunda_coluna {



    width: 600px;

	float:left;

	

}



#conteudo_segunda_coluna {

	

	padding-left: 10px;

    padding-right: 10px;

	

}



#segunda_coluna_maior {



    width: 660px;

	float: left;



}



#conteudo_segunda_coluna_maior {



	padding-left: 10px;

	padding-right: 10px;



}



#terceira_coluna {



	width:1px;

    float: right;



}



#conteudo_terceira_coluna {



 padding-left: 0px;

 padding-right: 0px;



}



#rodape {



    clear: both;

    width: 800px;

	background: #E7F7D0 url(arquivos_diversos/imagem_rodape.gif) repeat-x;



}



#conteudo_rodape {



 padding: 10px;

 text-align: center;

 color: #ffffff;



}



#desenvolvedor {



color: #000000;

font-size: x-small;

text-align: center;



}



#menu_topo {

	float: left;

	width: 200px;

	height: 200px;

	background: url(arquivos_diversos/img03.jpg);

}



#menu_topo ul {

	margin: 0;

	padding: 20px 20px 0 20px;

	list-style: none;

	line-height: normal;

}



#menu_topo li {

	display: inline;

}



#menu_topo a {

	display: block;

	padding: 8px 10px;

	background: url(arquivos_diversos/img05.gif) repeat-x;

	text-decoration: none;

	font-size: 100%;

	font-weight: bold;

	color: #FFFFFF;

}



#menu_topo a:hover {

	text-decoration: underline;

}



#menu_topo .first a {

	background: none;

}



#imagem_topo {

	float: left;

	width: 600px;

	height: 200px;

}





#menu ul {



	margin: 0;

	list-style: none;



}



#menu li {



	display: inline;

	

}



#menu a {



	display: block;

	padding: 5px 20px;

	border-top: 1px solid #EEEEEE;

	text-decoration: none;

	font-weight: bold;

	color: #2F5793;

	

}



#menu a:hover {



	background: #DCEBFC;

	color: #2F5793;

	

}



#menu .active a {



	background: #2F5793;

	color: #ffffff;

	

}



#menu .first a {



	border: none;

	

}



a {



	color: #ff0000;



}



a:hover {



	text-decoration: none;

	color: #000000;



}



fieldset {



	border: none;



}



legend {



	display: none;



}



label {



}



input {



    margin-bottom: 2px;

    padding: 2px 5px;

	border: 1px solid #385B88;

	font-size: x-small;

	color: #385B88;



}



select {



    margin-bottom: 2px;

	border: 1px solid #000000;

	font-size: x-small;

	color: #000000;



}



textarea {



	padding: 2px 5px;

	border: 1px solid #385B88;

	color: #385B88;



}



#botao_submit {



	background: #4F9CEF url(arquivos_diversos/img03.gif) repeat-x left bottom;

	color: #FFFFFF;



}



#fundo_formulario_01 {



          width: 570px;

          height: 38px;

          background-image: url('arquivos_diversos/fundo_formulario_01.gif');

          background-repeat: no-repeat;

          background-attachment: scroll;



          }



#fundo_formulario_02 {



          width: 570px;

          background-image: url('arquivos_diversos/fundo_formulario_02.gif');

          background-repeat: repeat-y;

          background-attachment: scroll;



          }



#fundo_formulario_03 {



          width: 570px;

          height: 38px;

          background-image: url('arquivos_diversos/fundo_formulario_03.gif');

          background-repeat: no-repeat;

          background-attachment: scroll;



          }



#campos_formulario_01 {



          padding-top: 0px;

          padding-bottom: 0px;

          padding-left: 50px;

}



table {



               width: 98%;

               /*border-collapse: collapse;*/



}



table tr td {



              padding: 5px;

              border-color: #6F95C7;

              border-style: solid;

              border-width: 1px;

              color: #000000;

              background-color: #6F95C7;



}



#titulo_site {



                    font-size: 200%;

                    font-weight: bold;

}



#fundo_pesquisa_site_01 {



         margin-top: 5px;

         margin-bottom: 5px;

         padding: 5px;

         color: #ffffff;

         background-color: #2F5793;

         text-align: right;

         font-size: 90%;

         font-weight: bold;



          }

          

.texto_input_pesquisa_01 {



	width: 180px;



}



#fundo_texto_01 {



          margin-top: 5px;

          padding: 5px;

          background-color: #6F95C7;

          text-align: left;



}



#fundo_texto_02 {



          margin-top: 5px;

          padding: 5px;

          background-color: #ffff80;

          text-align: left;



}



#fundo_erro_01 {



          margin-top: 5px;

          padding: 5px;

          color: #ff0000;

          background-color: #ffff80;

          font-weight: bold;

          text-align: left;



}



#fundo_erro_02 {



          margin-top: 5px;

          padding: 5px;

          color: #ff0000;

          font-weight: bold;

          text-align: center;



}



#fundo_conta_paginas {



          margin-top: 0px;

          padding: 5px;

          background-color: #6F95C7;

          color: #000000;

          font-weight: bold;



          }

