@charset "utf-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
}


body {
	background-image: url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	background-color:white;
}

.link {
	font-family:tahoma,arial;
	font-size:11px;
	font-weight: bold;
	color:#718ba2;
}

.link:hover {
	color:#8cc921;
}



#conteudo-geral .txt-titulo{
	font-family:tahoma,arial;
	font-size:11px;
	font-weight: bold;
	color:#718ba2;
	margin-top:30px;
	margin-bottom:30px;
	line-height: 1.7em;
}

#conteudo-geral .txt-titulo2{
	font-family:tahoma,arial;
	font-size:11px;
	font-weight: bold;
	color:#718ba2;
	margin-top:30px;
	line-height: 1.7em;
}

.txt{
	width:300px;
	font-family:tahoma, arial;
	font-size:11px;
	margin-bottom:10px;
}




/* HEADER --------------------------------------------*/
#header{
	height:188px;
}


h1 span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}


#z-index-mask{
	background-image:url(../images/menu/zindex-mask.gif);
	width:94px; height: 300px;
	position:absolute;
	left:0px;
	top:187px;
	z-index:auto;
}




/* CONTEÚDO --------------------------------------------*/

#container{
	width:980px;
}


#conteudo{
	text-align:left;
	float:left;
	padding:0;
	/* -------- Box Model Tantek Celik -------- */	
	width:510px;
	margin: 0 0 0 30px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:685px;
}


#conteudo p.txt{	
	font-family:tahoma, arial;
	font-size:0.70em;
	color:#616161;
	line-height: 1.7em;	
	margin-bottom:20px;
	text-align:justify;
	width:685px;
}

#conteudo p.txt2{	
	font-family:tahoma, arial;
	font-size:0.70em;
	color:#616161;
	line-height: 1.7em;	
	margin-bottom:5px;
	text-align:justify;
	width:685px;
}

#conteudo p.txt3{	
	font-family:tahoma, arial;
	font-size:0.70em;
	color:#616161;
	line-height: 1.7em;	
	margin-bottom:50px;
	text-align:justify;
	width:685px;
}

#conteudo p.txt_instalacoes{	
	font-family:tahoma, arial;
	font-size:0.70em;
	color:#616161;
	line-height: 1.7em;	
	margin-bottom:50px;
	text-align:justify;
	width:605px;
}


#conteudo p#final{	
	margin-bottom:80px;
}

#mapa{
	margin-top: 10px;
}

#mapa a{
	font-family:tahoma,arial;
	color:#718ba2;
	font-size:10px;
	font-weight: bold;
}

#materiacompleta a{
	font-family:tahoma,arial;
	color:#718ba2;
	font-size:10px;
	font-weight: bold;
}






h2#quintoarco{
	background-image:url(../images/t_quintoarco.gif);
	width:240px;
	height:33px;
	background-repeat: no-repeat;
	margin-top:33px;
	margin-bottom:5px;
}
h2#equipe{
	background-image:url(../images/t_equipe.gif);
	width:240px;
	height:33px;
	background-repeat: no-repeat;
	margin-top:33px;
	margin-bottom:5px;
}
h2#instalacoes{
	background-image:url(../images/t_instalacoes.gif);
	width:240px;
	height:35px;
	background-repeat: no-repeat;
	margin-top:30px;
	margin-bottom:5px;
}
h2#dicas{
	background-image:url(../images/t_dicas.gif);
	width:240px;
	height:35px;
	background-repeat: no-repeat;
	margin-top:30px;
}
h2#tiresuasduvidas{
	background-image:url(../images/t_tiresuasduvidas.gif);
	width:240px;
	height:35px;
	background-repeat: no-repeat;
	margin-top:30px;
	margin-bottom:30px;
}
h2#resolveu{
	background-image:url(../images/t_resolveu.gif);
	width:300px;
	height:35px;
	background-repeat: no-repeat;
	margin-top:30px;
}
h2#faleconosco{
	background-image:url(../images/t_faleconosco.gif);
	width:240px;
	height:35px;
	background-repeat: no-repeat;
	margin-top:30px;
}
h2#comochegar{
	background-image:url(../images/t_mapa.gif);
	width:240px;
	height:35px;
	background-repeat: no-repeat;
	margin-top:30px;
}



h2 span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}


h3 {
	font-family:tahoma,arial;
	font-size:14px;
	color:#718ba2;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:8px;
}

h3 span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}




#outrasmaterias img, p.titulo_outrasmaterias{
	display:inline;	
}

#outrasmaterias1{
	text-align:left;
	margin-bottom:10px;
}

#outrasmaterias2{
	text-align:left;
	margin-bottom:50px;
}

.titulo_outrasmaterias a{
	color:#718ba2;
	font-size:11px;
	font-weight: bold;	
}
.txt_outrasmaterias{
	margin-left:15px;
	font-family:tahoma,arial;
	font-size:11px;
	color:#616161;		
}





#pontilhado{
	background-image:url(../images/pontilhado.gif);
	background-repeat:no-repeat;
	width:446px;
	height:3px;
	margin:25px 0 10px 0;
}



/* CLEARFIX --------------------------------------------*/
.clearfix {
	display:inline-block;
}
