h1 {
	color: #4d2b69;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
}

.li-title {
	background-color: #4d2b69;
	margin-top: -20px; /* TODO No encuentro cómo hacer esto sin negativo */
	color: white;
}

.li-title img {
	margin-top: 1em;
}

.item-inclusion {
	display: table-row;
}

.item-inclusion-img {
	display: table-cell;
	vertical-align: middle;
}

.item-inclusion-img img {
	width: 50px;
}

.item-inclusion-txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1.5em;
}

.img-left-float {
   display: inline-block;
   vertical-align: middle;
   float: none;
	/*float: left;*/
	/*margin-right: 1.5em;*/
	width: 50px;
}

.pie {
    color: #4d2b69;
    text-align: center;
    margin-top: 3em;
    font-weight: bold;
}

@media (max-width: 690px) {
	.li-title {
	    margin-top: 20px;
	    padding-top: 1px;
	}
}