.holder_float_home{
	width:99%;
	border:1px;
	border-style:solid;
	border-color:#ddd; 
	margin-top:8px;
	padding: 4px 2px 4px 2px;
	line-height:15px;
	font-family:Arial;
	font-size:10px;
	background-color:#ffffff;
	overflow:hidden;
} 
 
 .holder_float_home img{
	padding:5px;
	margin:5px 5px 0px 0px;
	border:1px solid #dddddd;
	float:left;
} 

/*  .holder_float_home a{
	font-family:Arial;
	font-size:10px;
	font-weight:  bold;
	color:#cc0000;
	text-decoration: none;
} 
 .holder_float_home a:hover{
	text-decoration: underline;
}  */


.home_titulo{
	display:block;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	margin:10px;
	text-decoration:none;
}
.holder_float_home a{
	text-decoration:none;
	color:#000000;
}
.holder_float_home a:hover{
	color:#cc0000;
}
.home_content{
	display:block;
	margin:10px;
}


	#mainContainer{
		width:700px;
		text-align:left;
		background-color:#FFF;
	}
	h4{
		font-family: 'Arial';
		font-size: 12px;
		color:#ED1093;
		font-weight:  bold;
		margin:0px;
	}
	p{
		margin-top:5px;
	}

	#dragableElementsParentBox{
		padding:1px;	/* Air */
	}
	
	.smallArticle img,.bigArticle img{
		float:left;
		padding:5px;
	}
	.smallArticle .rightImage,.bigArticle .rightImage{
		float:right;
	}
	.smallArticle{
		float:left;
		width:275px;	
		margin:4px;
		background-color:#f1f1f1;
		padding:10px;
		border:6px solid #ddd;
	}
	.bigArticle{
		float:left;
		width:590px;
		margin:5px;
		background-color:#f2f2f2;
		padding:5px;
		border:3px solid #f5f5f5;
		line-height:13px;
	}
	/* .clear{
		clear:both;
	} */

	
	#rectangle{
		float:left;
		border:1px dotted #F00;	/* Red border */
		background-color:#FFF;
	}
	#insertionMarker{	/* Don't change the rules for the insertionMarker */
		width:6px;
		position:absolute;
		display:none;
	}
	#insertionMarker img{	/* Don't change the rules for the insertionMarker */
		float:left;
	}		
	#dragDropMoveLayer{	/* Dragable layer - Not need if you're using 'rectangle' mode */
		position:absolute;
		display:none;
		border:1px solid #000;
		/* filter:alpha(opacity=50);	50% opacity , i.e. transparency */
		opacity:0.5;	/* 50% opacity , i.e. transparency */

	}


