body {
	background: #000;
	/*font: normal 13px auto Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/
	color: #FFF;
	overflow-x:hidden;
}



@font-face {
	font-family: TheSansLight;
	src: url('../font/ufonts.com_thesans-4-semilight-caps1.eot'),
		 url('../font/ufonts.com_thesans-4-semilight-caps1.woff') format('woff'),
         url('../font/ufonts.com_thesans-4-semilight-caps1.ttf') format('truetype');
}

label.thesans-semilight_home { 
    font-family: "TheSansLight";
    font-size: 24pt;
    color: #FFF;
}

@font-face {
	font-family: TheSansRegular;
	src: url('../font/ufonts.com_thesans-5-regular-caps1.eot'),
		 url('../font/ufonts.com_thesans-5-regular-caps1.woff') format('woff'),
		 url('../font/ufonts.com_thesans-5-regular-caps1.ttf') format('truetype');
}


label.thesans-regular_home { 
    font-family: "TheSansRegular";
    font-size: 11pt;
    color: #FFF;
}

label.thesans-regular_copy { 
    font-family: "TheSansRegular";
    font-size: 7pt;
    color: #FFF;
}

@font-face {
	font-family: TheSansSemiBold;
	src: url('../font/ufonts.com_thesans-6-semibold-caps1.eot'),
		 url('../font/ufonts.com_thesans-6-semibold-caps1.woff') format('woff'),
		 url('../font/ufonts.com_thesans-6-semibold-caps1.ttf') format('truetype');
}

label.thesans-semibold_home { 
    font-family: "TheSansSemiBold";
    font-size: 24pt;
    color: #0069bb;
}

label.thesans-semibold_menu { 
    font-family: "TheSansSemiBold";
    font-size: 9pt;
    color: #FFF;
}




















#total {
	width:1198px;
	height:535px;
	margin:auto;
	padding-top: 160px;
	background-image:url("../pt/images/imagem_design.jpg");
	background-repeat: no-repeat; display:block;
}



#logo{
	width:100%;
	margin-left:90px;
	float:left;
}



#centro{
	width:100%;
	margin-top:130px;
	float:left;
	margin-left:90px;
}



.containerMenu {
	position: absolute;
	width:1098px;
	top: 820px;
	margin-left:90px;
	/*background: url('images/barra_.png') repeat-x;*/
}

.containerMenu .menuItems{
	position: absolute;
	height:40px;
	bottom: 145px;
	/*background: url('images/barra_.png') repeat-x;*/
}

.containerMenu .menuItems{
	min-width: 92.7%;
	border-bottom: 2px solid #ffffff;
	background: rgba(24, 20, 17, 0.5);
	color: #ffffff;
	/*background: url('images/barra_.png') repeat-x;*/
}

.containerMenu ul{
	margin: 0px; padding: 0px;
	list-style: none;
	float: left;
}

.containerMenu ul li{
	margin: 0px; padding: 12px 17px 0px 3px;
	list-style: none;
	float: left;
}
.containerMenu a:hover, .containerMenu .activo a {
	color: #0069bb;
}




#rodape{
	width:1198px;
	height:70px;
	margin:auto;
/*	margin-left:164px;*/
}

#rodape_copy{
	width:450px;
	height:100%;
	margin-left:90px;
	float:left;
}

#rodape_facebook{
	width:450px;
	height:100%;
	text-align:right;
	margin-right:90px;
	float:right;
}
