body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Estilo4 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }

.Noticias {
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 12px;
}

#lateral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 5px;
	border-spacing: 8px;
	width: 230px;
}

#inicial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 5px;
	border-spacing: 15px;
	width: 450px;
}



#button {
	width: 200px;
	padding: 0 0 1em 0;
	margin-bottom: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333;
	}
	
	#button ul {
		list-style: none;
		margin: 5px;
		padding: 0;
		border: none;
		}
		
	#button li {
		margin: 8px;
		}
	#button li a {
		display: block;
		padding: 1px 5px 1px 0.5em;
		border-bottom: 1px solid #f66031;
		border-top: 1px solid #f66031;
		border-left: 1px solid #f66031;
		border-right: 1px solid #f66031;
		background-color: #feb030;
		color: #333;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		padding: 1px 5px 1px 0.5em;
		margin-left: 1px;
		border-bottom: 1px solid #f66031;
		border-top: 1px solid #f66031;
		border-left: 1px solid #f66031;
		border-right: 1px solid #f66031;
		background-color: #ffda9e;
		color: #f66031;
		}

