/* CSS Document */

body
{
margin:0;
background-image:url(img/fundo_total.jpg);
}

#conteudo
{
min-width:1000px;
min-height:600px;
height:100%;
}
#planta
{
	position:absolute;
	top:50%;
	left:50%;
	width:845px;
	height:590px;
	margin-left:-423px;
	margin-top:-295px;
	color:#FFFFFF;
	z-index: 15;
}
#transparencia
{
    position: fixed !important;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height:100%;
    opacity: 0.8; 
    background-color: #000000;    
}

*#transparencia
{
    filter: alpha(opacity = 80);
}

#fechar
{   
	text-align:right;
	cursor:pointer;
	margin-right:22px;
	margin-bottom:2px;
}

.mostraObj
{
display: true;

}
.ocultaObj
{
display: none;
}
