/* geral */

*{
margin:0;
padding:0;
list-style:none;
vertical-align:baseline;
font-family:Verdana;
font-size:10px;
color:#666666;
}

a:link, a:visited{
text-decoration:none;
color:#666666;
}

a:hover, a:visited:hover{
text-decoration:none;
font-weight:bold;
}

body {
margin:60px 0 0 60px;
background-color:#eaeac1;
}

/* divs */

#coluna_esq {
width:200px;
margin:0 20px 0 0;
float:left;
}

#conteudo_esq {
width:130px;
margin:20px 0 0 70px;
}

#conteudo {
width:440px;
float:left;
}

#conteudo_projetos {
width:125px;
margin:0 0 0 15px;
float:left;
}

#rodape {
width:770px;
clear:both;
margin:30px 0 30px 0;
}

/* propriedades */

.clear_both{
clear:both;
}

.none{
display:none;
}

.float_left{
float:left;
}

.float_right{
float:right;
}

/* texto */

.bold{
font-weight:bold;
}

.preto{
color:#000000;
}

.img_tit {
margin:0 0 5px 0;
}

.conteudo {
margin:0 0 0 70px;
}

.corpo_texto {
width:300px;
}

.txt13 {
font-size:13px;
}

/* clearfix */

.clearfix:after {
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

