@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            */


/**

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 5px solid #573F88;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

**/


/** Configurações gerais **/
body, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address { margin: 0px; padding: 0px; }
img { border: 0px; }
h1 {
    color: #D73400;
}
body {
    background: #FFFFFF;
	background-image: url(../imagens/fundo_site.jpg);
	background-repeat: repeat-x;
    text-align: center; /* IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#fundo {
    width: 100%;
	background-image: url(../imagens/fundo_topo.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 158px;
}
#conteudoSite {
    padding: 0px;
	margin: 0px auto;
	width: 992px;
	background-color:#F9F9F9;
	text-align: left;
}
    #topoConteudoSite {
	    width: 992px;
		height: 29px;
		background-image: url(../imagens/fundo-topo-conteudo-site.png);
	}
	
	#rodapeConteudoSite {
	    width: 992px;
		height: 29px;
		background-image: url(../imagens/fundo-rodape-conteudo-site.jpg);
		margin: 0px 0px 20px 0px;
	}
	
	#conteudo {
	    width: 992px;
		background-image: url(../imagens/fundo_conteudo.png);
		background-repeat: repeat-y;
		margin-bottom: 0px;
	}
	    #espacamento {
		    margin-left: 19px;
			margin-right: 19px;
			margin-bottom: 0px;
			background-color: #FFFFFF;
		}
		    #banner {
			    width: 944px;
				padding: 5px;
				background-color: #573F88;
				margin-bottom: 10px;
			}
			#esquerdoDireito {
			    width: 954px;
			}
			    #esquerdo {
				    width: 244px;
					float: left;
					background-image: url(../imagens/fundo_esquerdo.jpg);
					background-repeat: repeat-x;
				}
				    #espacamentoEsquerdo {
					    padding: 5px;
					}
				#fileteEsquerdo {
				    width: 8px;
					float: left;
					background-image: url(../imagens/barra_esquerda.png);
				}
				#direito {
				    width: 696px;
					float:right;
					padding-right: 2px;
				}
				    #aEscola {
					    width: 664px;
						height: 230px;
						background-image: url(../imagens/fundo_noticia_destaque.jpg);
						background-repeat: no-repeat;
						padding-top: 32px;
						padding-left: 15px;
						padding-right: 15px;
						margin-bottom: 20px;
					}
					
					#noticiasCalendario {
					    width: 684px;
						padding: 5px;
						margin-bottom: 20px;
					}
					    #noticias {
						    width: 390px;
							float: left;
						}
						#calendario {
						    width: 260px;
							float:right;
						}
					
					#galeriaAniversariante {
					    width: 684px;
						padding: 5px;
					}
					    #galeria {
						    width: 390px;
							float: left;
						}
						#aniversariantes {
						    width: 270px;
							padding-top: 36px;
							height: 130px;
							background-image: url(../imagens/fundo_aniversariantes.jpg);
							background-repeat: no-repeat;
							float:right;
						}


#assinatura {
	width: 982px;
	text-align: right;
	margin-right: 10px
}
    #assinaturaEsquerda {
	    width: 45%;
		float: left;	
		text-align: left;
	}
	#assinaturaDireita {
	    width: 45%;
		float: right;	
	}

.img { 
	margin-right: 4px;
	margin-bottom: 10px;
}

.detaqueMenu {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 10px;
   color:#D73400;
}   

.detaqueNoticia {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 10px;
   color:#246B47;
}
.linkDestaqueRocho {
    border-left: 5px #573F88 solid;
	height: 15px;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 5px;
}


.linkDestaqueAmarelo {
    border-left: 2px #FFCC00 solid;
	height: 15px;
	color: #000000;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
	text-decoration: none;
}

.linkDestaqueAmarelo:link {
    border-left: 2px #FFCC00 solid;
	height: 15px;
	color: #000000;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
	text-decoration: none;
}

.linkDestaqueAmarelo:hover {
    border-left: 10px #FFCC00 solid;
	height: 15px;
	color: #000000;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
	text-decoration: none;
}

#linkDestaqueLaranja {
    border-left: 2px #FF6600 solid;
	color: #000000;
	padding: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}


.laranja {
	color: #FF6600;
	font-weight:bold;
}

.link {
     text-decoration: none;
	 padding-left: 10px;
}

a {
    text-decoration: none;
	color:#000000;
}

a:link {
    text-decoration: none;
	color:#000000;
}
a:hover {
    text-decoration: underline;
	color:#000000;
}

input, select, textarea {
    border: 1px solid #000000;
	background-color: #D73400;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}



#areaRestrita {
	width: 954px;
	height: 155px;
	padding-top: 50px;
	background-image: url(../imagens/area_restrita.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-align: center;
}



#divpng{
                 width: 420px;
                 height: 300px;
                 background-image: url(degrade1.png); /* Essa linha é para os browsers que entendem PNG direito */
                 _background-image: none; /* Essa é pra o IEca 6, pra ele não ler o PNG padrão */
                 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='degrade1.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IEca ler o PNG */
         }







