header{
	padding: 0;
	/*border: 1px solid #ddd;*/
	/*background-color: #fff;*/
}

header img{
	max-width: 100%;
	width: auto
}


.container{
	/*max-width: 950px;*/
	margin-top: 20px;
	margin-bottom: 20px;
}


footer img{
	max-width: 100%;
	width: auto;
}




.stepwizard-step p {
	margin-top: 5px;
	color:#666;
	font-size: .85em;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
	opacity: 1 !important;
	color:#E11933;
}

.stepwizard-row:before {
	background-color: #ccc;
	/*background-color: #E11933;*/
	bottom: 0;
	content: " ";
	height: 1px;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	z-index: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.btn-circle {
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 16px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 25px;
}
.btn-activo{
	/*background-color: #7CF4A0;*/
	/*background-color: #E1DDDD;*/
	background-color: #E11933;
	border: none;
	color:  #fff;
}