/*
Projeto: Linke personal portofolio
Cliente: Linke, eu mesmo.
*/

* { margin: 0; padding: 0: }
html { font-size: 100%; font-family: "Times New Roman", sans-serif; background: #696969; }
html body { font-size: 0.68em; }
html body #limites { width: 1000px; min-height: 1000px; margin: 0 auto; padding-top: 40px; background: url(../imagens/bg.jpg) #363636 no-repeat; }

a { color: #fff; }
ul, ol { list-style: none; }

/* titulos */
h2 { width: 112px; height: 88px; margin-left: 50px; background: url(../imagens/logo_bg.png) no-repeat; text-indent: -999em; overflow: hidden; }



/*------ EQUIPE ------*/
.equipe { position: absolute; top: 82px; left: 562px; width: 310px; height: 200px; padding: 24px 0 0 20px; }
.equipe h1 {  font-size: 3.27em; color: #848484; }
.equipe h1 strong { margin-left: -10px; color: #383838; }
.equipe ul { margin-top: 60px; }
.equipe ul li { display: inline; }
.equipe ul li.carlitos { margin: 0 80px 0 -19px; }
.equipe ul li a { font-size: 3em; color: #ffffff; text-decoration: none; }
.equipe ul li a:hover { color: #383838; }


