div.descripcion {
	border-radius: 3px;
	background: #eeeeee; 
	padding: 15px 10px; 
	margin: 5px 0px 10px 0px;
}

a.avatar-perfil {
	width:130px;
	height: 130px;
	border-radius: 50%;
	font-size: 50px;
	color: black;
	line-height: 130px;
	text-align: center;
	display: block;
	margin: 0 auto;
	cursor:default;
}
a.avatar-perfil::selection { background: transparent; }
a.avatar-perfil::-moz-selection { background: transparent; }

img.avatar-listado-perfil {
	border: 1px solid #E0E0E0;
	cursor: pointer;
}

a.titulo-nombre{
	font-size: 14px !important;
	color: black;
	font-weight: bold;
}

div.user-tab {
	margin: 20px 5px;
}

div.contador_perfil {
	text-align: right;
}

li.tabPerfil a {
    font-size: 0.9rem !important;
}

li.tab:hover {
	background: white;
}

p.informacion {
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	color: black;
}

p.informacion-stat {
	font-size: 25px;
   	margin-bottom: 0px;
   }

li.user-follow {
	text-align: left;
	padding-left: 80px !important;
}

i.avatar {
	left: 15px !important;
	font-style: normal;
}

i.follow-button {
	color: #698a26;
}


/* Timeline */
.timeline ul {
	margin-top: 0px !important;
}

.timeline ul li {
     list-style-type: none;
   	position: relative;
   	width: 5px;
   	margin: 0 2%;
   	padding-top: 50px;
   	background: #698a26;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

li.timeline-continue:after {
	content: '';
   	position: absolute;
   	left: 50%;
   	bottom: 0;
   	transform: translate(-50%,130%) !important;
   	width: 5px !important;
   	height: 8px !important;
   	border-radius: 10% !important;
   	background: inherit;
} 

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 500px;
  padding: 15px;
  background: #eeeeee;
  left: 50px;
  text-align: left;
}
.timeline ul li div span.fecha {
	position: absolute;
    right: 3px;
    bottom: 0px;
    font-size: 10px;
   }

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

i.actividad {
	font-size: 20px;
	position: absolute;
	bottom: 4px;
	left: -58px;
	color: white;
	z-index: 99;
}

div.cargar-mas-actividad {
	text-align: center !important;
	background: none !important;
	left: 50px !important;
}

div.cargar-mas-actividad:before {
  display: none;
}

div.timeline-encabezado {
	background-color: #698a26;
    text-align: center;
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    color: white;
    font-size: 22px;
    width: 100%;
}

.btn {
	line-height: 36px;
}
div.mensaje_avatar {
	position: absolute;
	left: 5px;
	top: 50px;
	background-color: #eeeeee;
	padding: 10px;
}
div.mensaje_avatar:before {
	content: '';
	position: absolute;
	bottom: 13px;
	width: 0;
	height: 0;
	border-style: solid;
	right: -15px;
	border-width: 8px 0px 8px 16px;
	border-color: transparent transparent transparent #eeeeee;
}

/*
.timeline ul li:nth-child(odd) div {
  left: 45px;
}
*/
.timeline ul li div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #eeeeee transparent transparent;
}
/*
.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
 		right: -15px;
 		border-width: 8px 0 8px 16px;
 		border-color: transparent transparent transparent #F45B69;
}*/

/*img de perfil */
div.avatar_perfil{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
div.avatar_perfil:hover  {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

div.image_loader {
	display: none;
	position: fixed;
	top:25%;
	right: 25%;
	z-index: 999999;
	min-width: 50%;
	min-height: 50%;
	background: white;
	padding: 20px;
	text-align: center;
}

div.avatarPreview {
	width: 200px;
	height: 200px;
	border-radius: 160px;
	overflow: hidden;
	margin: auto;
}

img.avatarPreview {
	max-width: 200px;
	max-height: 200px;
	cursor: pointer;
}

input.avatarUpload {
	height: 32px;
    width: 96px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

div.cantidadInteracciones{
	text-align: center;
	color: rgb(149, 149, 149);
	font-size: 11px;
}
ul.listaInteracciones{
	margin: 0.2rem 0 1rem 0;
}
a.editarPerfil {
	height: 30px;
	line-height: 27px;
	width: auto;
	padding: 0px 10px;
	text-align: center;
	border: 1px solid rgb(224, 224, 224);
	color: black;
	text-transform: none;
	font-size: 15px;
}