/* CSS Document */

body {
	background-image: url(../imagens/bg.jpg);
	background-color: #605E52;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
#center {
	width: 780px;
	margin-left: -390px;
	position: absolute;
	left: 50%;
	top: 0px;
}
#menu {
	position: absolute;
	width: 780px;
	left: 0px;
	top: 0px;
}
#logo {
	position: absolute;
	width: 780px;
	left: 0px;
	top: 92px;
}
#layout {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
#titulo1 {
	position:absolute;
	left:0px;
	top:383px;
	width:309px;
	height:53px;
	font-family: "Trebuchet MS";
	font-size: 40px;
	color: #EFEDEE;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
}
#titulo2 {
	position:absolute;
	left:324px;
	top:383px;
	width:441px;
	height:56px;
	font-family: "Trebuchet MS";
	font-size: 40px;
	color: #EFEDEE;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
	background-color: #545247;
}

.texto {
	font-size: 12px;
	font-family: "Trebuchet MS";
}
.style2 {
	color: #FFFBFC;
	text-align: left;
}
.titulo-esquerda {
	font-size: 24px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-align: left;
}
.style3 {font-size: 12px; font-family: "Trebuchet MS"; color: #BDBBBC; }


a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {	text-decoration: none;
	color: #FFFFFF;

}
a:active {	text-decoration: none;
	color: #FFFFFF;

}
a:hover {
	text-decoration: underline;

}
