body {
	margin:0;
	padding:0;
	text-align: left;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
#site {
	width: 100%;
	height: 100%;
	padding-top: 30px;
}

#foto_fundo {
	position: absolute; 
	height: 415px;
	background-image: url(../imagens/empresa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#foto_link{
	position: absolute; 
	width: 100%;
	height: 415px;
	background-image: url(../imagens/link.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#foto_servico{
	position: absolute; 
	width: 100%;
	height: 415px;
	background-image: url(../imagens/servico.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#foto_contato{
	position: absolute; 
	width: 100%;
	height: 415px;
	background-image: url(../imagens/contato.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#conteudo {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	
}
#fundob{
z-index: 1;
	position: absolute;

}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a:visited {

	color: #ffffff;
	text-decoration: none;

}
a:hover {

	color: #ffffff;
	text-decoration: none;

}
.txtrodape{
	text-align: justify;
}
.link{
	padding-left: 10px;
	padding-right: 5px;
}
.titulo{
	font-weight: bold;
	color: #00234d;
	font-size: 12px;
}
.titulo2{
	font-weight: bold;
	color: #00234d;
	font-size: 14px;
}
.linka:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
}
.linka:visited {

	color: #000000;
	text-decoration: none;
	line-height: 13px;

}
.linka:hover {

	color: #00254f;
	text-decoration: none;
	line-height: 13px;

}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.input_bt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-top: 1px outset #313E73;
	border-right: 1px inset #999999;
	border-bottom: 1px inset #999999;
	border-left: 1px outset #313E73;
	color: #1E2542;
	background-color: #FFFFFF;
	height: 15px;
}