@charset "utf-8";
/* CSS Document */

/*Para o CHROME pôr as LAYERS como alinhadas*/
* {
margin: 0px;
padding: 0px;
background-image:#000000 url(../../ima/bktop.jpg);
}

/*DIVs*/

body {
	margin:0;
	text-align: center;
	background:#e0e5e7 url(../../ima/bk.jpg);
	background-repeat:repeat-x;
	background-position: 0px 70px;
	
	/*font-family:arial;	
	font-size:12px;*/
	}
#contact {
	width:357px;
	height:400px;
	margin-left:0px;
	margin-top:45px;
	float:left;
	text-align:center;
	}
#content {
	width:1001px;
	left:0px;
	float:left;
	background-color:#FFFFFF;
	}
#container {
		width: 1019px;
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		}
#footer {
	width:1001px;
	height:36px;
	background-image:url(../../ima/bkfooter.jpg);
	margin-left:0px;
	top:0px;
	float:left;
	}
#footermenu {
	width:350px;
	height:20px;
	margin-left:25px;
	margin-top:15px;
	float:left;
	}
#footermenub {
	width:500px;
	height:20px;
	margin-right:25px;
	margin-top:15px;
	float:right;
	text-align:right;
	}
#imagens {
	width:200px;
	float:right;
	margin-right:31px;
	margin-top:45px;
	}
#logo {
	width:357px;
	height:70px;
	margin-left:0px;
	top:0px;
	float:left;
	}
#mnu {
	margin-right:20px;
	margin-top:33px;
	text-align:right;
	width:600px;
	height:37px;
	float:right;
	}
#slide {
	margin-left:2px;
	margin-top:3px;
	float:left;
	width:642px;
	height:375px;
	overflow:hidden;
	}
#text {
	width:390px;
	margin-left:0px;
	margin-top:45px;
	float:left;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3e3e3e;
	}
#textimagens {
	width:640px;
	margin-left:3px;
	float:left;
	}
#top {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:70px;
	background-color:#0099CC;
    margin-left:0px;
    float:left;
	}
#topics {
	
	margin-top:3px;
	width:357px;
	height:375px;
	margin-left:0px;
	float:left;
	}
#topic01 {
	width:357px;
	height:94px;
	background-image:url(../../ima/bkaz01.jpg);
	}
#topic02 {
	width:357px;
	height:94px;
	background-image:url(../../ima/bkaz02.jpg);
	}
#topic03 {
	width:357px;
	height:94px;
	background-image:url(../../ima/bkaz03.jpg);
	}
#topic04 {
	width:357px;
	height:93px;
	background-image:url(../../ima/bkaz04.jpg);
	}

/*   SLIDESHOW   */

ul.slideshow {
	list-style:none;
	width:644px;
	height:375px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	
 
ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}
 
ul.slideshow li.show {
	z-index:500;	
}
 
ul img {
	border:none;	
}

 /* TXT */
a {
	text-decoration:none;
	cursor:pointer;
	color:#FF6600;
}
a:hover {
  text-decoration:none;
  color:#333333;
}
a.lermais {
	text-decoration:none;
  	color:#e28b01;
}
a.lermais:hover {
  text-decoration:none;
  color:#e2b501;
}
.bold {
	font-weight:bold;
}
.titblue {
font: 14px Arial, Helvetica, sans-serif;
color:#0099CC;
font-weight:bold;
}
.underline {
text-decoration:underline;
}
.a {
}

 /*textos que aparecem sobre as imagens*/
/*#slideshow-caption { 
	width:644px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff; /*cor do que está escrito
	background:#003399;
	z-index:500;
}
 
#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}
 
#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}
 
#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0; */
}
/* FIM DO SLIDESHOW */