.card-checkboxes {
	height: 150px !important;
}

.letrero {
	position: absolute;
	bottom: -50px;
	width: 100%;
	font-size: 16px;
}

.letrero i {
	font-size: 16px !important;
}

.logo {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 150px;
}

.unidad {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	cursor: pointer;
	border: solid 1px #999;
}

.desactivado {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.caja-input {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.caja-input label {
	display: block;
	height: 30px;
	text-align: center;
	padding: 8px 0 0 0;
}

/*.caja-input span {
	display: table-cell;
	width: 100%;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}*/

#sliderventa {
	display: none;
}

.oculto {
	display: none;
}

.wizard-card {
	position: relative;
	overflow: hidden;
}

#resultados {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	padding: 40px;
}

.margentopx2 {
	margin-top: 40px !important;
}

.leyenda {
	margin: 20px 0 0 0;
	display: block;
	width: 100%;
	text-align: center;
}

.strip {
	width: 100%;
	border: thick;
}

.strip tr:nth-child(even) {
	background: #FFF;
}

.strip tr:nth-child(odd) {
	background: #EEE;
}

.strip td {
	padding: 8px;
	margin: 0px;
	font-size: 12px;
	border-color: #DDD;
}

.tdtitulo {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}