* {
	margin:0;
	padding:0;
}
img {border:10px solid #fff;}
img:hover {border:10px solid #eee;}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	color: #666;
}
a {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3399CC;
}
p {
	font-size: 12px;
}

#dv_topo {
	text-indent: -9999px;
	height: 90px;
	padding-top: 20px;
	padding-left: 20px;
}
#dv_topo a {
	display:block;
	height: 90px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#dv_barra {
	background-image: url(../images/bg-barra.png);
	background-repeat: repeat-x;
	height: 70px;
	text-align:center;
}
#dv_barra h2 {
	color: #b60203;
	text-transform: uppercase;
	font-weight:normal;
	line-height: 70px;
	padding-left: 20px;
	letter-spacing: 0.2em;
	font-size: 100%;
}
.box_conteudo {
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	overflow: hidden;
}
.contato_h3 {
	height: 45px;
	text-indent: -9999px;
	background-image: url(../images/tit-contato.png);
	background-repeat: no-repeat;
}
.portfolio_h3 {
	height: 45px;
	text-indent: -9999px;
	background-image: url(../images/tit-portfolio.png);
	background-repeat: no-repeat;
}
.box_images img {
	box-shadow:0px 0px 20px #999;
	/* implementação para o firefox */
	-moz-box-shadow:0px 0px 20px #999;
	/* implementação para safari */
	-webkit-box-shadow:0px 0px 20px, #999;
}
.box_images {
	float: left;
	width: 150px;
	height: 130px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.box_images p {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 8px;
}
#dv_rodape {
	font-size: 80%;
	color: #999999;
	line-height: 50px;
	text-align: center;
}
#dv_spam {
	text-align:center;
}
#dv_spam a {
	font-size: 11px;
}

#dv_irtopo a {
	height: 22px;
	width: 31px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/ir-topo.png);
	background-repeat: no-repeat;
}
#dv_irtopo {
	position: fixed;
	left: 0px;
	bottom: 0px;
}
#dv_voltar {
	position: fixed;
	left: 0px;
	top: 40%;
}
#dv_voltar a {
	height: 39px;
	width: 38px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/voltar.png);
	background-repeat: no-repeat;
}
#formulario_contato {
	width: 50%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
	overflow: hidden;
	height: auto;
	border: 1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-left: 30px;
	margin-top: 15px;
}
.form_fieldset {
	width: 95%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	overflow: hidden;
	height: auto;
	border: 1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
}
.txt_nomes {
	width:15%;
	padding: 3px;
	font-weight: bold;
	float: left;
	margin: 0px 0px 4px 0px;
	text-align: right;
	color:#999999;
	border:1px solid #f4f4f4;
	line-height: 11px;
	font-size: 90%;
}
.txt_campos {
	width: 75%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
input {
	border:1px solid #c8d7dc;
	width:98%;
	padding:5px;
	font-weight: bold;
	color: #1499bd;
	font-size: 90%;
	margin-top: 0px;
}
textarea {
	border:1px solid #ccc;
	width:99%;
	padding:5px;
	font-weight: bold;
	color: #1499bd;
	font-size: 90%;
}
.bt_enviarForm {
	width:94px;
	height: 40px;
	cursor:pointer;
	margin-left: 7px;
	padding:0;
	border:none;
	background-color: transparent;
	color: #1499bd;
	font-weight: normal;
	font-size: 150%;
	text-transform: uppercase;
}
