body {
	color: #707070;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #707070;
}

p {
	margin-top: 5px;
}

tr {
	vertical-align: top;
}
td {
	padding: 8px; 
}

#container {
	display: table; 
	width: 975px;
	margin: 0px auto;
	text-align: center;
}

.marca {
	text-align:left;
	width:975px;
	margin:10px auto; 
}

#menu, #contents {
	display: table;
	width: 985px;
	margin: 20px auto;
}

#contents {
	padding: 5px; /*20px;*/
	width: 965px;
	/*background-color: #efefef;*/
	text-align: justify;
	font-size: 0.9em;
}

.item {
	padding: 9px;
	font-weight: bold;
	float: left;
}

#menu .item a {
	color:#707070;
	text-decoration:none;
}

#menu .item:hover, .active {
	background-color:#efefef;
	text-decoration:none;
}

#copyright {
	margin-top: 35px;
	margin-bottom: 10px;
	float: left;
	font-size: 0.8em;
}

#biagonal {
	margin-top: 35px;
	margin-bottom: 10px;
	float: right;
}

.titulo {
	font-size: 1.2em;
	font-weight: bold;
	margin-top:20px;
}

.noticias {
	padding: 8px;
}
