#center {
	background-color: white;
	border-radius: 20px;
	width: 996px;
	border: 2px solid #98BA3F;
	float: left;
	padding-bottom: 15px;
}

#north {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: white;
	height: 28px;
	width: 100%;
	margin: 22px 0px 0px 0px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #98BA3F;
	font-size: 1em !Important;
	font-family: "Arial" !Important;
}

#labelItemMenu {
	background-color: #98BA3F;
	height: 15px;
	width: 336px;
	color: white;
	padding: 7px;
	font-size: 16px !Important;
	font-family: "Arial" !Important;
	text-align: left;
}

#labelItemMenu label {
	font-size: 16px !Important;
}

#left {
	display: inline-block;
	width: 14%;
	min-width: 144px;
	border-right: solid;
	border-right-width: 2px;
	border-right-color: #98BA3F;
	margin: 0px 0px 0px 20px;
	min-height: 520px;
	vertical-align: top;
}

.tutorialMenu {
	padding: 0px 0;
	margin: -10px 1px 12px -20px;
	list-style-type: none;
}

.tutorialMenu h3 {
	margin: 5px 0;
	padding: 0;
}

.marco-modal1 {
	background-color: white;
	width: 600px;
	border: 2px solid darkgrey;
	border-radius: 10px;
	padding: 10px;
}

#tituloDialogoLogs {
	/* width: 100%; */
	height: 18px;
	font-style: italic;
	padding: 2px;
	foat: left;
	margin-bottom: 0px;
}

#marco {
	display: inline-block;
	width: 600px;
}

#derecha {
	display: inline-block;
	width: 60%;
}

#izquierda {
	display: inline-block;
	width: 39%;
	vertical-align: top;
	margin-top: 16px;
}