label {
	cursor: pointer;
	margin-right: 1px;
}

input,textarea {
	background-color: #FFF;
	color: #333;
	border: 1px solid #999;
	padding: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}

select {
	background-color: #FFF;
	color: #333;
}

.editable_div {
	border: 1px solid #FFF;
	padding: 2px;
	margin-top: 15px;
	background-color: #333;
}

.boton_submit {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	border: 1px solid #909090;
	cursor: pointer;
}

.tools_idioma {
	color: #FFF;
	font-weight: bold;
	margin: 5px;
}

.idiomas {
	position: absolute;
	top: 0px;
	left: 100px;
}

.logout {
	position: absolute;
	top: 0px;
	left: 810px;
}

/* LAYOUT:NAV */
div#nav {
	border-bottom: 1px solid #333333;
	margin: 0 0 0 -100px;
	padding: 40px 0 0 100px;
	z-index: 99999;
	min-width: 1200px;
}

div#nav ul {
	float: left;
}

div#nav ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 18px 0;
}

div#nav ul li a {
	font-size: 32px;
	line-height: 42px;
	border: 0;
	font-style: normal;
	display: block;
}

div#nav ul#nav-main li:first-child {
	margin: 0 20px 0 0;
}

div#nav ul#nav-aux {
	float: left;
}

div#nav ul#nav-aux li {
	padding: 3px 0 0 0;
}

div#nav ul#nav-aux li a {
	text-align: right;
	font-size: 14px;
}

div#nav ul li#nav-features.active {
	background: url(../images/arrow-features.gif) 48% 100% no-repeat;
}

div#nav ul li#nav-curated.active {
	background: url(../images/arrow-curated.gif) 48% 100% no-repeat;
}

div#nav ul li#nav-digest.active {
	background: url(../images/arrow-digest.gif) 48% 100% no-repeat;
}

div#nav ul li#nav-shelf.active {
	background: url(../images/arrow-shelf.gif) 48% 100% no-repeat;
}

div#nav ul li#nav-network.active {
	background: url(../images/arrow-network.gif) 48% 100% no-repeat;
}

.site-tfal     div#nav.active {
	border-bottom-color: #ffffff
}

.site-features div#nav.active {
	border-bottom-color: #ffffff
}

.site-curated  div#nav.active {
	border-bottom-color: #ffffff
}

.site-digest   div#nav.active {
	border-bottom-color: #ffffff
}

.site-shelf    div#nav.active {
	border-bottom-color: #ffffff
}

.site-network  div#nav.active {
	border-bottom-color: #ffffff
}
