*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	color: white;
	font-family: Courier New;
}
header {
	background-color:wheat;
}
h1 {
	font 18px;
	font-family: Cambria;
	color: black;
	margin-left: 2%;
}
body {
	background-color: #273746;
}

/* menu */

.barra {
	height: 40px;
	width: auto;
}
.idiomat {
	font-weight: 800;
	font 18px;
	font-family: Cambria;
	float: left;
	width: inherit;
	margin-left: 2%;
}
.lista {
	font-weight: 800;
	font-family: Cambria;
	background: #605656;
	padding: 3px;
}
.boton {
	float: left;
	margin-left: 2%;
	text-decoration: none;
    padding: 3px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
}
.boton2 {
	float: right;
	margin-right: 2%;
	text-decoration: none;
    padding: 3px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
}
.traducir {
	font-weight: 800;
	font 18px;
	font-family: Cambria;
	float: right;
	width: inherit;
	margin-right: 4%;
}
.caja {
	padding: 2px;
	text-decoration: none;
	float: left;
	font-weight: 800;
	font 18px;
	font-family: Cambria;
	margin-left: 2%;
}	

/* editor */

.cuadro {
	width: auto;
}
.editor {
	width: 46%;
	border: 3px solid wheat;
	margin-top: 4px;
	text-decoration: none;
	margin-left: 2%;
	background-color: #F0E9E9;
	height: 450px;
	font-size: 18px;
	font-family: Courier New;
	color: black;
	font-weight: bold;
}
.consola {
	width: 46%;
	border: 3px solid wheat;
	margin-top: 4px;
	text-decoration: none;
	margin-left: 2%;
	background-color: #C9C1C1;
	height: 450px;
	font-size: 18px;
	font-family: Courier New;
	color: black;
	font-weight: bold;
}

.salidas {
	width: 100%;
}	
.output {
	width: 95%;
	margin-left: 2%;
	background-color: #1883ba;
	font-weight: bold;
	color: yellow;
	font-size: 18px;
	font-family: Courier New;
}
h4 {
	font 18px;
	font-family: Cambria;
	color: black;
	margin-left: 2%;
	margin-right: 3%;
	background-color: wheat;
}