body {
	margin: 6px;
}
textarea{
border:1px solid #333333;
box-shadow: 2px 2px 5px #cccccc;
border-radius:6px;
padding:4px;
}
.btbar {
	border: 2px solid #777777;
	padding: 4px;
	background-color: #04AA6D
}

.textpl {
	width: 98%;
	height: 200px;
	margin-left: .2%;

}

.conf {
	margin-top: 10px;
	height: 0;
	opacity: 0;
	width: 99%;
	padding: 4px;
	display: none;
	background-color: #cccccc;
	transition: opacity 2s linear 1s;
}

.templ {
	display: flex;
	margin-top: 1rem;
	flex-direction: row;
	flex-wrap: no-wrap;
}

.boton {
	text-align: center;
	display: inline-block;
	cursor: pointer;
	padding: 0.5em 0.7em;
	font-size: 1rem;
	color: #333333;
	background-color: #94dfff;
	border-radius: 3px;
	user-select: none;
	border: 1px solid #333333;
}

.openfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.base {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 30px;
}

label.boton {
	right: 10px;
}

.label {
	vertical-align: top;
	font-size: 2em;
}

.selector input[type="file"] {
	opacity: 0;
	height: 0;
	display: none;
}

.textcode {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 360px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 3000;
	padding-top: 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 50px;
	transition: display 3s;
}

.contenAxuda {
	position: relative;
	background-color: white;
	margin: auto;
	padding: 20px;
	width: 60%;

}

.pecharAxuda {
	color: black;
	float: right;
	font-size: 30px;
	font-weight: bold;
}

.pecharAxuda:hover,
.pecharAxuda:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.visibleAxuda {
	display: block;

}

.visibleConf {
	opacity: 1;
	height: 350px;
	display: block;
}

.gardaCode {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pebar {
	margin-top: 60px;
	border: 2px solid #777777;
	padding: 4px;
	background-color: #04AA6D;
	height: 30px;
}
