.izq{
	float:left;
	width:50%;
}
.der{
	float:right;
	width:50%;
}
.titulos{
	
}
.clear{
	clear:both;
	}
.none{
	display:none !important;
}	
.clear {
	clear:both;
}	
.error {
    color: #fb0331;
    font-size: 9px;
}
input.error, select.error, textarea.error {
    border: 1px solid #cc0000;
    color: #333;
    font-size: 14px;
    text-align: left;
}
.ui-dialog > .error {
    color: #fb0331;
    font-size: 18px;
    text-align: center;
}
.errorLogin {
    color: #fb0331;
    font-size: 18px;
    text-align: center;
}
.faq-search {
	margin-bottom: 2em;	
	text-align: right;
}
.faq-search input {
	width: 96%;
	display: block;
	padding: 2%;
}
.faq-empty {
	display: none;
}
.faq-toc {
	padding: 1.5em 0;
	margin: 2em 0 0;	
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;
}
.faq-toc ol {
	padding: 0;
	margin: 0;
}
.faq-toc li {
	margin-bottom: .75em;
	list-style: none;
}
.faq-toc a {
	margin-left: .5em;
}
.faq-list {
	padding: 0;
	list-style: none;	
}
.faq-list li {
	display: table;
	margin-bottom: 2em;
}
.faq-icon {
	display: table-cell;
	padding-right: 1.25em;
	vertical-align: top;
}
.faq-text {
	display: table-cell;
	vertical-align: top;	
}
.faq-number {
	width: 32px;
	height: 32px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	color: #FFF;
	background: #00ba8b;
	border: 3px solid #FFF;
	border-radius: 100px;	
}
.btn-support-ask {
		display: block; font-size: 14px; padding: 3px 0; font-weight: 600; margin-bottom: .75em;
	}
	
	.btn-support-contact {
		display: block; padding: 12px 0; font-size: 18px; font-weight: 600;
	}