.content > .container > .box{
	display:table;
	width:100%;
	height:auto;
}
.content > .container > .box > .left{
	display:table-cell;
	vertical-align:top;
	width:50%;
	height:auto;
	padding:20px;
	padding-left:0px;
}
.content > .container > .box > .right{
	display:table-cell;
	vertical-align:top;
	width:50%;
	height:auto;
	padding-top:20px;
}
.content > .container > .box > .right .titulo{
	float:left;
	width:100%;
	height:auto;
}
.content > .container > .box > .right .titulo span{
	float:left;
	font-size:13px;
}
.content > .container > .box > .right img{
	float:left;
}
.content > .container > .box > .right textarea{
	float:left;
	width:100%;
	margin-top:10px;
	height:66px;
	resize:none;
}

.outerHTML{
	width:100%;
	height:auto;
}
.thumbImg{
	text-align:center;
	display:inline-block;
	width:100%;
	height:auto;
	background-color:#f1f1f1;
}
.thumbImg img{
	display:inline-block;
}