.teclado .chat {
	position: fixed;
	bottom: 0px;
	float: left;
	width: 100%;
	background: rgba(255,255,255,1);
	display: none;
}

.teclado .chat .divi {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
}

.teclado .chat .divi aside {
	padding: 0;
	margin: 0;
	width: 55%;
	border: 2px solid;
	border-color: rgba(105,105,105,0.15);
	border-radius: 20px;
}

.teclado .chat .divi aside p {
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	max-width: 90%;
	line-height: 18px;
	color: rgba(105,105,105,1);
	font-size: 16px;
	font-weight: 500;
}

.teclado .chat figure {
	width: 35px;
	height: 35px;
	float: left;
}


.teclado .chat .he {
	width: 100%;
	height: auto;
	float: left;
	background: rgba(225,225,225,1);
}

.teclado .chat .he .urlc {
	position: relative;
	width: 100%;
	min-height: 100px;
	background: rgba(255,255,255,1);
	float:left;
	display: none;
}

.teclado .chat .he .urlc .fig {
	position: relative;
	width: 90px;
	height: 90px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	background: rgba(225,225,225,1);
}

.teclado .chat .he .urlc .fig img{
	width: auto;
	height: 100%;
	float: left;
}

.teclado .chat .he .urlc .asi {
	position: relative;
	width: calc(100% - 105px);
	height: 90px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	background: rgba(225,225,225,1);
}

.teclado .chat .he .urlc .asi span {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	text-align: left;
	line-height: 30px;
	color: rgba(105,105,105,1);
	font-size: 18px;
	font-weight: 500;
}

.teclado .chat .he .urlc .asi span ~ span{
	width: 94%;
	max-height: 34px;
	margin-top: 5px;
	padding-left: 4%;
	padding-right: 2%;
	float: left;
	text-align: left;
	line-height: 16px;
	color: rgba(125,125,125,1);
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
}

.teclado .chat .he .urlc .asi span ~ span ~ span{
	position: relative;
	bottom: 0px;
	width: 94%;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 4%;
	padding-right: 2%;
	float: left;
	text-align: left;
	line-height: 22px;
	color: rgba(125,125,125,1);
	font-size: 13px;
	font-weight: 400;
}




.teclado [data-chat="0"]{
	display: none;
}