/* CSS Document */


/* [ Brasil Comunicação e Projetos ] www.brasilcomunicacaoeprojetos.com.br 
contato@brasilcomunicacaoeprojetos.com.br / @brasilcomunica / 55 21 2462 2502
*/

*{padding:0; margin:0 auto;}

/* Cabeçalho */

#topo {
	background:  url(../img/topobg.jpg);
	width: 100%;
	}
		#FS {
			text-align: center;
			padding: 15px 0 5px 0;
			}

/* Menu */

#bg-menu {
	background: #990000;
	width: 100%;
	height: 32px;
	}
		#menu ul{
			display: table;
			list-style: none;
			margin: 0 auto;
			text-align: center;
			}

			#menu ul li a{
				text-decoration: none;
				font: 1em; font-family: "trebuchet MS", verdana, helvetica; 
				color: #FFFFFF;
				padding-left: 20px;
				padding-right: 20px;
				line-height: 30px; 
				}
				
				#menu ul li a:hover {
					text-decoration: underline;
					}

/* Destaque */

#banner {
	width: 802px;
	height: 265px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	}

/* Conteudo */

#conteudo {
	width:800px;
	background-color: #FFFFFF;
	margin: 0 auto;}

#box-um {
	width:185px;
	height: 170px;
	border-right: 5px dotted #CCCCCC;
	padding: 0 5px;
	float:left;
	text-align: center;
	}

#box-um h3 { font: 1em; font: tahoma, arial, verdana; color: #990000; margin-bottom: 5px}
#box-um p { text-decoration: none; font: 0.8em;  font: Verdana, Arial,"trebuchet MS"; color: #666666; margin-top: 5px }

#box-dois {
	width:185px;
	height: 170px;
	border-right: 5px dotted #CCCCCC;
	padding: 0 5px;
	float:left;
	text-align: center;
	}

#box-dois h3 { font: 1em; font: tahoma, arial, verdana; color: #990000; margin-bottom: 5px}
#box-dois p { font: 0.8em;  font: Verdana, Arial,"trebuchet MS"; color: #666666; margin-top: 5px  }

#box-tres {
	width:185px;
	height: 170px;
	border-right: 5px dotted #CCCCCC;
	padding: 0 5px;
	float:left;
	text-align: center;
	}

#box-tres h3 { font: 1em; font: tahoma, arial, verdana; color: #990000; margin-bottom: 5px}
#box-tres p { font: 0.8em;  font: Verdana, Arial,"trebuchet MS"; color: #666666; margin-top: 5px  }

#box-quatro {
	width:200px;
	height: 170px;
	float:left;
	text-align: center;
	}

#box-quatro h3 { font: 1em; font: tahoma, arial, verdana; color: #990000; margin-bottom: 5px}
#box-quatro p { font: 0.8em;  font: Verdana, Arial,"trebuchet MS"; color: #666666; margin-top: 5px  }
	
#divclear{clear:both;}

#marca-geral {
	text-align: center;
	margin-left: 6%;
	}

#marcas {
	text-align: center;
	float: left;
	padding: 30px 10px;
	}
	

#rodape {	
	height:80px;
	background:url(../img/final.jpg) ;
	clear:both;
	text-align: center;
	padding: 10px 0;
	}

#assinatura { 
	text-align: center;
	padding: 20px 0 0 0;}



	


				




		