
/* perfil comun */
.common_avatar{
	display: block;
	margin: 0 auto 10px auto;
	width:  100px;
	height:  100px;
	border-radius: 50px;
	text-align: center;
	background: #ddd;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	overflow: hidden;
}
.common_avatar .cont_avatar{
	padding: 10px;

}
.common_avatar i{
	font-size: 58px;
}
.common_avatar img{
	display: block;
	width: 100%;
	height: 100%;;
	object-fit: cover;
}
.infoshared{
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	box-sizing: border-box;

	font-size: 12px;
}
.infoshared .admin_boton{
	width: 100%;
}
.tipo_title{
	text-transform: uppercase;
	display: block;
	width: 100%;
	margin: 0px auto 10px auto;
	background: #ccc;
	color: #fff;
	font-size: 12px;
	letter-spacing: 12px;
}

/*Botones acción*/
.btn_mails{
    border-bottom:#333 1px dashed;
    cursor:help;
    font-weight:bold;
    color: #E57301;
    float: left;
}
.btn_send_mails{
    color: #E57301;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
    margin-top: -2px;
    float: left;
}

.btn_phone{
    border-bottom:#333 1px dashed;
    cursor:help;
    font-weight:bold;
    color: #008000;
    margin: 0 3px;
}

.btn_call{
    color: #007EA7;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
    margin-top: -2px;
    float: left;
}
.btn_send_whatsapp{
    color: #10B418;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    margin-top: -2px;
    float: left;
}

