body {
	margin: 0px;
	background-image: url(../images/bg_base.jpg);
	background-repeat: no-repeat;
	background-color: #2a2b2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f5f5f;
}

html,body {
	height: 100%;
}

img {
	border: none;
	border: 0;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#container {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -72px;
	/* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 72px;
}

#header {
	height: 145px;
}

#header .logo {
	float: left;
	padding: 30px 0 0 0;
}

#header .menu {
	float: left;
}

#header .menu ul li {
	padding: 84px 20px 0 20px;
}

#header .menu ul li ul li {
	padding: 0;
}
#header .menu ul li a {
	text-decoration: none;
}

.logos ul {
	margin: 0;
	padding: 0;
}

.logos ul li {
	float: left;
	list-style: none;
	padding: 0 10px 0 0;
}

.linguagens {
	width: 335px;
	padding: 2px 0 2px 0;
	text-align: center;
	font-size: 11px;
	color: #4a4a4a;
	background-color: #262727;
	margin: 0 0 4px 0;
}

#footer .logos {
	padding: 2px 0 0 0;
}

#footer .copy {
	font-weight: bold;
	float: left;
	padding: 20px 0 0 140px;
}

#footer .dps {
	float: right;
	font-size: 9px;
	color: #636363;
	padding: 20px 0 0 0;
}

#footer .design {
	float: left;
}

#footer .dps_logo {
	float: left;
	padding: 0 0 0 5px;
}

#footer .footer_wrapper {
	width: 900px;
	margin: 0 auto;
}

.news {
	background-image: url(../images/separador_noticias.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 260px;
	height: 140px;
	float: left;
}

.news_wrapper {
	clear: both;
	width: 230px;
}

.news .texto {
	padding: 7px 0 0 0;
}

.news .titulo {
	background-color: #1b1c1c;
	background-image: url(../images/icon_noticias.gif);
	background-position: right;
	padding: 3px;
	color: #2ea9bf;
	font-weight: bold;
	background-repeat: no-repeat;
}

.center {
	text-align: center;
}