/* CONFIGURAÇÕES GERAIS */

html, body {
	color: #000000;
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
	padding: 0;
	text-align: center;
	}

body {
	line-height: 1;
	}

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

ol, ul {
	list-style: none;
	}

img {
	border: 0;
	}

div{
	position: relative;
	}

h1{
	background: url("../imagens/fundo-h1.jpg") repeat-x;
	border: 1px solid #6699cc;
	color: #003399;
	font-size: 1.5em;
	line-height: 35px;
	padding: 0 10px;
	}

h2{
	color: #006699;
	font-size: 1.5em;
	line-height: 40px;
	}

h3{
	color: #fff;
	font-size: 1.4em;
	line-height: 40px;
	margin-left: 30px;
	}

h4{
	color: #3366cc;
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0;
	}
 
#geral{
	border: 1px solid #fff;
	margin: 10px auto;
	text-align: left;  
	width: 770px;
	} 
 
/* TOPO */ 
#topo{
	height: 120px;
	position: relative;
	width: 770px;
	z-index: 1;
	}

/* MENU SUPERIOR */ 
#menu-superior{
	background: url("../imagens/fundo-menu-superior.jpg") repeat-x;
	height: 40px;
	position: relative;
	width: 770px;
	z-index: 998;
	}

/* SLIDE */ 
#slide{
	height: 180px;
	position: relative;
	width: 770px;
	}

/* CENTRO */ 
#centro{
	background-color: #fff;
	position: relative;
	width: 770px;
	}

/* ESQUERDA */ 
#esquerda{
	float: left; 
	position: relative;
	width: 240px; 
	}
 
/* CONTEÚDO */ 
#conteudo{
	display: inline; 
	float: right; 
	padding: 10px;
	position: relative; 
	width: 510px; 
	}

/* TEXTO */ 
#texto{  
	background-color: #fff;
	padding: 10px;
	position: relative; 
	}

#texto p{  
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 0;
	}

#texto ul{
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: inside;
	margin: 10px;
	text-align: left;
	}

#texto ul li{
	margin-bottom: 5px;
	margin-left: 10px;
	}

/* RODAPÉ */ 
#rodape{
	background: url("../imagens/fundo-rodape.jpg") repeat-x; 
	clear: both;
	height: 120px;
	width: 100%;
	}

#rodape-menu{
	height: 50px;
	width: 100%;
	}


#rodape-menu ul.menu-inferior{
	line-height: 50px;
	margin-left: 30px;
	position: relative;
	text-align: center;

	}

#rodape-menu ul.menu-inferior li{
	color: #000;
	float: left;
	}

#rodape-menu ul.menu-inferior li a{
	color: #fff;
	font-size: 1.2em;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	}

#rodape-menu ul.menu-inferior li a:hover{
	color: #00ffff;
	}

#rodape-texto{
	color: #fff;
	font-size: 1.2em;
	height: 70px;
	line-height: 1.5em;
	text-align: center;
	width: 100%;
	}

#map{
	border: 1px solid #000;
	height: 500px;
	margin-top: 10px;
	width: 490px;
	}

#map p{
	font-size: 1.2em;
	line-height: 1.4em;
	}

/* LINKS */
.link-preto:link, .link-preto:visited, .link-preto:hover, .link-preto:active {
	color:#000;
	text-decoration: none;
	}

.link-preto:hover {
	text-decoration: underline;
	}


.link:link, .link:visited, .link:hover, .link:active {
	color:#0000ff;
	text-decoration: none;
	}

.link:hover {
	text-decoration: underline;
	}
 
.cor01{
	color: #33ccff;
	}

.cor02{
	color: #000; /* preto */
	}

.alinhar-direita{
	text-align: right;
	}

.centralizar{
	text-align: center;
	}

 /* FIX */
.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
	}
 
.clearfix{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	}

.clearfix{
	display: block;
	}
/* End hide from IE-mac */  


 
/*printer styles*/ 
@media print{ 
	/* Esconde a coluna direita quando imprimir */ 
	#esquerda{
		display: none;
		}

	#conteudo{
		width: 100%;
		float: none;
		}
}