

.panelherramienta{
	position: fixed;
	width: 60px;
	height: 100%;
	background-color: #d1d1d1;
}


.contenidoarticulo{
	position: absolute;
	min-height: 40px;
	left: 65px;
	top: 10px;
	padding: 7px;
	background-color: #FFFFFF;
}


.icono{
	width: 55px;
	height: 55px;
	background-position: center;
	background-size: 80%;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-left: 2.5px;
	margin-bottom: 10px;
}

.icono:hover{
	background-color: #b3b3b3;
}

.icono:focus{
	background-color: #b3b3b3;
}

.alin-der{
	text-align: right;
}

.alin-just{
	text-align: justify;
}

.alin-center{
	text-align: center;
}

.btn-min{
	height: 10px;
	margin-top: 10px;
	margin-right: 10px;
	transform: scale(3);
	cursor: pointer;
}


.btn-min:active{
	transform: scale(4);
}

.imagensubir{
	width: 100%;
	cursor: pointer;
}

.imagensubir:hover{
	background-color: #f1f1f1;
}

.btn-guardar{
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 15px;
	right: 15px;
	display: inline;
	background-repeat: no-repeat;
	background-position: center;
	background-origin: content-box;
	background-size: 90%;
	box-shadow: 3px 3px 5px #000000;
}


.listamenu{
	position: fixed;
	width: 65px;
	height: 0px;
	bottom: 70px;
	right: 8px;
	display: inline;
	align-items: center;
	text-align: center;
}

.btn-item{
	width: 50px;
	height: 50px;
	margin: 5px;
	display: inline-flex;
	background-repeat: no-repeat;
	background-position: center;
	background-origin: content-box;
	background-size: 90%;
	box-shadow: 3px 3px 5px #000000;
}

.panelnegro{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	display: none;
}

.progreso{
	font-size: 25pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	align-content: center;
	vertical-align: center;
	width: 100%;

}

.et-entrada{
	padding: 10px;
	background-color: rgba(0, 84, 210, 0.5);
	color: #FFFFFF;
	max-width: 80%;
	border-radius: 10px;
	text-align: left;
	margin-bottom: 10px;
}

.et-salida{
	padding: 10px;
	background-color: rgba(0, 84, 210, 0.3);
	color: #FFFFFF;
	max-width: 80%;
	border-radius: 10px;
	text-align: right;
	display: inline-block;
	margin-bottom: 10px;
}

.piemensaje{
	position: fixed;
	height: 70px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	display: inline-flex;
}

.mensaje{
	width: 70%;
	margin: 10px;
	box-shadow: 3px 3px 5px #929292;
}

.btn-mensaje{
	margin-top: 10px;
	height: 50px;
	width: 20%;
	border: none;
	box-shadow: 3px 3px 5px #929292;
}