@charset "utf-8";
/* CSS Document */

/* Desenvolvida por Luiz Fabiano da Silva Oliveira */
/* E-Mail: contato@luizfabiano.com.br              */
/* URL: http://www.luizfabiano.com.br              */
/* Messenger: msn@luizfabiano.com.br               */
/* Tel: (83) 9134-0323 e (31) 9887-0940            */

/** Configurações gerais **/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, img, dd, p, address { margin: 0px; padding: 0px; }
.img { 
    border: 1px solid #D2D2D2;
	padding: 2px;
	margin-right: 4px;
	margin-bottom: 10px;
}
h1 {
	font-size: 14px;
}
body {
    background: #000000;
    text-align: center; /* IE */
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

    #website {
	padding: 0px;
	width: 777px;
	text-align: left;
	margin:auto;
    }
		#topo {
		    width: 777px;
			height: 98px;
			padding-top: 9px;
			background-image: url(../imagens/fundo_topo.jpg);
			background-repeat: repeat-x;
		}
		#logomarca {
		    width: 777px;
			height: 186px;
		}
		#restante {
		     width: 767px;
			 padding: 5px;
			 background-color: #333333;
		}
		    #consultoriaConsultoresNoticias {
			    width: 757px;
				padding: 5px;
				background-image: url(../imagens/fundo_cinza.jpg);
				background-repeat: repeat-x;
				background-color: #E9E9E9;
			}
			    #consultoria {
				   width: 267px;
				   float: left;
				   padding-top: 10px;
				}
				#consultores {
				   width: 267px;
				   float: left;
				   padding-top: 10px;
				}
				#noticias  {
				    width: 190px;
					_width: 185px;
					float: right;
					padding-top: 10px;
				}
				#linhaVerde {
				    width: 1px;
					height: 250px;
					float: left;
					background-image: url(../imagens/barra_verde.jpg);
					background-repeat: no-repeat;
					margin-right: 15px;
				}
				
				#clientesLocalizacao {
				    width: 757px;
					margin-bottom: 10px;
				}
				    #clientesLinks {
					    width: 500px;
						float: left;
					}
					    #clientes {
						    width: 245px;
							float:left;
						}
						#links {
						    width: 245px;
							float: right;
						}
						
					#localizacao {
					    width: 215px;
						float:right;
					}
					
				#rodape {
					background-color: #376A01;
					text-align: center;
					width: 737px;
					padding: 10px;
					color: #FFF;
				}
				
			#assinatura {
			     width: 767px;
				 padding-top: 5px;
				 color: #FFFFFF;
				 text-align: right;
			}
			    #criacao {
				    width: 120px;
					float: right;
				}
				#parceria {
				    width: 120px;
					float: right;
					margin-right: 10px;
				}
				
	

.data {
    color: #376A01;
	font-style: italic;
	font-size: 10px;
	margin-bottom: 5px;
}

.linkVerde {
    color: #376A00;
	text-decoration: none;
}

.linkVerde:link {
    color: #376A00;
	text-decoration: none;
}

.linkVerde:hover {
    color: #000000;
	text-decoration: none;
}

a {
    color: #000;
	text-decoration: none;
}

a:link {
    color: #000;
	text-decoration: none;
}

a:hover {
    color: #000000;
	text-decoration: underline;
}

.clienteFutebol {
    background-image: url(../imagens/fundo_cliente_futebol.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.clienteOutro {
    background-image: url(../imagens/fundo_cliente_outro.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

img{
 behavior: url(iepngfix.htc);
 border: 0px;
}

input, textarea {
	border: 1px solid #000;
	background-color: #A9E231;
	padding: 5px;
}