﻿

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
}

body {
	background: #8db727 url(../img/site_bg.jpg) center 0 repeat;
	text-align: center; /* Força o IE a centralizar a página, porém centraliza todo o texto */
	font: normal 1.0em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #F00;
}
/*
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline; 
color: #F00;
}
a:active {text-decoration: none}
*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	TABELAS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table {
	border: 1px solid #CCC;
	width: 100%;
}

table tr {
	font: normal 0.75em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

table tr td {
	text-align: center;
	border: 1px solid #CCC;
}

table tr th {
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCC;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	BANNER MEC
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#banner-top {
	background: #FC0;
	border-bottom: 3px solid #963;
	margin-bottom: 4px;
	height: 22px; /* 25px */
}

#banner-mec {
	width: 750px;
	height: 20px;
	margin: auto;
}

#mec {
	background: url(../img/mec.gif) no-repeat;
	width: 162px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	display: block;
}

#brasil {
	background: url(../img/brasil.gif) no-repeat;
	width: 74px;
	text-indent: -9999px;
	height: 22px;
	overflow: hidden;
	float: right;
	display: block;
}

#destaques {
	float: right;
	height: 18px;
	margin: 1px 30px 0 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	GERAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#geral {
	width: 772px;
	margin: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	TOPO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#topo {
	background: url(../img/topo_ifba.jpg) no-repeat;
	width: 772px;
	height: 111px;
}

		/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
			LOGO
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
		
		#topo h1 a {
			background: url(../img/logo_ifba.jpg) no-repeat;
/*			width: 196px; 
			height: 66px; */
			width: 245px; /* 196px */
			height: 101px; /* 66px */			
			
			
		/*	margin: 28px 0 2px 30px;*/
			margin: 10px 0 2px 10px;			
			text-indent: -9999px;
			overflow: hidden;
			float: left;
			display: inline;
		}
		
		/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
			HORÁRIO
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
		
/*		#topo span {
			width: 456px; 
			height: 15px; 
			margin: 96px 20px 0 0;
			float: right;
			text-align: right;
			font: italic 0.70em normal Verdana, Tahoma, Arial, Helvetica, sans-serif;
			color: #FFF;
		}
*/ 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	MENU
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#menu {
	background: url(../img/menu.jpg) no-repeat;
	width: 772px; /* 772px */
	height: 22px; /* 25px */
	padding: 3px 0 0 15px;
	text-align: left;
}

#menu ul li a {
	font: 0.80em normal Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 1px;
	height: 22px;
	border-right: 1px solid #AAA;
	padding: 0 15px;
	float: left;
}

#menu .ultimo-link { border-right: 0; }
#menu ul li {	display: inline; }
#menu ul li a:hover {
/*	color: #06C;*/
	color: #8db727;
	height: 20px;
