/* Global Styles */

body {
	margin:auto;
    background-color: #aaffaa;
	text-align:center;
	}
	
#totalbox{
	position:relative;
	height: 620px;
	width: 1000px;
	overflow: hidden;
	background-color: #ccffcc;
	margin-left:auto;
	margin-right:auto;
	}
/* fim Global */

/* links menu */

a.menu{
	color: #ffffaa;
	text-decoration:none;
	letter-spacing:.1em;
	font:12px arial;
	color:#ffff00;
	padding-right:20px;
	}
a.menu:hover {
	color: #00ff00;
	text-decoration:underline;
	}
/* Fim Links Menu */	

#sobrebanner{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:45px;
	border:0;
	margin:0;
	padding:0;
	}
#banner{
	position:absolute;
	top:45px;
	left:0px;
	width:1000px;
	height:140px;
	border:0;
	margin:0;
	padding:0;	
	background-color: #ccffcc;
	}

/* menu horizontal  */
	
	.cxmenuh {
		background-color:#006600;
		width: 100%;
		height: 25px;
		position:absolute;
		top:185px;
		left:0px;
		z-index:2;
		}
	.h1menu{
		font:12px arial;
		letter-spacing:.5em;
		height:25px;
		width:650px;
		margin-top:auto;
		margin-bottom:auto;
		position:absolute;
		top:5px;
		right:0px;
		text-align:right;
		}
	.pagseg{
		position:absolute;
		left:10px;
		padding-top: 5px;
		padding-right: 30px;
		}	
/* fim menu horizontal*/
		
	/*popup
	 declarações para o objecto a apresentar */
	.boxpop{
		display:none;
		z-index:2;
		border-right: 4px solid #999999;
		border-bottom: 4px solid #666666;
		border-left: 1px solid #999999;
		border-top: 1px solid #666666;		
		}
			
	/* popup
	declarações para a hiperligação*/
	
	.itr{
		text-decoration:none;
		}
	.itr:hover .boxpop{
		display:block;
		padding:8px;
		background-color:#FFFFFF;
		position:absolute;
		top:225px;
		left:37em;
		z-index:1;
		}
		
	/*fim popup*/
	
	/*tumbs e imagem*/
	
	.imgtumb1, 
	.imgtumb2, 
	.imgtumb3, 
	.imgtumb4,
	.imgtumb5,
	.imgtumb6{
		position: absolute;
		width: 144px;
		height: 115px;
		border-right: 4px solid #999999;
		border-bottom: 4px solid #666666;	
		border-top:0px;
		border-left:0px;	
		background-color: #00FF00;
		zindex:1;
		}	
	.imgtumb1{
		top:290px;
		left: 15px;
		}
	.imgtumb2{
		top:290px;
		left: 13em;
		}
	.imgtumb3{
		top:290px;
		left: 25em;	
		}
	.imgtumb4{
		top:425px;
		left: 15px;	
		}
	.imgtumb5{
		top:425px;
		left: 13em;
		}
	.imgtumb6{
		top:425px;
		left: 25em;
		}
	.imgfoto{
		position: absolute;
		top: 225px;
		left: 37.5em;
		/*right: 15px;*/
		width: 380px;
		height: 304px;
		border-right: 4px solid #999999;
		border-bottom: 4px solid #666666;
		background-color: #00FF00;
		}
	.imgfreiria{
		position: absolute;
		top: 30em;
		left: 37em;
		width: 100px;
		height: 64px;
		border: 2px solid #CCFFCC;
		/*border-bottom: 4px solid #66FF66;*/

		}
	/* fim tumbs e imagem*/
	
	/* cx texto */
	.cxtexto{
		position:absolute;
		top:220px;
		left:15px;
		width:530px;
		height:55px;
		font-family: verdana, arial sans-serif;
		font-size:0.6em;
		color:#006600;
		text-align:justify;
		}
	
	/* fim cx texto*/
	
	
	/* rodapé */
	
	.cxrodape{
		position:absolute;
		/*top:49.5em;*/
		bottom:10px;
		left:0px;
		background-color:#006600;
		width: 100%;
		height: 15px;
		margin-right:auto;
		margin-left:auto;	
		font:12px arial;
		color: #FFFFFF;
		padding-top:10px;
		}
	.cxdata, .cxmaster{
		position:absolute;
		width:150px;
		bottom:4px;
		}
	.cxdata{
		right:10px;	
		}	
	.cxmaster{
		left:10px;
		}

	
/* ---- */		
.titcentr{
	text-align:center;
	}
.navText {
	font:12px arial;
	color: #FFFFFF;
	letter-spacing:.5em;
	}
/*invisible heather*/
h1.invisible{
display: none;
}	
	
	
	
	
	
	
	
	
