@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, 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: #EAEAEA;
	background-image: url(../imagens/fundo_site.jpg);
	background-repeat: repeat-x;
    text-align: center; /* IE */
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

    #website {
	padding: 0px;
	width: 777px;
	text-align: left;
	margin:auto;
    }
		#topo {
			width: 777px;
			height: 346px;
		}
		#restante {
		   padding: 5px;
		   width: 767px;
		   background-color: #FFFFFF;
		   margin-bottom: 10px;
		}
		    #areaRestrita {
				width: 767px;
				height: 202px;
				margin-bottom: 15px;
				text-align: center;
			}
			#forteCruz {
			    width: 767px;
				margin-bottom: 15px
			}
			
			#forteCruzPI {
			    width: 767px;
				height: 202px;
				margin-bottom: 15px
			}
			
			#notciaOutros {
			    width: 767p;
				margin-bottom: 15px;
			}
			   #noticia {
			       width: 213px;
				   float: left;
				   background-image: url(../imagens/fundo_noticia.jpg);
				   background-repeat: repeat-x;
				   background-position: 0 35px;
			   }
			       #linhaNoticia {
				       margin-right: 5px;
					   margin-left: 5px;
				       width: 203px;
					   margin-bottom: 20px;
				   }
				       #data {
					       width: 55px;
						   padding-top: 20px;
						   height: 35px;
						   float: left;
						   color: #FFFFFF;
						   background-image:url(../imagens/data_noticia.gif);
					   }
					   #tituloNoticia {
					       width: 140px;
						   float: right;
					   }
		        #solicitacaoOutros {
				    width: 540px;
					float: right;
					padding-top: 10px;
				}
				    #solicitacao {
					    width: 540px;
						margin-bottom: 20px;
					}
					#cotacao {
					    width: 227px;
						padding-left: 100px;
						float: left;
						background-image: url(../imagens/fundo_cotacao.jpg);
						background-repeat: no-repeat;
					}
					#parceiros {
					   width: 186px;
					   float: right;
					}			   
		#rodape {
			width: 767px;
			height: 54px;
			padding-top: 10px;
			background-image: url(../imagens/fundo_rodape.jpg);
			background-repeat: repeat-x;
			text-align:center;
		}
		
		#assinatura {
		    width: 777px;
			text-align: right;
		}


.linkAmarelo {
    color: #D8B200;
	text-decoration: none;
}
.linkAmarelo:link {
    color: #D8B200;
	text-decoration: none;
}
.linkAmarelo:hover {
    color: #C50600;
	text-decoration: none;
}


.linkVermelho {
    color: #C50600;
	text-decoration: none;
}
.linkVermelho:link {
    color: #C50600;
	text-decoration: none;
}
.linkVermelho:hover {
    color: #C50600;
	text-decoration: underline;
}

img{
 behavior: url(iepngfix.htc);
}
input, select, textarea {
    background-color: #293A41;
	padding: 5px;
	color: #FFD500;
	border: 1px solid  #CCC;
	margin-bottom: 15px;
	margin-top: 5px;
}

.azul {
    color: #2B3C43;	
}

