/* CSS Document */

#column
{
	position: relative;
	float: left;
	width: 100%;
}

.overlay
{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #000000;
	opacity: 0.1;
	-moz-opacity: 0.1;
	filter:alpha(opacity=7);
}

.content
{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#transpDetalhes {
filter:alpha(opacity=7);
opacity: 0.1;
-moz-opacity:0.1;
}
