﻿*
	{
		margin: 0px auto;
		font-family: trebuchet ms, arial, sans-serif;
		text-decoration: none;
		padding: 0px;
		border: none;
		list-style: none;
		
		
	}
strong
	{
		font-weight: normal;
	}
	
#primeira_noticia
	{
		
		width: 400px;
		display: block;
		float: none;
		
	}	
	
body
	{
		background: url('images/fmxnews_fundo.jpg');
		background-repeat: repeat-y repeat-x;
		background-position: top;
		
		
	}

	
#geral
	{
		width: 810px;
		background-color: #000000;
	}

#logo
	{
		width: 	810px;
		height: 106px;
		background: url('images/topo.jpg');
			
	}

#menu1
	{
		width: 810px;
		height: 34px;
		background: url('images/menu1.jpg');
	}

#novas
	{
		width: 376px;
		height: 973px;
		background: url('images/lateral_esquerda.jpg');
		float: left;
	}		

#diversos
	{
		width: 294px;
		height: 973px;
		background: url('images/central.jpg');
		float: left;
		margin:0px;
		
		
	}	
#diversos a
	{
		cursor: pointer;
		color: #606060;
	}

#diversos a:hover
	{
		color: #CC0000;
	}	
	
#parceiros
	{
		width: 140px;
		height: 973px;
		background: url('images/lateral_direita.jpg');
		float: left;
	}

#menu2
	{
		width: 810px;
		height: 29px;
		line-height: 29px;
		background: url('images/menu2.jpg');
		text-align:center;
		clear: both;
	}
	
#rodape
	{
		width: 810px;
		height: 58px;
		background: url('images/rodape.jpg');
		text-align: center;
		line-height: 58px;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
	}

#video_destaque
	{
		position: absolute;
		top: 194px;
		left: 492px;
		width: 234px;
		height: 250px;
		background-color: #000000;
		display: none;
	
	}

.linkpiloto
	{
	
	text-decoration: underline;
	color: #FF0000;	
	}
a:hover.linkpiloto
	{
	color: #ffffff;
	background-color:red;
	
	}

h2.guia
	{
	font-size: 12px;
	color: #000000;
	}
	
.guia a
	{
	color: #000000;
	}
	
.separador
	{
	color: red;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 100px;	
	}
.guia a:hover
	{
		color: #CC0000;
	}	