body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, "Times New Roman";
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	color: #333;
	background-image: url("../_img/website_fundo.jpg");
}
img {
	border: 0;
}
h1 {
	margin: 0;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.1em;
	color: #f2e0aa;
}
h2 {
	margin: 0;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.1em;
	color: #188738;
}

#container {
	position: absolute;
	top: 0;
	height: 520px;
	left: 50%;
	margin-left: -380px;
	width: 760px;
}
#ctx-welcome {
	position: absolute;
	left: 370px;
	top: 410px;
	width: 100px;
	height: 70px;
	text-align: right;
	z-index: 3;
}
#ctx-logo {
	position: absolute;
	left: 440px;
	top: 55px;
	width: 290px;
	height: 65px;
	z-index: 1;
}
#ctx-tv {
	position: absolute;
	left: 5px;
	top: 37px;
	width: 743px;
	height: 364px;
	z-index: 2;
}
#ctx-decor {
	position: absolute;
	left: 212px;
	top: 252px;
	width: 299px;
	height: 278px;
	z-index: 1;
}
#ctx-selos {
	position:absolute;
	top:350px;
	left:610px;
	height:160px;
	width:128px;
	z-index: 2;
}
#ctx-address {
	position: absolute;
	left: 480px;
	top: 388px;
	width: 240px;
	height: 110px;
	border-left: 1px solid #9b7e46;
	z-index: 1;
}

a:link {color: #333;text-decoration: underline;}
a:visited {color: #333;text-decoration: underline;}
a:hover {color: #188738;text-decoration: underline;}
a:active {color: #188738;text-decoration: underline;}

a.welcome:link {font-weight: normal;font-size: 1.8em;line-height: 1.1em;color: #f2e0aa;text-decoration: none;}
a.welcome:visited {font-weight: normal;font-size: 1.8em;line-height: 1.1em;color: #f2e0aa;text-decoration: none;}
a.welcome:hover {font-weight: normal;font-size: 1.8em;line-height: 1.1em;color: #188738;text-decoration: none;}
a.welcome:active {font-weight: normal;font-size: 1.8em;line-height: 1.1em;color: #188738;text-decoration: none;}

.clearing {
	clear: both;
}
.txtSmall {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.2em;
}
.txtNormal {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
}
.txtBig {
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
}
.pad-top {
	padding-top: 25px;
}
.pad-left {
	padding-left: 10px;
}
