
.casasoft{
	width: 100%;
	position: absolute;
	bottom: 200px;
	height: auto;
	text-align: center;
}
.casasoft img{
	width: 300px;
}

.download{
	width: 100%;
	position: absolute;
	bottom: 50px;
	height: auto;
	text-align: center;
}

.download a{
	text-decoration: none;
	color: black;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.download a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

.download a img{
	width: 220px;
}

.contactos{
	width: 100%;
	position: absolute;
	bottom: 0;
	background: url('../gfx/trans/preto/70.png');
	height: 30px;
	line-height: 30px;
	color: white;
	font-family: Arial;
	text-align: center;
	font-size: 11px;
}