
#wrap #productContent{
	clear:both;
	margin-top:12px;
	height:1000px;
	padding:21px;
	background:url('../pix2/productos/bg.png') repeat-x;
}

#wrap #productContent #leftColumn{
	display:block;
	width:488px;
	float:left;
	font-size:12px;
}
	#wrap #productContent #leftColumn h1{
		font-size:23px;
		font-weight:bold;
		margin:18px 0px;
	}
	#wrap #productContent #leftColumn #fields img{
		float:left;
		display:block;
		margin-right:13px;
	}
	
	#wrap #productContent #leftColumn #rasgos{
		margin-top:40px;
	}
	
	#wrap #productContent #leftColumn #rasgos span.intro{
		margin-right:34px;
		display:block;
		margin-bottom:30px;
		text-align:justify;
		color: #333333;
		display: block;
		font-size: 12px;
		line-height: 15px !important;
		text-align: justify;
	}
		
	#wrap #productContent #leftColumn #rasgos div{
		padding-bottom:10px;
	}
		#wrap #productContent #leftColumn #rasgos div img{
			display:block;
			float:left;
			margin-right:20px;
		}
		
		#wrap #productContent #leftColumn #rasgos div span{
			display:block;
			float:right;
			width:406px;
			margin-right:34px;
			text-align:justify;
		}
		#wrap #productContent #leftColumn #rasgos div span h3{
			font-weight:bold;
			margin-bottom:2px;
		}
	
	
#wrap #productContent #rightColumn{
	display:block;
	width:368px;
	float:right;
}

#wrap #productContent #rightColumn .block{
	height:auto;
	margin-top:20px;
}