﻿
#logo ul li 
	{
		display: inline;
		list-style: none;
	}

	
#menu
	{
		width: 300px;
		height: 20px;
		float: left;
		margin-top: 15px;
		margin-left: 5px;
	
	}

#pesquisa
	{
		width: 450px;
		height: 50px;
		float: left;
		margin-top: 12px;
		margin-left: 50px;
		color: #ffffff;
		
		font-size: 13px;
		font-weight: bold;
		
	}

#logo a
	{
		font-size: 12px;
		font-weight: bold;
		line-height: 12px;
		margin-left: 10px;
		color: #ffffff;
		
	}

#logo a:hover
	{
		color: #CC0000;
	}

.newsletter
	{
		padding-right: 0px;
	}	
.rss
	{
		background: url(images/rss.gif) no-repeat left center;
		padding-left: 20px;
		padding-right: 0px;
		
	}

.fmxnews
	{
		padding:0px;
	}
	

#pesquisar
	{
		border: 0px;
		height: 18px;
		margin-left: 10px;
	}

.botao_pesquisa
	{
		
		background: url(images/ok.jpg) no-repeat left bottom;
		cursor: pointer;
		padding-left: 30px;
		padding-top: 7px;
		margin-left: 10px;
		}	
	