﻿
body 
{
    font-family:Verdana;
    font-size:small;
    color:#fff;
    background-image:url('imagens/padrao.gif');
    background-repeat:repeat;
}

img { display:block; border:none; }

#Site
{
    width: 865px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -300px;
    position: absolute;
}

#Header, #Centro, #Rodape { width:750px; }

#Centro, .ItemMenu { background-color: rgb(142,8,191); }
.Capa { padding-top:12px; padding-left:12px; }

#Menu{ margin-top:100px; }
#Menu a { text-decoration:none; color:#fff; display: block; }
#Menu .ItemMenu:hover { background-color:rgb(181,61,171);  }
#Menu .selecionado{ background-color:rgb(181,61,171);  }

.ItemMenu
{ 
    cursor:pointer;
    height:30px; 
    width:125px; 
    font-size:0.8em; 
    margin-bottom:5px;
}
.ItemMenu .IdSecao { font-size:15pt; padding-left:3px;}
.ItemMenu .NomeSecao { padding-left:3px; font-size:8pt; }

.submenu .ItemMenu
{
    text-align:right;
    height:20px;
    padding-top:3px;
}

#Centro {height:430px;}

#Rodape {text-align:center; background-color:rgb(181,61,171); padding:3px 0px; font-size:8pt;}
#Rodape .developed a {text-decoration:none; color:#fff;}
#Rodape .developed a:hover {text-decoration:underline; }

#Servicos { line-height:150%; padding-left:10px; padding-top:10px;}
#Servicos a { color:#fff; text-decoration: underline; }
#Servicos p { font-size: 12px; } 
#Servicos .Fachada { padding-right:20px; }
#Servicos .servicos1 {text-align:right;padding-right:20px;}
#Servicos .servicos2 {padding-right:40px;}
#Servicos { font-size:8pt;}
#Servicos .Titulo { font-size:11pt;}

#Servicos .Imagem {margin-bottom:5px;}
#Servicos .scroll { height: 407px; overflow: auto; padding-left: 7px; padding-right: 7px; text-align: justify; }
#Servicos .scroll .negrito { font-weight: bold; }

.Texto
{
	text-align: justify;
	margin-right: 10px;
}
