

	
	
	.mainMiddle{
		 position:absolute;
		 top:132px;
		 left:237px;  /* IE   238*/
		 min-height:350px;        /*  PARA O FIREFOX */
		 width:582px;
		 border:0px solid blue;
		    /* SÓ PARA O HOME */
	}

		
			.mainMiddle_topo{
				 position:relative;
				 width:582px;
				 height:12px;
				 float:left;
				 background:url() no-repeat; /* SÓ PARA O HOME */
			}

			.mainMiddle_centro{
				 background-color:transparent;  /* SÓ PARA O HOME */
				 position:relative;
				 left:340px;				/* SÓ PARA O HOME */
				 width:231px;        /* SÓ PARA O HOME     old vakue =572px */
				 height:100%;
				 padding-left:0px;
				 padding-right:0px;
				 min-height:335px;
				 float:left;
				overflow:;
			}

			.mainMiddle_baixo{
			 position:relative;
			 width:582px;
			 height:3px;
			 float:left;
			 background:url() no-repeat;
		}


	
/*FOOTER*/
.footer{
  position:relative;
  top:5px;
  left:2px;
  width:100%;
  height:50px;
}
	.footerLinks{
		position:relative;
		display:block;
		float:left;
		font-family: arial, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration:none;
	}
	.footer a:hover{
		color:#C1E1E8; 
	}
/*FOOTER*/
	


.bg_fundo_transparente{
	position:absolute;
	top:0px;
	left:0px;
	width:561px;
	height:350px;
	z-index:;
	background:url(imgs/img_home.jpg) no-repeat;
}

.fundo_transparente{
	position:absolute;
	top:0px;
	left:0px;
	width:235px;
	height:350px;
	z-index:;
	background:url(imgs/fundo_transparente.png) no-repeat;
}
.homeProgramasPicMask.{
	position:absolute; 
	top:230px; 
	left:7px; 
	width:201px; 
	border:1px solid red;
	height:63px;
	z-index:2000;
}

	.HomeLefttMask{
		position:relative;
		float:right;
		border:0px solid red;
		width:6px;
		height:350px;
		display:block;
		z-index:100;
		background:url(imgs/home_pictures_mask.gif);
	}




