

/*   ///////////////////////     IMAGENS AMPLIADAS NAS LAYERS  /////////////////////////*/ 

@media all and (max-width: 801px) and (orientation:portrait) { 
.layer .area_prod_img_file {	
	width:100%;
  }
}

@media all and (max-width: 801px) and (orientation:landscape) { 
.layer .area_prod_img_file {	
	height:300px;
}
}




.layer {
	background-image:url(recursos/black_pixel.png);
	background-repeat:repeat;
	margin:0px;
	top:0px;
	margin-left:0px;
	width:100%;
	height:100%;
	position:fixed;
	z-index:50;
	visibility: hidden;
	cursor:hand;
	cursor:pointer;
	overflow: auto;	
	text-align: center;
	color:#fff;
	padding:0px;	
	left:0px;
	}


	
* html .layer {
	margin-left:auto;
	margin-right:auto;
	margin:0px;
	overflow:hidden;
    position: absolute;
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+10+"px" : body.scrollTop+10+"px");	
	}

.layer .area_prod {
	margin-top:20px;
}


.layer .area_prod_txt {
	font-size:135%;
	color:#FFFFFF;	
	text-align:center;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	/*text-transform:uppercase;*/
	position:fixed;
	width:100%;
}

.layer .area_prod_txt800 {
	font-size:135%;
	color:#FFFFFF;	
	text-align:left;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	/*text-transform:uppercase;*/
	width:800px;
}




* html .layer .area_prod_txt {
	font-size:14px;
	color:#FFFFFF;	
	text-align:center;
	position:fixed;
	width:100%;
}
	



.layer .area_prod_img {
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
	max-height:600px;
	}

.layer .area_prod_img1920 {
	margin-left:auto;
	margin-right:auto;
	}

	
* html .layer .area_prod_img {
	position:static;
	margin-left:auto;
	margin-right:auto;
	width: expression(document.body.clientWidth > 800 ? "800px" : "auto");
	margin-top:20px;
}



.layer .area_prod_img_file {	
	max-width:100%;
	max-height:600px;
	border:solid 1px #999;
	margin-top: 30px;
}

.layer .area_prod_img_file1920 {	
	width:1920px;
	border:solid 1px #999;
	margin-top: 30px;
}




.layer .btn_anterior {
background-image:url(recursos/btn_anterior.png);
background-repeat:no-repeat;
position:fixed;
width: 38px; height: 38px;
left:10%;
top:75px;
z-index:50;
}

.layer .btn_anterior:hover {
background-image:url(recursos/btn_anterior_over.png);
}


.layer .btn_seguinte {
background-image:url(recursos/btn_seguinte.png);
background-repeat:no-repeat;
background-position:right;
position:fixed;
width: 38px; height: 38px;
right:10%;
top:75px;
z-index:50;
}

.layer .btn_seguinte:hover {
background-image:url(recursos/btn_seguinte_over.png);
}

.layer .title_space {padding-left:0px}

.layer .btn_fechar {
	color:#ff9000;
	font-size:75%;
}
