/* Clearing */
.clear {
    clear: both;
    height: 1px;
    font-size: 1px; /* Verificar validez humana de esto */
    line-height: 0;
}

.floatLeft {
    float: left;
    display: inline;
}

.floatRight {
    float: right;
    display: inline;
}

.listaIndentada {
	padding-left: 2em;
}

.listaIndentada ul,
.listaIndentada ol {
	padding-left: 2em;
}