@charset "UTF-8";
/*--Versão Mobile--*/
* {
	margin: 0px;
	padding: 0px;
}
a {/*--Firefox baralha-se com selectores agrupados--*/
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #455560;
}
a:visited {
	color: #455560;
}
a:hover {
	color:#BAC4CC;
}
a:active {
	color:#BAC4CC;
}
.spacer {
	height: 1px;
}
.tagContact {
	color: #74838E;
}
.txtBig {
	font-size: 18px;
}
.clientImg {
	margin-right: 20px;
	margin-left: 20px;
}
body {
	color: #455560;
}
h1 {
	display: none;
}
h2 {
	font-family: "bodegaseriflightregular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
iframe {
	margin-top: 20px;
	margin-bottom: 10px;
}
header {
	text-align: center;
	background-image: url(images/top-back.png);
	background-repeat: repeat-x;
}
#asLogo {
	margin-top: 24px;
	margin-bottom: 24px;
	width: 60%;
	max-width: 250px;
}
nav {
	background-image: none;
	background-color: #455560;
	width: 100%;
	font-family: "bodegaseriflightregular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	color: #FFF;
}
nav ul {
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 22px;
}
nav ul li {
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
}
nav a {
	text-decoration: none;
}
nav a:link {/*--Firefox baralha-se com selectores agrupados--*/
	color: #D4E7F0;
	font-weight: normal;
}
nav a:visited {
	color:#D4E7F0;
}
nav a:hover {
	color:#FFF;
}
nav a:active {
	color:#FFF;
}
#mainArea {
	background-image: url(images/back-table.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-position: center top;
}
#objects {
	width: 100%;
	max-width: 500px;
}
footer {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
	background-color: #455560;
	padding: 10px;
	margin-top: 20px;
}
/*-- Versão Desktop (para resuluções >600 px) --*/
@media all and (min-width: 600px) {
	h2 {
	font-size: 38px;
}
#asLogo {
	margin-top: 24px;
	width: 300px;
	height: auto;
	margin-bottom: 0px;
}
nav {
	font-size: 28px;
	background-color: #FFF;
	background-image: url(images/nav-award.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-top: 27px;
	padding-bottom: 5px;
}
nav ul {
	padding-left: 22px;
}
#objects {
	width: 500px;
	height: auto;
}
}
