/* RESETANDO */
* {
   margin: 0;
   padding: 0;
   text-decoration: none;
}

body {
   text-align: center; /* Centraliza no IE */
   margin: 0;
   padding: 0;
   font: normal 14px/24px "Times New Roman",Arial, Tahoma;
   background: rgb(242,241,237) url('../img/bg.jpg') no-repeat;
   
}
img {
   border: 0;
}
h1 {
   margin-top: 0; /* Retira margem superior em navegadores padrão */
}
ul {
   list-style: none;
}
/* Linha Topo */
#LinhaTopo {
   width: 100%;
   height: 31px;
   background: rgb(0,0,0);
}

input, textarea, select {
   font: normal 14px/24px "Times New Roman",Arial, Tahoma;
   color: rgb(102,102,102);
   border: 1px rgb(152,0,0) solid;
}

a,a:active, a:link{
   color: rgb(0,106,69);
}

a:hover {
   text-decoration: underline;
}

input:hover, select:hover, textarea:hover {
   background: rgb(244,244,244);
   border: 1px rgb(152,0,0) solid;
}

/* Tudo */
.Tudo {
   width: 764px;
   margin: 0 auto; /* Centraliza em navegadores padrão */
   text-align: left; /* Retorna o alinhamento de textos para a esquerda*/
}
/* ************ Tudo ************ */

/* Principal */
#Principal {
   background: rgb(223,212,184) url('../img/bg_esquerdo.jpg') repeat-y;
}
/* ************ Principal ************ */

/* Lateral Esquerdo */
#Esquerdo {
   width: 192px;
   height: 50px;
   float: left;
   text-align: center;
}

#Esquerdo h6 {
   width: 192px;
   height: 197px;
   background: url('../img/img_tag.png') no-repeat;
}

#Esquerdo h6 span {
   display: none;
}

#Esquerdo ul {
   padding-top: 80px;
}

#Esquerdo ul li {
   padding-top: 10px;
}
/* ************ Lateral Esquerdo ************ */

/* Lateral Direito */
#Direito {
   margin-left: 192px;
   width: 572px;
}

#Direito h1 {
   width: 572px;
   height: 576px;
   background: url('../img/img_principal.jpg');
}

#Direito h1.principal2 {
   width: 572px;
   height: 235px;
   background: url('../img/img_principal2.jpg');
}

#Direito h1 span {
   display: none;
}


/* ************ Lateral Direito ************ */

/* Conteudo */
#Conteudo {
  padding: 40px;
  padding-top: 20px;
  /*background: rgb(255,255,255) url('../img/bg_conteudo.jpg') center center no-repeat;*/
  background: rgb(255,255,255);
}

#Conteudo h2 {
   color: rgb(152,0,0);
   font: normal 42px/60px "Times New Roman",Arial, Tahoma;
   border-bottom: 1px solid rgb(152,0,0);
}
/* ************ Conteudo ************ */

/* Rodapé */
#Rodape {
  background: rgb(0,0,0);
  color: rgb(255,255,255);
  padding: 5px;
}
#Rodape a, #Rodape a:link, #Rodape a:active, #Rodape a:visited {
  background: rgb(0,0,0);
  color: rgb(255,255,255);
}
#Rodape .Tudo {
   text-align: center;
}

#Rodape span {
   display: none;
}
/* ************ Rodape ************ */

p {
   text-align: justify;
}

.Citacao {
   font-style: italic;
   
}

.imgEsquerda {
   float: left;
   margin-right: 10px;
}

.imgDireita {
   float: right;
   margin-left: 10px;
}

.AutorCitacao {
   text-align: right;
}

.Linha {
   border-bottom: 1px solid rgb(152,0,0);
}

.botao {
   padding: 0px 10px 0px 10px;
   background: rgb(152,0,0);
   color: rgb(255,255,255);
}

.botao:hover {
   background: rgb(200,0,0);
}