/*
  Cliente: Lincoln Alves
  Projeto: Personal site
*/

/*
  --------------
  PALETA DE CORES
  --------------

  #000000 - Textos

*/


/*
  --------------
  ORDEM DOS ATRIBUTOS
  --------------

  { position: ; top: ; left: ; clear: ; float: ; display: ; width: ; height: ; margin: ; padding: ; border: ; background: ; font: ; color: ; text: ; }

*/


/*
  --------------
  ELEMENTOS e CLASSES
  --------------
*/

/* ------- GERAL ------- */
* { margin: 0; padding: 0; } /* reseta todas as margens, paddings e define o nivel das camadas do site */
html { background: #c6d4eb; font-size: 100%; }
html body { font: normal .75em "Times New Roman", serif; color: #54575b; }

/* ------- ELEMENTOS ------- */
a img, form fieldset { border: 0; }
form ol { list-style: none; }


/* ------- CLASSES ------- */
.direita { float: right; }
.esquerda { float: left; }
p.direita, p.esquerda { float: none; }
p.direita { text-align: right; }
p.esquerda { text-align: left; }
.centro { text-align: center; }

/* contendo float */
.contemfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.contemfloat { display: inline-block; }
/* Hides from IE-mac \*/
* .contemfloat { height: 1%; }
.contemfloat { display: block; }
/* End hide from IE-mac */


/* ------- TOPO ------- */
#topo { padding: 20px; }
#topo h2 { font-size: 2em; font-family: 'Josefin Slab', arial, serif; }



a.botao_layoutnpieces { display: block; width: 916px; height: 314px; background: url(../imagens/layoutnpieces-botao-bg.jpg) no-repeat; text-indent: -9999em; overflow: hidden; }





