/*
	textEdit.css
*/

.text_edit { width: 100%; height: 100%; min-height: 32px;
	margin: 0; padding: 13px 16px 6px; 
	position: relative; border: none; line-height: 1.15;
	font-family: inherit; font-size: inherit; font-weight: inherit; 
	/*min-width: inherit; min-height: inherit; */
	color: inherit; background-color: inherit; cursor: pointer;
border: dashed 0px blue;
}

.text_edit_botones { width: 120px; height: 40px; position: absolute; 
	left: 4px; bottom: -32px; background-color: White;
	z-index: +2;
}
.text_edit_botones > div { display: inline-block; 
	width: 40px; height: 40px; padding: 8px; cursor: pointer; }

.text_edit_botones > div:last-child { margin-left: 40px; }
