/* CSS Document */

/* serviços */

#fundo_servico{
	width:100%;
	min-height:300px;
}
#conteudo_servico{
	width:980px;
	min-height:300px;
	margin: 0 auto;

}
#fundo_paginacao_serv{
	width:980px;
	height:30px;
	float:left;
}
#paginacao_serv{
	min-width:60px;
	width:115px;
	height:20px;
	margin:0 auto;
	}
#servicos {
	width: 980px;
	min-height: 300px;
	float:left;
	margin-top:30px;
	
}

#servicos .item {
	width: 235px;
	height: 200px;
	float: left;
	margin: 15px 0px 15px 10px;
	background-color: #eaeaea;
}

#servicos .img {
	width: 235px;
	height: 165px;
}

#servicos .titulo {
	width: 100%;
	height: 30px;
	padding-top: 10px;
	border-radius: 0 0 4px 4px;
	background-color: #436EAC;
	overflow: hidden;
}

#servicos .marcador {
	width: 19px;
	height: 25px;
	float: left;
	background: url('../img/marcador.png')no-repeat;
	margin: -5px 10px 0 10px;
}

/* INTERNA SERVIÇOS */
#fundo_interna_servicos{
	width:100%;
	min-height:200px;
	float:left;
	margin-top:20px;
}
#conteudo_interna_servicos{
	width:980px;
	min-height:200px;
	margin: 0 auto;
}
#menu-lateral {
	width: 290px;
	height: auto;
	float: right;
	margin: 10px;
	padding: 0 5px 5px 5px;
	margin-right:-55px;
}

#menu-lateral ul {
	border-left: solid 1px #CCCCCC;
	list-style-position: inside;
}

#menu-lateral ul li {
	height: 20px;
	text-indent: 10px;
	margin: 4px 0 4px 0;
}

.todas-fotos {
	width: 99%;
	height: auto;
	float: left;
	margin: 10px;
	text-align: center;
}

.todas-fotos img {
	width: 200px;
	height: auto;
	/* float: left; */
	border: solid 1px #EAEAEA;
	padding: 4px;
	margin: 15px;
}