/**************************************************************/
/* Esto no tiene nada que ver con el sign in */
.bloque2{
  display:block;width:100%;padding: 5px 25px;/*font-size:14px;line-height:1.42857143;
  color:#555;*/
  background-color:#f7f7f7;background-image:none;border:1px solid #E9E9E9;border-radius:4px;
  /*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,
  -webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s,
  box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,
  box-shadow ease-in-out .15s*/
  -webkit-box-shadow: 0px 4px 8px 0px rgba(212,212,212,1);
  -moz-box-shadow: 0px 4px 8px 0px rgba(212,212,212,1);
  box-shadow: 0px 4px 8px 0px rgba(212,212,212,1);
}

.jumboIndex{
  /*background-image: url('../img/ju.jpg');background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
background-color:#FF5F6D;
}

.publicacion{
   -webkit-box-shadow: 0px 4px 8px 0px rgba(212,212,212,1);
  -moz-box-shadow: 0px 4px 8px 0px rgba(212,212,212,1);
  box-shadow: 0px 4px 8px 0px rgba(212,212,212,1);
}

.publicacion .imagenPublicacion{
  background-color:#f7f7f7;
  border:1px solid #E9E9E9;
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.publicacion .contenido{
  
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.publicacion .userImg{
  margin: 0 auto;
  width: 70%;
  height: 70%;
  overflow: hidden;

}

.publicacion p{
  text-align: justify;
  color: #838383;
}

.publicacion .descripcion{
  overflow: hidden;
}

.publicacion .botones{
  padding-top: 5px;
  padding-bottom: 5px;
}

.publicacion .tag{
  display: inline-block;
  overflow: hidden;
  float: right;
  margin-top: 15px;
}

.button-left{
  float: left;
}

h33{
 font-size: 20px;
 color: #2C2626;
}

img.img-circled {
  display: block;
  width: 50%;
  overflow: hidden;
  border: 5px dotted rgba(255, 255, 255, 0.23);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  border-radius: 50%;
}

.bs-docs-header, .bs-docs-masthead {
  border-radius: 5px;
  position: relative;
  padding: 30px 0;
  color: #FFE7E7;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background-color: #6f5499;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#7C3D3D),to(#DB4545));
  /* background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%); */
  background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
  /* background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
  background-repeat: repeat-x;
}
