html, body {
font-family: "Trebushet MS", Arial, Helverica, sans-serif;
color: black;
font-size: 10pt;
background-image: url(../img/bg/bg_body.jpg);
margin: 0px;
height: 100%;
}

img {
border: none;
}

h1{
padding-left: 40px;
color: white;
font-weight: normal;
}

h2 a {
color: black;
text-decoration: none;
}

/* Geral */

.geral {
width: 1024px;
margin: 0 auto;
background:url(../img/bg/bg_geral.jpg) no-repeat #4D4D4D;
min-height: 100%;
position: relative;
}

/* Corpo */

.corpo {
padding-bottom: 80px;
overflow: auto;
}


/* Cabecalho */

.cabecalho {
text-align: center;
}

/* Menu */

.menu {
width: 650px;
margin: 0 auto;
border-top: 1px solid #CCCCCC;
text-align: center;
}

.menu ul li {
display: inline;
}


/* Index */

.destaque-rolante {
margin: 0 auto;
width: 740px;
position: relative;
overflow: hidden;
}

.destaque-rolante ul li {
display: block;
width: 740px;
height: 290px;
}

.destaque-rolante p {
display: block;
position: absolute;
right: 80px;
bottom: 10px;
font-size: 15pt;
text-align: right;
padding: 5px;
}

.destaque-rolante a {
color: white;
}

.avancar {
position: absolute;
top: 13px;
right:0px;
z-index: 20;
cursor: pointer;
}

.voltar {
position: absolute;
top: 13px;
left:0px;
z-index: 20;
cursor: pointer;
}

#dest1 {
background: url(../img/bg/destaque1.jpg) no-repeat;
}

#dest2 {
background: url(../img/bg/destaque2.jpg) no-repeat;
}

#dest2 a {
color: black;
}

#dest3 {
background: url(../img/bg/destaque3.jpg) no-repeat;
}

#dest1 p{
background-color: gray;
}

#dest2 p{
background-color: #FFD400;
}

#dest3 p{
background-color: #0000A8;
}

.destaque-linha {
overflow: auto;
}

.destaque-linha ul li {
display: block;
float: left;
width: 203px;
height: 230px;
background: url(../img/bg/bg_chamada.png) no-repeat;
margin: 0px 20px 0px 20px;
padding: 15px 30px 15px 30px;
position: relative;
}

.destaque-linha ul li img {
position: absolute;
bottom: 0px;
right: 0px;
}

.destaque-linha ul li span {
padding: 3px;
font-weight: normal;
}


#titulo-blog {
background-color: #FFD400;
}


#titulo-port {
background-color: #0000A8;
color: white;
}


#titulo-contato {
background-color: #662D91;
color: white;
}

/* Portfólio */

.galeria {
overflow: auto;
min-height: 600px;
}

.legenda {
font-size: 13px;
text-align: left;
width: 150px;
margin: 0px 0px 0px 49px;
padding: 15px;
position: absolute;
top: 450px;
right: 20px;
z-index: 10;
color: white;
}

.miniaturas {
list-style: none;
overflow: auto;
}

.miniaturas li {
width: 100px;
height: 100px;
border: 2px solid black;
display: block;
float: left;
overflow: hidden;
cursor: pointer;
}

.miniaturas li img {
width: 250px;
}

.imagens {
margin-left: 140px;
}

.imagens img{

}


.galeria .avancar {
position: absolute;
top: 400px;
right: 50px;
z-index: 20;
cursor: pointer;
}

.galeria .voltar {
position: absolute;
top: 400px;
right: 120px;
left:auto;
z-index: 20;
cursor: pointer;
}

/* CLientes */

.linha-clientes ul li {
text-align: center;
}

.linha-clientes ul li img {
position: relative;
margin: -10px 0px 0px -20px;
}

/* Contato */

.email  {
width: 400px;
margin: 0 auto;
color: white;
font-size: 12pt;
font-family: "Trebuchet MS", sans-serif;
}

.email fieldset {
border: none;
}


.email input  {
width: 400px;
margin: 10px 0px 10px 0px;
font-size: 11pt;
}

.email textarea  {
width: 400px;
margin: 10px 0px 10px 0px;
height: 200px;
font-family: "Trebuchet MS", sans-serif;
font-size: 11pt;
}

#enviar {
width: 100px;
float: right;
}

#limpar {
width: 100px;
float: right;
}

.resposta {
text-align: center;
font-size: 13pt;
color: white;
}

.nome_resposta {
font-size: 15pt;
}

.icones-contato {
position: absolute;
left: 20px;
top: 230px;
margin: 0 auto;
font-size: 12pt;
padding: 15px;
width: 203px;
height: 230px;
background: url(../img/bg/bg_chamada.png) no-repeat;
margin: 0px 20px 0px 20px;
padding: 15px 30px 15px 30px;
}

#lc2 {
top: 430px;
}

/* Rodape */

.rodape {
background: url(../img/bg/bg_rodape.png) repeat-x;
width: 100%;
height: 80px;
position: absolute;
bottom: 0px;
}

.menu2 {
float: left;
margin: 30px 30px 0px 0px;
}

.menu2 ul li{
display: inline;
border-right: 1px solid black;
padding: 0px 10px 0px 10px;
}

.menu2 ul li #ultimo{
border: none;
}

.selos {
margin: 35px 30px 0px 0px;
float: right;
}