/* CSS Document */

#sect_portfolio .sectitle {
	display:block;
	float:left;
	width:340px;
	height:auto;
}

.sectitle {
	display:block;
	float:left;
	margin:10px 0 0 0;
	width:auto;
	height:auto;
}

.secticon {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

.secticon img {
	border:none;
	}

.txttitle {
	display:block;
	float:right;
	margin:0;
	padding:0;
	color:#00049b;
	font-size:12px;
}

.txttitle a {
	font-size:14px;
}

#txthref {
color:#00049b;
}

.sectxtcontent {
	display:block;
	float:left;
	width:auto;
	height:auto;
	margin:10px 0 0 0;
	}

#imgdestaque {
	display:block;
	float:left;
	width:200px;
	height:70px;
	margin: 0 0 5px 0;
	background-color:#fff;
	color:#000000;
	border:1px solid blue;
}

#contdestaque {
	display:block;
	float:left;
	width:200px;
	height:180px;
	margin: 0 0 0 0;
	background-color:#fff;
	color:#000000;
	border:1px solid blue;
}




