@charset "iso-8859-1";

/* layout.css */

body

	{
	
		margin: 0px;
		background: #D6F2C1;
	
	
	}
	
#INDEX_MAIN

	{
	
		position: relative;
		top: 0px;
		left: 50%;
		float: left;
		margin-left: -475px;
		width: 950px;
		height: auto;
		min-height: 690px;
		background: url("../layout/bodybgFlat.png") no-repeat;
	
	
	}
	
#LOGO

	{
	
		position: relative;
		top: 200px;
		left: 0px;
		float: left;
		width: 381px;
		height: 246px;
		
	
	}
	
#INDEX_PICs

	{
	
		position: relative;
		top: 5px;
		right: 0px;
		float: right;
		width: 435px;
		height: 530px;
		
			
	
	}
	
#foot1_wrapper

	{
	
		position: relative;
		top: 10px;
		float: left;
		left: 0px;
		text-align: right;
		width: 100%;
		height: 50px;
		
	
	
	}
	
#rights

	{
	
		position: relative;
		top: 80px;
		left: 0px;
		float: left;
		width: 460px;
		height: 70px;
		text-align: right;
		color: #999;
		font-size: 10pt;
		font-family: arial;
		
	
	
	}
	
#nav

	{
	
		position: relative;
		top: 15px;
		right: 0px;
		float: right;
		text-align: center;
		width: 435px;
		height: 50px;
		color: #333;
		font-size: 12pt;
		font-family: arial;
		
	
	
	}
	
#nav a

	{
	
		color: #333;
		font-size: 12pt;
		font-family: arial;
		text-decoration: none;
	
	
	}
	
#nav a:hover

	{
	
		color: green;
		text-decoration: underline;
		
	
	
	}
	
#INDEX_EXPLAIN

	{
	
		position: relative;
		top: 10px;
		right: 2.5px;
		float: right;
		width: 425px;
		height: 85px;
		background: url("../layout/indexExplain.png") no-repeat;
		padding-top: 5px;
		padding-left: 1px;
		color: #fff;
		font-size: 10pt;
		font-family: arial;
		text-align: center;
	
	
	
	}
	

	
/* ############################################################### PÁGINAS INTERNAS ############################################################################ */

#sidebarLeft

	{
	
		position: relative;
		top: 30px;
		left: 0px;
		float: left;
		width: 200px;
		height: auto;
		min-height: 300px;
			
	
	}
	
#logoInterna

	{
	
		position: relative;
		top: 0px;
		left: 0px;
		float: left;
		width: 100%;
		height: 100px;
		padding-bottom: 10px;
	
	}
	
#navInterna

	{
	
		position: relative;
		top: 45px;
		right: 15px;
		float: right;
		width: 730px;
		height: 50px;	
		text-align: right;
		color: #333;
		font-size: 10pt;
		font-family: arial;
	
	}
	
	
#navInterna a

	{
	
		color: #333;
		font-size: 12pt;
		font-family: arial;
		text-decoration: none;
	
	
	}
	
#navInterna a:hover

	{
	
		color: green;
		text-decoration: underline;
		
		
	}
	
#CONTENT

	{
	
		position: relative;
		top: 20px;
		right: 0px;
		float: right;
		width: 700px;
		height: auto;
		min-height: 650px;
		background: url("../layout/internaDiv.png") no-repeat;
		padding-top: 30px;
		font-size: 10pt;
		font-family: arial;
		color: #999;
		padding-left: 15px;
		padding-right: 20px;
			
	
	}
	
/* ###################################################### VALIDACAO AJAX ################################################################ */

#campo_status

	{
	
		position: absolute;
		top: 300px;
		left: 50%;
		margin-left: -50px;
		float: left;
		width: 105px;
		height: 45px;
		color: #333;
		font-size: 10pt;
		font-family: arial;
		display: none;
		background: url("../layout/sendFormFlat.png") no-repeat;
		padding-top: 10px;
		padding-left: 10px;
	
	
	}
	
#campo_erros

	{
	
		display: none;
	
	}
	
#campo_mostraErros

	{
	
		display: none;
	
	}
	
/* ######################################################## FOTOS ################################################################# */

#galeria

	{
	
		position: relative;
		top: 10px;
		left: 0px;
		float: left;
		width: 700px;
		height: auto;
		min-height: 300px;
		
		
	
	
	}
	
/* ################################################## FOTOS ########################################################################################### */

#gallery_agregador

	{
	
		position: relative;
		top: 0px;
		left: 0px;
		float: left;
		width: 100%;
		height: auto;
		min-height: 300px;
	/*	display: none; */
	
	
	}

#gallery_conteiner

	{
	
		position: relative;
		top: 10px;
		left: 0px;
		float: left;
		width: 120px;
		height: 120px;
		background: #fff;
		border: #ccc solid 2px;
		padding: 5px;
		
	

	}
	
#gallery_title

	{
	
	
		position: relative;
		padding: 0px;
		top: 0px;
		left: 0px;
		float: left;
		width: 100%;
		height: 20px;
		background: #eee;
		text-align: center;
	
	}
	
#button_voltar

	{
	
		position: relative;
		top: 30px;
		left: 0px;
		width: 100%;
		height: 50px;
		float: left;
		
	
	
	
	}
	
img

	{
	
		border: 0px;
	
	}