/* Meyer CSS Reset */ /*Removidos, table, caption, tbody, tfoot, thead, tr, th, td*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table /* tables still need 'cellspacing="0"' in the markup */ {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    height: 20px;
    padding: 1px;
}

p {
    margin-bottom: 5px;
}

a {
    color: #a6c8fa;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.clear {
    clear: both;
}

.imagemDireita {
    float: right;
    margin: 0 0 10px 10px;
}

.imagemEsquerda {
    float: left;
    margin: 0 10px 10px 0;
}

/*************/
/*******DEFINIÇÃO DE FONTE PADRÃO E ALINHAMENTO DE CONTEÚDO*************/
body {
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 125%;
    font-size: 12px;
    background: url(../../img/bgall.png);
}

/**********FIM****************/
/**********posicionamento das tags de estrutra do site**********/
html, body {
    height: 100%;
}

body {
    overflow-y: scroll;
}

#container {
    width: 985px;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    background: #142030;
    position: relative;
}

#header {
    position: relative;
    height: 200px;
    padding: 10px;
    background: #D95700 url(../../img/background-topo.png) repeat-x top left;
}

#content {
    padding: 0 0 122px 0;
}

#main {
	line-height:150%;
    padding: 10px 10px 40px 10px;
    color: #999999;
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 122px;
    margin-top: -122px;
}

#contentFooter {
    margin: 0 auto;
    width: 985px;
    height: 100%;
    background: #1A1A1A;
}

#contentFooter p {
    color: #808080;
    padding: 20px 20px 0 20px;
    line-height: 150%;
    margin: 0;
}

/***********FIM****************/
/********HEADER***************/
#logoTopo {
    float: left;
}

#menuSuperior {
    float: right;
}

#menuSuperior ul li {
    float: left;
    height: 27px;
}

#menuSuperior ul li.separador {
    width: 1px;
    height: 16px;
    margin: 5px 10px;
    background: #f27c1a;
}

#menuSuperior ul li a {
    display: block;
    padding: 0 0 0 6px;
    font-size: 1.1em;
    color: #000;
    cursor: pointer;
}

#menuSuperior ul li a span {
    display: block;
    height: 15px;
    padding: 6px 20px 6px 15px;
}

#menuSuperior ul li a:hover, #menuSuperior ul li a.ativo {
    background: url(../../img/bakground-menu-ativo.png) no-repeat top left;
}

#menuSuperior ul li a:hover span, #menuSuperior ul li a.ativo span {
    background: url(../../img/bakground-menu-ativo.png) no-repeat bottom right;
}

#fraseDestaque {
    width: 435px;
    height: 137px;
    padding: 5px 15px;
    float: right;
    margin: 20px 10px;
    background: url(../../img/borda-destaquesuperior.png) top left no-repeat;
}

#fraseDestaque p.destaque {
    font-size: 1.7em;
    color: #fff;
    font-style: italic;
    line-height: 125%;
    margin-bottom: 5px;
}

#fraseDestaque p.destaque span {
    color: #ffcc00;
}

#fraseDestaque p.notaDestaque {
    font-weight: bold;
    line-height: 125%;
}

/**********ESTRUTURA DE FORMULÁRIOS******************/
form {
    color: #fff;
}

form p {
    margin-bottom: 15px;
}

label {
    font-weight: bold;
}

.radioButtons {
    margin-bottom: 15px;
}

.radioButtons li {
    padding: 5px 0;
}

.text, .textarea {
    border: none;
    background-color: #f8f8f8;
    padding: 2px;
    margin: 3px 5px 0 0;
}

.text {
    height: 16px;
}

.radio, .checkbox {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.select {
}

.button {
    border: 1px solid #d5d5d5;
    background-color: #f6f6f6;
}

/**************FIM**************/
/*Padrão de Títulos*/
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    letter-spacing: 1px;
    line-height: 110%;
    clear: both;
}

h1, h4 {
    font-weight: normal;
}

h1 {
    font-size: 3em;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #999999;
}

h2 {
    margin: 0 0 20px 0;
    padding: 7px;
    line-height: 120%;
    font-size: 1.2em;
    font-style: italic;
    letter-spacing: 1px;
    background-color: #1A2738;
}

h4 {
    font-size: 2em;
    padding-bottom: 20px;
}

h3 {
    font-size: 1.6em;
    padding: 0 0 15px 0
}

h5 {
    font-size: 1.6em;
    padding: 0 0 7px 0
}

h6 {
    clear: none;
    padding: 7px 0;
    line-height: 120%;
    font-size: 1.2em;
    font-style: italic;
}

/*Fim títulos*/
/*tags*/
hr {
    clear: both;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #999;
}

#notacoes {
    width: 960px;
    margin: -10px auto 35px auto;
    color: #fff;
    background: #d25300 url(../../img/background-notacoes.png) no-repeat bottom left;
}

#notacoes ul {
    padding: 10px 10px 15px 10px;
}

#notacoes ul.mult {
    height: 42px;
}

#notacoes ul.mult li {
    float: left;
    width: 275px;
}

#notacoes ul.mult .separador {
    width: 1px;
    height: 100%;
    margin: 0 20px;
    background: #f27c1a;
}

#notacoes strong {
    color: #000;
}

.trabalhosRecentes, .portfolio, .quemSomos {
    float: left;
    width: 290px;
    margin-right: 35px;
    line-height: 150%;
    font-size: 1.1em;
}

.trabalhosRecentes {
    text-align: justify;
}

.quemSomos {
    height: 252px;
    margin-right: 0;
    margin-top: -15px;
    background: url(../../img/borda-quem-somos.png) no-repeat top left;
}

.quemSomos div {
    padding: 15px;
}

.quemSomos a {
}

.portfolio ul {
    color: #FFCC00;
}

.portfolio ul li {
	background:transparent url(../../img/bullet.gif) no-repeat scroll left 5px;
	margin-bottom:5px;
	padding-left:15px;
}

.portfolio a, .portfolio a:hover, .portfolio a:visited {
    color: #FFCC00;
}

.servicos {
    padding: 3px 18px;
}

.servicos li, .listaPortfolio li {
    height: 14px;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #ccc;
    background: url(../../img/bullet.gif) no-repeat left center;
}

.linksPortfolio {
	margin-top:30px;
    height: 315px;
    position: relative;
}

.linksPortfolio a {
    display: block;
    position: absolute;
    width: 220px;
    height: 183px;
    padding: 1px;
    background: #A6C8FA;
}

.linksPortfolio a:hover {
    border: 2px solid #5b87d0;
    z-index: 7;
}

.linksPortfolio img {
    display: block;
    width: 220px;
    height: 183px;
    border: 0;
}

a.um {
    left: 242px;
    top: 0;
    z-index: 1;
}

a.dois {
    left: 50%;
    margin-left: -110px;
    top: 24px;
    z-index: 2;
}

a.tres {
    right: 240px;
    top: 0;
    z-index: 1;
}

a.quatro {
    left: 180px;
    top: 80px;
    z-index: 3;
}

a.cinco {
    right: 180px;
    top: 80px;
    z-index: 3;
}

a.seis {
    left: 50%;
    margin-left: -110px;
    top: 120px;
    z-index: 6;
}
.listaPortfolio{
	background-color:#1A2738;
	max-height:200px;
	overflow:auto;
	margin:20px 0;
	padding:10px;
}





