.botoneraTextBox{
		display: inline-block;
		vertical-align: top;
		margin-top: 10px;
}
.textBoxOpcion img{
	max-height: 100%;
	max-width: 100%;
}
.textBoxOpcion{
	color: #393939;
	height: 30px;
	min-width: 30px;
	vertical-align: top;
	background: none;
  	border: 0;
  	border-radius: 5px;
}.textBox{
	min-height: 200px;
	border: 1px solid silver;
	overflow: scroll;
	padding: 1rem;
}.form-agregar-imagen{
	margin-top: 15px;
}
.form-agregar-imagen .campo{
	margin-top: 10px;
}
.form-agregar-style{
	margin-top: 15px;
    border: 1px solid silver;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}