/*	border-bottom: 2px solid #69F;*/
	border-bottom: 2px solid #8db727;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	CONTEÚDO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#conteudo {
	background: #FFF url(../img/conteudo_bg.jpg) repeat-y;
	width: 772px;
	display: inline; /* Corrige bug de margem dobrada no IE6 ao usar float */
	float: left;
}

		/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
			CONTEÚDO PRINCIPAL
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
		#conteudo-principal {
			text-align: justify;
			width: 577px; /* 608px */
			margin: 5px 10px 10px 21px;
			display: inline; /* Corrige bug de margem dobrada no IE6 ao usar float */
			float: left;
		}
		
		#conteudo-principal h2, #conteudo-principal h3 {
			font: bold 0.80em normal Verdana, Tahoma, Arial, Helvetica, sans-serif;
			color: #047;
			/*color: #3b3b3b;*/
			text-transform: uppercase;
		/*	text-decoration: underline;*/
			text-decoration: none;
			letter-spacing: 1px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		#conteudo-principal h3 {
			text-transform: none;
			text-decoration: none;
			text-indent: 10px;
		}
		
		#conteudo-principal p, #conteudo-principal dl dd, #conteudo-principal ul li, #conteudo-principal ol li {
			font: normal 0.80em normal Verdana, Tahoma, Arial, Helvetica, sans-serif;
			line-height: 150%;
			text-indent: 25px;
			padding-bottom: 5px;
		}
		
		#conteudo-principal dl dt, #conteudo-principal #contato label {
			font: bold 0.80em normal Verdana, Tahoma, Arial, Helvetica, sans-serif;
			color: #069;
			line-height: 150%;
			text-indent: 20px;
		}
		
		#conteudo-principal dl dd {
			padding-left: 30px;
			text-indent: 0px;
		}
		
		#conteudo-principal ol li {
			list-style: upper-roman inside none;
		}
		
		#conteudo-principal #contato label {
			text-align: right;
			display: inline-block;
			vertical-align: top;
			width: 95px;
			margin-bottom: 10px;
			float: left;
			clear: left;
		}
		
		#conteudo-principal #contato select, #conteudo-principal #contato .texto {
			font: normal 0.80em normal Verdana, Tahoma, Arial, Helvetica, sans-serif;
		/*	background: #F4F8FB;*/
			background: #e0fbd1;
		/*	color: #369;*/
			color: #3b3b3b;
			width: 200px;
			height: 19px;
		/*	border: 1px solid #B4CDE7;*/
			border: 1px solid #7bd749;
			padding-left: 5px;
			margin: 0 0 10px 5px;
		}
		
		#conteudo-principal #contato .texto {
			width: 350px;
		}
		
		#conteudo-principal #contato textarea {
			font: normal 0.80em normal Verdana, Tahoma, Arial, Helvetica, sans-serif;
		/*	color: #369;*/
			color: #3b3b3b;
		/*	background: #F4F8FB;*/
			background: #e0fbd1;
			width: 450px;
			height: 100px;
		/*	border: 1px solid #B4CDE7;*/
			border: 1px solid #7bd749;
			margin: 0 0 10px 5px;
		}
		
		#conteudo-principal #contato .submit {
			font: bold 0.80em normal Verdana, Tahoma, Arial, Helvetica, sans-serif;
		/*	color: #369;*/
			color: #68a646;
		/*	background: #E0EBF5;*/
			background: #e0fbd1;
			width: 80px;
			height: 25px;
			border-top: 2px solid #ECF2F9;
			border-right: 2px solid #D9E7F2;
			border-bottom: 2px solid #D9E7F2;
			border-left: 2px solid #ECF2F9;
			cursor: pointer;
			float: right;
			margin-top: 10px;
			clear: both;
		}
		
		#conteudo-principal #contato input:hover,
		#conteudo-principal #contato select:hover,
		#conteudo-principal #contato textarea:hover,
		#conteudo-principal #contato input:focus,
		#conteudo-principal #contato select:focus,
		#conteudo-principal #contato textarea:focus { 
		/*	background: #F9FBFD; */
			background: #e0fbd1;
		}
		
				/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					NOTÍCIAS
				~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
				#noticia-principal, .noticia-esquerda, .noticia-direita {
					margin-top: 10px;
					padding: 0 10px 10px;
					text-align: justify;
				}
				
				#conteudo-principal .noticias h2 {
				/*	font: bold 0.83em normal Tahoma, times new roman, sans-serif;*/
				/*		font: bold 0.70em normal Verdana, Tahoma, times new roman, sans-serif;*/
					font: 0.70em normal Verdana, Tahoma, times new roman, sans-serif;
					color: #047;
					text-indent: 10px;
					text-transform: none;
					text-decoration: 5px;
					letter-spacing: 1px;
				    padding: 6px 0px 6px 0px; /*retira o recuo*/
				
				}
				#conteudo-principal .noticias h5  {
				/*	font: bold 1.90em normal normal Tahoma, times new roman, arial black sans-serif;*/
					font: bold 1.90em normal Verdana, Tahoma, times new roman, arial black sans-serif;
					text-indent: 6px;
					text-transform: 5px;
					text-decoration: 10px;
					letter-spacing: 1px;
				    padding: 6px 0px 10px 0px; 
				    padding-left:5px; /* espaçamento entre a   barrinha e o texto do link */
                                                                                                                                       
				
					
				}
				
				#conteudo-principal .noticias h2 a {
				/*	color: #047; ***************************************************************/
					color: #3b3b3b;
				}
				
				#conteudo-principal .noticias h2 a:hover {
				/*	color: #04F; ***************************************************************/
					color: #8db727;
				}
				
				#conteudo-principal h2 {
				/*	color: #047; ***************************************************************/
					color: #3b3b3b;
				}
				
				/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					NOTÍCIA PRINCIPAL
				~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
				#noticia-principal {
					width: 560px; /* 280px */
					border-bottom: 1px solid #CCC;
				}
				
				/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					NOTÍCIA ESQUERDA
				~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
				.noticia-esquerda {
					width: 270px; /* 280px */
					border-right: 1px solid #CCC;
				/*	border-right: 1px solid #8db727;*/
					float: left;
				}
				
				
				/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					NOTÍCIA DIREITA
				~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
				.noticia-direita {
					width: 265px; /* 280px */
					float: right;
				}
				
				/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					PÁGINAS INTERNAS
				~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
				#paginas-internas {
					margin: 15px 10px 10px 10px;
				}
				
				#paginas-internas h2{
					color: #3b3b3b;
				}
				
				#paginas-internas #contato label {
					color: #3b3b3b;
				}
				
				#paginas-internas #contato select{
					color: #3b3b3b;
				}
				
				/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					GALERIA
				~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
				.galeria {
					margin-left: 15px;
					text-align: left;
				}
				
				/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					FOTO
				~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
				.foto {
					cursor: pointer;
				}
				
		/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
			CONTEÚDO SECUNDÁRIO
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
		#conteudo-secundario {
			font: normal 0.75em normal Verdana, Tahoma, Arial, Helvetica, sans-serif;
			color: #FFF;
			line-height: 170%;
			text-align: left;
			width: 130px; /* 133px 164px */
			margin: 10px 21px 10px 10px;
			display: inline; /* Corrige bug de margem dobrada no IE6 ao usar float */
			float: right;
		}
		
		#conteudo-secundario span {
			line-height: 250%;
			font-weight: bold;
		}
		
		#conteudo-secundario hr {
			border-top: thin solid #DEF;
			width: 95px;
			margin-top: 20px;
			margin-bottom: 20px;
			margin-left: 20px;
		}
		
		#conteudo-secundario #email {
			text-align: right;
		}
		
		#conteudo-secundario #email .input-text {
			width: 85px;
		/*	background: #C6E3F2;*/
			background: #FFFFFF;
			border-right: thin solid #EEF;
			border-bottom: thin solid #EEF; /* #80BFFF */
		}
		#conteudo-secundario #email .input-text:hover, #conteudo-secundario #email .input-text:focus { 
	 /*	 background: #DCEEF8; */
		 background: #FFFFFF;
		}
		
		#conteudo-secundario #email .input-submit {
			width: 30px;
			border-left: thin solid #CCC;
			border-top: thin solid #CCC;
			border-right: thin solid #999;
			border-bottom: thin solid #999;
			margin-top: 5px;
			cursor: pointer;
		}
		
		#conteudo-secundario ul li {
			font-weight: normal;
			text-align: left;
			text-indent: 5px;
		}
		
		#conteudo-secundario a {
			color: #FFF;
		}
		
		#conteudo-secundario a:hover {
			text-decoration: underline;
		}
		
		#conteudo-secundario #publicidade {
			text-align: center;
			line-height: 250%;
		}

		#end_ifba {
			text-align: left;
			font-family: Verdana, Geneva, sans-serif;
			font-size:10px;
			line-height:135%;
		}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	RODAPÉ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#rodape address {
	font: normal 0.70em normal Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	background: url(../img/rodape.jpg) no-repeat;
	width: 750px; /* 772px */
	padding: 20px 11px 20px 11px;
	clear: both;
}


