/* Clearing */
.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 0;
}

.clearfix:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

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

.indentList {
    padding-bottom:1em;
	padding-left:2em;
	list-style:disc;
}
.indentList ul {
	padding-left:2em;
	list-style:circle;
}
.inlineList li {
    display: inline;
    padding-right:.4em;
    margin-right:.4em;
}
.inlineList li.last,
.inlineList li:last-child{
    padding-right:0;
    border-right:0;
    margin-right:0;
}

/* paneles genericos */
.panel {
	display:none;
}
.shown {
	display:block;
}
.showPanel .textToHide{
	display:none;
}
.active .textToHide {
	display:inline;
}
.active .textToShow{
	display:none;
}
