.rowSeccion{
	position:relative;
	float: left;
	/*width: 100%;*/
	width: 100%;
	margin-bottom:30px;
}

/* Only IE6 */
*html .rowSeccion{
	position:absolute;
	top:150px;
	left: 5px;
	/*border: 1 px solid red;*/
	float: left;
	/*width: 100%;*/
	width: 100%;
	margin-bottom:30px;
}

.seccion{
	position:relative;
	float:left;
	width:100%;
	/*border:1px solid red;*/
	padding-top:0px;
	border-top: 1px dotted gray;
	border-right: 1px dotted gray;
	border-left: 1px dotted gray;
	border-bottom: 1px dotted gray;
	padding-bottom:5px;
	min-height:80px;
}

.fondoRosa{
	background-color:#F5F5F5;
}

.fondoAzul{
	background-color:#edf3fe;
}
.iconoDilve
{
	margin-top: 18px;
}