@charset "utf-8";

body {
	background:url(../imagens/fundo.png) repeat-x;
	background-color:#FFF;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#565656;
	margin:0;
}

/* CLASSES GLOBAIS */

.estilo1 {
	font-size:11px;
	color:#999999;
	line-height:16px;
	text-transform:none;
	text-shadow:none;
	font-weight:normal;
}

h4 {
	font-size: 10px;
	margin: 10px 0px;
	font-weight:normal;
}

a {
	color: #393939;
	text-decoration:underline;
}

a:hover {
	color:#F20F06;
	text-decoration:none;
}

/* DIVS PRINCIPAIS */
	
#principal {
	text-align: center;
	width: 100%;
}

#header {
	width: 940px;
	height: 100px;
	margin: 0 auto;
}

#logo {
	float:left;
	width:230px;
	height:100px;
}

#logo_1 {
	margin: 0 auto;
	width:230px;
	height:20px;
}

#logo_2 {
	margin: 0 auto;
	width:230px;
	height:80px;
	text-align:right;
}

#clean {
	border-bottom:1px solid #d6d6d6;
	width:940px;
	height:10px;
	margin: 0 auto;
}

#clean_1 {
	border-top:1px solid #d6d6d6;
	width:940px;
	height:5px;
	margin: 0 auto;
}

#center {
	width:940px; 
	height:450px; 
	margin:0 auto; 
}

#center_1 {
	width:10px;
	height:450px;
	float:left;
}

#center_2 {
	width:920px;
	height:450px;
	float:left;
}

#center_3 {
	width:10px;
	height:450px;
	float:left;
}

#conteudo {
	width:530px;
	height:360px;
	float:left;
	text-align:left;
}

#conteudo_1 {
	width:320px;
	height:360px;
	float:left;
	text-align:left;
}

#conteudo_portefolio {
	width:870px;
	float:left;
	text-align:left;
}

#conteudo_mapaSite {
	width:425px;
	height:360px;
	float:left;
	text-align:left;
}

#conteudo_mapaSite1 {
	width:425px;
	height:360px;
	float:left;
	text-align:left;
}

/* Galerias Portefolio */

#center_galerias {
	width:940px;
	height:100%;
	margin:0 auto;
}

#center_galerias1 {
	width:920px;
	height:70px;
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
}

#center_galerias2 {
	width:874px;
	padding-bottom:20px;
	padding-top:7px;
	padding-left:33px;
	padding-right:33px;
	margin:0 auto;
	height: 100%;
	text-align:left;
}

#center_galerias3 {
	width:874px;
	height:5px;
	margin: 0 auto;
	padding-left:33px;
	padding-right:33px;
	height: 35px;
	text-align:left;
}

#center_galerias4 {
	width:920px;
	padding-bottom:13px;
	padding-top:7px;
	margin:0 auto;
	height: 100%;
	text-align:left;
}

#galeria_linha {
	width:874px;
	height:100px;
	margin:0 auto;
}

#galeria_linha1 {
	width:874px;
	height:35px;
	margin:0 auto;
}

#galeria_foto {
	width:211px;
	height:100px;
	float:left;
}

#galeria_texto {
	width:211px;
	padding-top:5px;
	height:30px;
	float:left;
	text-align:center;
}

#galeria_clean {
	width:10px;
	height:100px;
	float:left;
}

#galeria_clean1 {
	width:10px;
	height:35px;
	float:left;
}

/* GALERIAS V2.0 */

#galeria_fotov2 {
	width:134px;
	height:100px;
	float:left;
}

#galeria_textov2 {
	width:134px;
	padding-top:5px;
	height:30px;
	float:left;
	text-align:center;
}

#galeria_cleanv2 {
	width:14px;
	height:100px;
	float:left;
}

#galeria_cleanv2_1 {
	width:14px;
	height:35px;
	float:left;
}

/* RODAPÉ */

#footer {
	width:920px;
	height:50px;
	margin: 0 auto;
}

/* MENU */

#menu {
	float:left;
	width:690px;
	height:100px;
	padding-right:10px;
}

ul#navegacao {
	text-transform:uppercase;
	margin: 7px 0 0 0;
}

ul#navegacao li {
	float:right;
	display:inline;
	margin: 0 0 0 50px;
	text-align:left;
}

ul#navegacao li a {
	display: block;
	padding: 4px 3px 0;
	margin-top: 47px;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	border-left:1px solid #999999;
}

ul#navegacao li a:hover {
	color:#F20F06;
	
}

ul#navegacao li .current {
	color:#F20F06;
	
}
