#registro-empresas {
	float: right;
	margin: 0 10px 0 0;
}

#registro-empresas ul {
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

#registro-empresas ul li {
	float: left;
	margin: 0 5px 10px 0;
	list-style: none;
}

#registro-empresas ul li a {
	color: #555;
	text-align: center;
	line-height: 35px;
	display: block;
	font-size: 16px;
	height: 25px;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.foto_prev .foto_prev-wrap,
.foto_prev .foto-result,
.foto_prev.ready .upload-msg {
    display: none;
}
.foto_prev.ready .foto_prev-wrap {
    display: block;
}
.foto_prev.ready .foto-result {
    display: inline-block;    
}
.foto_prev-wrap {
    width: 175px;
    height: auto;
    margin: 0px;
}
.foto-result{
	display: none;
}

button.foto-result {
	border: none;
	color: #fff;
	padding: 7px 20px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: none;
	cursor: pointer;
	font-weight: 400;
	outline: none;
	text-align: center;
	background: rgba(28,187,180,0.7);;
	position: relative;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
	padding: 10px 45px 10px 20px;
}

button.foto-result:hover{
	background: #1cbbb4;
}

button.foto-result:before {
	content: "\e0e8";
	font-family: 'ElegantIcons';
	position: absolute;
	top: 8px;
	right: 20px;
	font-size: 18px;
}

button.boton-extra{
	background: rgba(28,187,180,0.7);
	color: #fff;
	border: none;
	text-decoration: none;
	transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    cursor: pointer;
    font-weight: 400;
    outline: none;
    font-size: 15px;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
}

button.boton-extra:hover{
	background: #1cbbb4;
}

#logo_home h1 a{
	width: 175px;
	height: 37px;
	background-size: 175px 37px;
}


img.image_picker_image{height:125px;}

#overlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.85) none 50% / contain no-repeat;
  cursor: pointer;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

#overlay.open {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

#overlay:after {
  content: "\2715";
  position: absolute;
  color:#fff;
  top: 10px;
  right:20px;
  font-size: 4em;
}

.saber-mas{
	background-color: #edf3f7;
}

.zoom{
	cursor: pointer;
	padding: 10px 0 10px 0;
}

.zoom:hover{
	color: #1cbbb4;
	text-decoration: underline;
  	text-decoration-color: #1cbbb4;
  	text-decoration-thickness: 2px;
}

.zoom .icon-zoom-in{
	position: static;
}

.zoom:hover .icon-zoom-in{
	color: #1cbbb4;
}

input.error{
	border-color: #eb1d5d;
}

label.error{
	font-size: 12px;
	color: #ec7da0;
}

input.form-control{
	margin-bottom: 0px;
}

.personales-step .form-group{
	margin-bottom: 25px;
	min-height: 57px;
	height: 57px;
}

.experiencias-step .form-group{
	margin-bottom: 25px;
	min-height: 48px;
	height: 48px;
}

#middle-wizard{
	padding-top: 30px;
}

.creditos a{
	color: #555;
}

.creditos{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px;
	font-size: 10px;
	max-width: 250px;
}