/**********************************

CSS MÃE IMPORTS

***********************************/
@import "textos.css";
@import "forms.css";

/*------------------------------

CSS Reset 

-----------------------------*/

*{
margin:0px;
padding:0px;
}

body{
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}


b, strong {
font-weight: bold;
color:#333;
}

img, a img {
border:  none;	
}

/*

CSS Reset 

-----------------------------*/

img, div, input { behavior: url("imagens/iepngfix.htc") }


img { -ms-interpolation-mode: bicubic; }



#divcentra{
	width:920px;
	margin: 0 auto;
	height:auto;
	position:relative;
	padding-left:8px;
	padding-right:8px;
	background-image:url(../imagens/bg.png);
	background-position:top center;
	background-repeat:repeat-y;
	display:table;
	
}

#logotipo{
	margin:20px;
	border:0px;
	float:left;
	}
	

	
#barracor{
	width:920px;
	height:6px;
	float:left;
	}
	

#imgcabecalho{
	width:920px;
	float:left;
	height:250px;
	background-color:#333;
	}

#divcont{
	width:800px;
	padding:60px;
	min-height:300px;
	float:left;
	line-height:20px;
	text-align:justify;}

#foto{
	min-height:110px;
	width:110px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:5px;
	}	
	
#descricaomembroequipa{
	float:left;
	width:800px;
	margin-bottom:40px;
		}


#aviso{
	padding:20px;
	text-align:center;
	color:#333;
	background-color:#8FBED7;}
	
	
#fotoalbum{
	float:left; 
	margin-right:20px;
	width:144px;
	margin-bottom:30px;
	cursor:pointer;
	}

#legendafotoalbum{
	width:135px;
	padding:5px;
	text-align:right;
	}
	
#marcaalbum{
	height:11px;
	width:11px;
	background-color:#F9A38A;
	float:right;
	margin:5px;
	margin-right:0px;
	}
	
.molduragalerias{
	border:10px solid #F9A38A;
	}
	
.molduragalerias:hover{
	border:10px solid #EE4611;
	}
	
	
/*INDEX DESTAQUES E NOTICIAS */	

#divdestaques{
	text-align:left;
	width:459px;
	padding-right:40px;
	float:left;
	}
	
#divdestaque{
	width:459px;
	float:left;
	margin-top:30px;
	}
	
.imgdestaque{
	float:left; 
	margin-right:20px;
	border-left:#0164AF 5px solid;
	padding-left:2px;
	}
	
#divnoticias{
	text-align:left;
	width:240px;
	float:left;
	margin-left:40px;
	}
	
#coldireitaindex{
	border-left:#CCC 1px solid;
	float:left;
	width:300px;
	}

#divnoticia{
	width:240px;
	float:left;
	padding-bottom:8px;
	padding-top:8px;
	border-bottom:#0164AF 1px solid;
	border-top:#0164AF 1px solid;

	}
	
	.imgnoticia{
	float:left; 
	margin-right:10px;
	}
	
#divmostraprojectos{
	border: #CCC 1px dashed;
	padding:10px;
	margin-bottom:10px;
	}
	
	
#objloja{
	width:250px;
	float:left;
	margin-right:24px;
	margin-bottom:24px;
	height:180px;}
	
#objloja img{
	float:left;
	margin-right:20px;
	border:#CCC solid 1px;
}

#desc_loja{
	width:100px;
	float:left;
	height:180px;
	text-align:left;
	}
