#articleSettings {
	padding:10px;
	background:#000;
	color:#fff;
	position:relative;
	z-index:9999;
}
.contenidoBackendBox .col {
	float:left;
	padding:0 10px;
}
.contenidoBackendBox .toggleMenu {
	position:relative;
}
.contenidoBackendBox .menuButton {
	color:#fff;
	padding:2px 10px;
}
.contenidoBackendBox .toggleMenu .menuButton {
	padding-right:30px;
	background:url(../images/contenido/down-circle.png) no-repeat top right;
}
.contenidoBackendBox .toggleMenu .menuButton.activeMenu {
	background:url(../images/contenido/up-circle.png) no-repeat top right;
}

.contenidoBackendBox .toggleElements {
	color:#fff;
	display:none;
	position:absolute;
	top:30px;
	left:0;
	background:#333;
	padding-bottom:5px;
}
.contenidoBackendBox .toggleElements .row {
	background:#333;
	padding:5px 10px 0 10px;
	white-space:nowrap;
}