.socialShare{
	width: 50px;
}

.IniciarB{
	/*margin-left: -4%;*/
  margin-left: 10%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.progressB{
	margin-top: 15px;
	margin-bottom: 15px;
}

.container{
	padding-left: 0;
	margin-top: -10px;
}

.textoB{
	width: 100%;
}
.is_group_active {
	margin-top: 17px;
	padding: 12px;
  border-radius: 10px;
}
.creditosB{
	width: 100%;
}

/*Registro Login*/

.avatarL:hover{
	border-radius: 10px;
	-webkit-box-shadow: 0 0 62px -2px rgba(252,210,138,1);
-moz-box-shadow: 0 0 62px -2px rgba(252,210,138,1);
box-shadow: 0 0 62px -2px rgba(252,210,138,1);
font-size: 15px;
}

.socialShareContainer {
	text-align: center;
	padding: 10px;
}

.bienvenida_tabs{
	border: 1px solid gray;
	background-color: #F7F5F0;
	padding: 5px;
	margin-top: 20px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 5px 5px 17px 0 rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 17px 0 rgba(0,0,0,0.5);
box-shadow: 5px 5px 17px 0 rgba(0,0,0,0.5);

}

/*Sugerir Nombre*/

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  margin: 8em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.loader:before {
  left: -3.5em;
}
.loader:after {
  left: 3.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #E84C3D;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #F1C40F;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #E84C3D;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #F1C40F;
  }
}
body{
	background:#333;
	background: -webkit-gradient(radial, center center, 120, center center, 900, from(#003494), to(#2E2329));
	background:-moz-radial-gradient(circle, #003494, #2E2329);

}