/**************************************
	CSS - RESET
**************************************/
* {
margin: 0;
padding: 0;
list-style: none;
}

img {
border: 0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #616161;
}



/**************************************
	TOPO TM
**************************************/

	#topo-tm {
		width: 100%;
		height: 60px;
		background: #fff url(../_imagens/bg_topo_tm.gif) repeat-x;
/*		border-bottom: 5px solid #007044; */
	}
	
	#topo-tm h1 a {
		display: block;
		text-indent: -5000px;
		overflow: hidden;
		background: url(../_imagens/logo_tm_.gif) no-repeat;
		width: 260px;
		height: 50px;
		float: left;
	}
	
	#topo-tm h1.original a {
		display: block;
		text-indent: -5000px;
		overflow: hidden;
		background: url(../_imagens/logo_tm.gif) no-repeat;
		width: 260px;
		height: 50px;
		float: left;
	}

/***** Medida de 890px para o topo ****/

	#topo-tm .topo-tm-bloco {
		width: 990px;
		margin: 0 auto;
		overflow:hidden;
	}

/***** Portifolio Icones ****/

	#topo-tm .icones-portifolio {
		float:left;
		padding:25px 0px 0px 70px;
		
	}
	#topo-tm .icones-portifolio ul li{
		height:21px;
		width:21px;
		float:left;
		margin-right:9px;
	}

/***** Botoes Canais ****/	
	#topo-tm .botoes-canais {
		float:right;
		padding:25px 5px 0 0;
	}
	#topo-tm .botoes-canais ul li {
		float:left;
		margin-right:10px;
	}
	




