/* CSS Document */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 20px;
    font-family:"Trebuchet MS";
    font-size:11pt;
    color:#999999;
}

.titulo_projetos {
    font-size:14pt;
    color:#000000;
}

#projetos {
    font-size:10pt;
}

.clear{
    clear:both;
}

a.link_projetos{
    color:#999999;
    text-decoration:none;
    font-size:9pt;
    width:30px;
    text-align:center;
}



#Scroller{
    height:100px;
    /*overflow-y:auto;
    overflow-x:none;
    */
}

#Scroller ul {
    list-style:none;
    padding:0;
    margin:0;
    font-size:10pt;
    width:130px;
}

#Scroller ul li {
    height:20px;
    width:130px;
    /*display:block;*/
}

#Scroller ul li a {
    display:block;
    text-decoration:none;
    color:#ccc;
    width:130px;
}

#Scroller ul li a:hover {
    font-size:12pt;
    color:#000;
    font-weight:bold;
}

#contato_endereco {
    font-size:10pt;
    color:#999999;
}

#contato1 {
    width:500px;
    text-align:left;
    padding-top:20px;
    color:#fff;
    font-size:10pt;
    font-weight:bold;
}

.imagem_projeto {
    width:543px;
    height:384px;
    float:left;
    overflow:hidden;
    /*border:#000 solid 1px;*/
}

.img_projeto {
    float:left;
    position:relative;
}

.dobrinha_cima_esq{
    float:left;
    position:relative;
    overflow:hidden;
    z-index:100;
    margin-bottom:-14px;
    height:12px;
}

.dobrinha_cima_dir{
    float:right;
    position:relative;
    overflow:hidden;
    z-index:100;
    margin-bottom:-14px;
    height:12px;
}

.dobrinha_baixo_esq{
    float:left;
    position:relative;
    overflow:hidden;
    height:12px;
    z-index:100;
    margin-top:-12px;
}

.dobrinha_baixo_dir{
    float:right;
    position:relative;
    overflow:hidden;
    height:12px;
    z-index:100;
    margin-top:-12px;
}

.menu_projeto{
	display:block;
    text-decoration:none;
    color:#BEC0C2;
    width:130px;
    font-weight:bold;
    font-size:10pt;
}
.menu_projeto_hover{
	color:#595959;
	font-weight:bold;
	text-decoration:none;
}