@import url("nifty.css");
@import url("moord.css");

body {
	margin: 0;
	padding: 0;
	background:#4B6AD6 url("../img/water_edge.jpg") top left repeat-x fixed;
	text-align: center;
}

#base{
	width: 800px;
	height: 595px;
	text-align: center;
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

#tubarao_martelo{
	display: block;
	/*background: url('../img/martelo.png') no-repeat center center;*/
	position:absolute;
	left:10px;
	top:250px;
	width: 250px;
	height: 100px;
	z-index:30;
	_background:none!important;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/martelo.png');*/
}

#tubarao_raposa{
	display: block;
	/*background: url('../img/raposa.png') no-repeat center center;*/
	position:absolute;
	right: 0px;
	top:150px;
	width: 250px;
	height: 110px;
	z-index:30;
	_background:none!important;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/raposa.png');*/
}

#tubarao_azul{
	display: block;
	/*background: url('../img/azul.png') no-repeat center center;*/
	position:absolute;
	right: 500px;
	top: 10px;
	width: 290px;
	height: 100px;
	z-index:50;
	_background:none!important;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/azul.png');*/
}

#home a{
	float: left;
	background: #FFFFFF url('../img/home.png') no-repeat center center;
	width: 25px;
	height: 25px;
	margin-top: 55px;
}

#home a:hover{
	background: #FFFFFF url('../img/home_laranja.png') no-repeat center center;
}

#email a{
	float: left;
	background: #FFFFFF url('../img/email.png') no-repeat center center;
	width: 25px;
	height: 25px;
	margin-top: 55px;
}

#email a:hover{
	background: #FFFFFF url('../img/email_laranja.png') no-repeat center center;
}

#banner_index{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_index.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
}

#banner_apresentacao{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_apresentacao.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
}

#banner_historico{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_historico.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
}

#banner_organizacao{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_organizacao.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
}

#banner_programacao{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_programacao.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
}

#banner_inscricao{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_inscricao.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
}

#banner_trabalhos{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_trabalhos.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
}

#banner_local{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_local.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
}

#banner_patrocinio{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_patrocinio.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
}

#banner_hospedagem{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_hospedagem.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
}

#banner_feira{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_feira.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
}


#banner_contato{
	text-align: left;
	background: #FFFFFF url('../img/banner/fundo_contato.png') no-repeat center center;
	padding: 5px;
	width: 800px;
	height: 319px;
} 
 
#foto {  
    border:  1px solid #CCCCCC;  
	width: 170px;
	height: 165spx;
	margin-right: 50px;
} 

#caixa{
	float: right;
	width: 183px;
	height: 211px;
	padding-top: 148px;
}

#menu a{
	color: #FFFFFF;
	font: 12px arial;
	text-decoration: none;
	margin-top: 120px;
	font-weight: bold;
}

#menu a:hover{
  color: #EC8107;
}

#destaque{
	float: left;
	width: 187px;
	height: 240px;
	background-color: #E9E9E9;
	font: 11px arial;
	margin-left: 5px;
	text-align: center;
	padding-top: 5px;
}

#chamadas{
	float: left;
	width: 200px;
	height: 240px;
	margin-left: 10px;
}

#azul{
	font: 14px arial;
	color: #193783;
	font-weight: bold;
}

#quadro{
	width: 200px;
	height: 80px;
	font: 11px arial;
	border-style: dashed;
	border-width: 1px;
	margin-top: 13px;
	padding: 5px;
	text-align: justify;
}

#laranja{
	font: 14px arial;
	color: #F48000;
	font-weight: bold;
}

#texto_laranja{
	color: #F48000;
}

#texto_azul{
	color: #193783;
}

#link_laranja a{
	color: #F48000;
	text-decoration: none;
	font-weight: bold;
}

#link_laranja a:hover{
	text-decoration: underline;
}

#link_laranja_claro a{
	color: #DF3E00;
	text-decoration: none;
	font-weight: bold;
}

#link_laranja_claro a:hover{
	text-decoration: underline;
}

#texto_recuo{
	margin-left: 30px;
}

#selo a{
	float: left;
	width: 170px;
	height: 240px;
	background: url('../img/selo_verde.png') no-repeat center center;
}

#selo a:hover{
	float: left;
	width: 170px;
	height: 240px;
	background: url('../img/selo_laranja.png') no-repeat center center;
}

#new{
	display: block;
	float: left;
	width: 188px;
	height: 240px;
	margin-left: 0px;
	padding: 5px;
	font: 11px arial;
	background: url('../img/news.png') no-repeat center center;
}

#texto{
	font: 12px arial;
	text-align: justify;
	padding: 10px;
	width: 795px;
}

#tabela_laranja{
	font: 10px arial, helvetica, serif;
	border: 1px solid #017596;
}

#tabela_azul{
	font: 10px arial, helvetica, serif;
	border: 1px solid #2754CB;
}

#separador_laranja{
	border-left: 1px solid #017596;
}

#linha_tabela_laranja{
	background-color: #10A4DC;
	border: 1px solid #017596;
}

#linha_tabela_azul{
	background-color: #B6C6F1;
	border: 1px solid #193783;
}

#titulo{
	font: bold 20px arial, helvetica, serif;
	color: #152E6C;
	background: url('../img/titulo.png') no-repeat left center;
	border: 2px solid #E9E9E9;
	width: 780px;
	height: 35px;
	padding: 5px;
}

#barra_logos{
	display: table;
	width: 775px;
	height: 60px;	
	padding-top: 5px;
	font: 11px arial;
	text-align: center;
	color: #B0B0D0;
}

#caixa_logo_organizacao{
	width: 280px;
	height: 60px;
}

#caixa_logo_apoio{
	margin-left: 70px;
	width: 100px;
	height: 60px;
}

#caixa_logo_realizacao{
	margin-left: 70px;
	width: 100px;
	height: 60px;
}

#patrocinio{
	border: 1px solid #D6D6D5;
}

#logo{
	height: 45px;
}

#copyright{
  display: block;
  color: #FFFFFF;
  width: 800px;
  height: 15px;
  font: 10px arial;
  text-align: justify;
}