html, body
{
   height:100%;
}

body
{
        margin:0;
        padding:0;
		background:#FFF;	/*  background:#ddd; */
        color:#666;
        font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;

        text-align:center;

        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;

}

.imagem
{
   border: 0px;
   vertical-align= middle;
}

#tudo
{
        width:100%;
        position:relative;  /*Contexto de posicionamento */
        background:#fff url(bg-auxiliar.gif) repeat-y right;
        margin:0 auto;
        text-align:center;
        min-height:100%;/**/
}

* html #tudo
{
  height: 100%;
}

#conteudo
{
  padding-bottom:30px;
  border: 0px solid #000000;
}

#topo {
        background: #5C676D;
        width:100%;
        height:207px;
        text-align:center;
        padding-top:1px;
}

.Menu_sistema
{
	background:#454545;
	width:100%;
	height:30px;
	text-align:center;
	padding-top:0px;

}

#Menu
{
	background: #ccc;
	width:100%;
	height:82px;
	text-align:center;
	padding-top:0px;
	background: url(../images/bg_nav.jpg) repeat-x top center;
}

#principal
{
        margin: auto;
        width:890px;
        float:center;
        padding-top:10px;
        text-align:center;
        border: 0px solid #ccc;
}

#principal_2
{
        margin: auto;
        width:890px;
        float:center;
        padding-top:10px;
        text-align:center;
        border: 2px solid #ccc;
        }

#rodape
{
        background:#5C676D url(../images/bg_rodape.jpg) repeat-x top center;
        width:100%;
        height:42px;
        position: absolute;
        bottom: 0;
        text-align:center;
        border: 0px solid #000000;
}

#rodape p
{
     font-family: verdana;
     font-size: 10px;
     margin-top:10px;
     font-weight:normal;
     color:#5C676D;
}

.clear
{
  clear:both;
  border: 0px solid #000000;
}

#Centro
{
    margin:0 auto;
    text-align:left;

   height:48px;
   width: 910px;
   border: 0px solid #000000;
}

.Barra, .Barra_fim
{
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margim:0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  height:48px;
  width: 113px;
  border:0px solid #000000;
  text-align: center;
  float: left;
}

.Barra_fim
{
  width: 115px;
}

.Barra  a:link, .Barra a:visited, .Barra_fim a:link, .Barra_fim a:visited
{
       padding-top: 20px;
       font-family: Arial;
       font-size: 15px;
       font-weight: Normal;
       color: #5C676D;
       text-decoration: none;
       background: url(../images/menu_1.jpg) no-repeat;
}

.Barra_fim a:link, .Barra_fim a:visited
{
    background: url(../images/menu_3.jpg) no-repeat;
}

.Barra a:hover, .Barra a:active, .Barra_fim a:hover, .Barra_fim a:active
{
       padding-top: 20px;
       font-family: Arial;
       font-size: 15px;
       font-weight: Normal;
       color: #5C676D;
       text-decoration: none;
       background: url(../images/menu_2.jpg) no-repeat;
}

.Barra_fim a:hover, .Barra_fim a:active
{
  background: url(../images/menu_4.jpg) no-repeat;
}

.Painel
{
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  margim:0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  height:48px;
  width: 100%;
  border:0px solid #000000;
  text-align: center;
  float: left;
  font-family: Arial;
       font-size: 16px;
       font-weight: Normal;
}

.Titulo {font-size: 26px; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; color: #697982}

.Subtitulo {font-size: 16px; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; color: #697982}

.Corpo {font-size: 14px; font-weight: normal; line-height: normal; text-decoration: none; font-family: Arial, Helvetica, sans-serif; text-align:justify}

.Texto {font-size: 14px; font-weight: normal; line-height: normal; text-decoration: none; font-family: Arial, Helvetica, sans-serif; text-align:justify}

a.servicos:link, a.servicos:visited, a.servicos:hover, a.servicos:active
{
       font-size: 14px;
       font-weight: bold;
       line-height: normal;
       text-decoration: none;
       font-family: Arial, Helvetica, sans-serif;
       text-align:justify

       padding-top: 2px;
       padding-bottom: 5px;
       color: #5C676D;
       border:0px solid #000000;
       height: 20px;
}

 a.servicos:hover, a.servicos:active
 {
     text-decoration: underline;
     color: #ff9900;
 }