@charset "utf-8";
/* CSS Document */

/*LINKS*/
A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active {text-decoration:none}
A:hover {text-decoration:none}
a img {
border-width:0;
}

ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
	}

/*BACKGROUND*/
body {
background-image:url(../images/bg2.gif);
background-repeat:repeat-x;
}

/*LOGOMARCA*/
#logo {
position:absolute;
margin-left:110px;
margin-top:30px;
list-style-type: none;
}

/* IMAGEM DE FUNDO*/
#img_fundo {
	background-image:url(../images/site2.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:760px;
	margin: 0 auto;
	margin-top:-10px;
}

/*#####################*/
/*POSIÇÃO DOS BOTÕES*/
#botoes{
	position:absolute;
	width:410px;
	margin-top:50px;
	margin-left:509px;
	
	}

#botoes ul {
	padding:0px;
	margin-top:10px;
	margin-left:1px;
	list-style:none;
	
	
}

#botoes ul li { display: inline; }

#botoes ul li a {
	float:left;
	margin-left:4px;
	margin-right:4px;
	height:50px;
	margin-top:10px;
	
}

#botoes ul li a:hover {
	margin-top:15px;

}
/*FIM POSIÇÃO DOS BOTÕES*/
/*#####################*/


/*POSIÇÃO TÍTULO DO QUADRO DE TEXTO*/
#texto_titulo_inicial {
	position:absolute;
	width:530px;
	margin-left:245px;
	padding-right:10px;
	margin-top:270px;

}



/*FORMATAÇÃO TÍTULO DO QUADRO DE TEXTO*/
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#009900;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-align:center;
	color:#009900;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-align:left;
	color:#009900;
}

#frase {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-style:italic;
}

/*FORMATAÇÃO LINK VER FOTOS*/
#ver_port {
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:700;
	margin-top:-12px;
	margin-left:1px;
	color:#009900;
}

#ver_port:hover {
	color:#333333;
	text-decoration:underline;
}

/*POSIÇÃO TEXTO DO QUADRO DE TEXTO*/
#texto_inicial {
	position:absolute;
	width:530px;
	height:375px;
	margin-left:245px;
	margin-top:305px;
	padding-right:10px;
	overflow:auto;
}

/*FORMATAÇÃO TÍTULO DO QUADRO DE TEXTO*/
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}

#center {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;	
}

/*RODAPÉ DO SITE*/
#rodape {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:10px;
	}
