@charset "ISO-8859-1";
/* CSS Document */

	html,body{	
		background:transparent;
		border:0;
		outline:0;
		padding:0;
		margin:0;
	}

	html,body{
		font-family: 'Raleway', sans-serif;
		font-size:12px;
		height:100%;
		width:100%;
		color:#999999;
	}
	
	body{
		overflow-x:hidden
	}
	
	
	
.tit_escuro {
	font-family: 'Signika', sans-serif;
	font-size:28px;
	color:#3c2313;
	line-height:16px;
	font-weight:400;
	text-shadow:#f9f6f1 1px 1px 1px;
}
.tit_escuro2, .tit_escuro2 a {
	font-family: 'Signika', sans-serif;
	font-size:20px;
	color:#3c2313;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
}
.tit_escuro2 a:hover {
	font-family: 'Signika', sans-serif;
	font-size:20px;
	color:#ca9227;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
}


.tit_escuro_pequeno {
	font-family: 'Signika', sans-serif;
	font-size:18px;
	color:#77553f;
	line-height:16px;
	font-weight:400;
}
.tit_claro {
	font-family: 'Signika', sans-serif;
	font-size:46px;
	color:#ca9227;
	line-height:46px;
	font-weight:400;
	letter-spacing:-1px;
}
.rodape {
	font-family: 'Signika', sans-serif;
	font-size:12px;
	color:#ca9227;
	font-weight:300;
}
.bg {
	background-image: url(imgs/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.linha {
	background-image: url(imgs/02.gif);
	background-position:left;
	background-repeat: repeat-x;
}

/* CONTACTOS */
.border-botoes {
	font-family: 'Signika', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight:300;
	letter-spacing:0.030em;
	text-shadow:none;
	text-decoration:none;
	background:url(imgs/fundo_botao.png) no-repeat center;
	border:none;
	outline:none;
	width:91px;
	height:40px;
	cursor:pointer;
	-moz-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
}
.border-botoes:hover {
	background:url(imgs/fundo_botao_.png) no-repeat center;
}
.form_contactos {
	font-family: 'Signika', sans-serif;
	font-size: 16px;
	color: #77553f;
	font-weight:300;
	letter-spacing:0.030em;
	text-shadow:none;
	text-decoration:none;
	background:url(imgs/fundo_campos.png) no-repeat center;
	border:none;
	outline:none;
	width:370px;
	height:46px;
	resize:none;
	padding:0 18px;
	outline:none;
	-moz-transition: border-color 0.5s linear;
	-o-transition: border-color 0.5s linear;
	-ms-transition: border-color 0.5s linear;
	-webkit-transition: border-color 0.5s linear;
	transition: border-color 0.5s linear;
}

.fundo_seguranca {
	background:url(imgs/fundo_seguranca.png) no-repeat center;
	width:150px;
	height:46px;
}

.fundo_seguranca input[type="text"] {
	background:none;
	border:0;
	font-family: 'Signika', sans-serif;
	font-size: 16px;
	color: #77553f;
	font-weight:300;
	letter-spacing:0.030em;
	text-shadow:none;
	text-decoration:none;
	outline:none;	
}

.seg_code {
	font-family: 'Signika', sans-serif;
	font-size: 16px;
	color: #77553f;
	font-weight:300;
	letter-spacing:0.030em;
	text-shadow:none;
	text-decoration:none;
}

.form_sucesso {
	font-family: 'Signika', sans-serif;
	font-size: 15px;
	line-height:18px;
	color: #77553f;
	font-weight:300;
	letter-spacing:0.030em;
	text-shadow:none;
	text-decoration:none;
}