.ui-fileupload .cancel {
	display: none;
}

.ui-fileupload .progress {
	display: none;
}

.files {
	display: none;
}

.fileupload-content {
	padding: 0 !important;
	border: 0;
}

.fileupload-buttonbar {
	background: white;
	border: 0;
}

body {
	border: 0;
	padding: 0;
	margin: 4px auto -4px auto;
	background: #EEECEC;
	font-family: "Arial" !Important;
	min-width: 1000px;
	max-width: 1000px;
}

#header {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: white;
	border-radius: 20px;
	height: 85px;
	width: 996px;
	border-style: solid;
	border-width: 2px;
	border-color: #98BA3F; /*borde verde*/
	display: inline-block;
}

#logo {
	display: inline-block;
	width: 300px;
	margin: 5px 0px 0px 10px;
}

#labelUsuario {
	vertical-align: bottom;
	margin-bottom: 1px;
}

/*MENU HORIZONTAL*/
#cssmenu {
	min-width: 1000px;
	background-image: url(../resources/imagenes/barraMenu.png);
}

#cssmenu ul {
	margin: 3px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#cssmenu li {
	display: block;
	float: left;
	margin-left: 22px;
	padding: 0;
	height: 22px;
}

#cssmenu li a {
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 3px 0 2px;
	padding-top: 6px;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	font-size: 12px;
}

#cssmenu li a:hover {
	color: white;
	padding-top: 4px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

#cssmenu li.active {
	height: 18px;
	border-bottom: solid;
	border-bottom-color: white;
	border-bottom-width: 1px;
	color: white;
}

#cssmenu li.active a {
	display: inline;
	float: left;
	padding-top: 4px;
	color: white;
}

#cssmenu li a.logout {
	font-weight: 100;
	font-size: 11px;
	font-style: italic;
}


#usuario {
	margin-bottom: 1px;
	margin-right: 8px;
	margin-top: 55px;
	float: right;
}
.estiqueta {
	background-color: #d3d3d3;
	position: relative;
	z-index: 20;
	margin-right: 28px;
}
.logo-mvl {
	background-image: url("../resources/imagenes/icon-user.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-position-x: 0px;
	background-position-y: 2px;
	float: left;
	height: 27px;
	width: 25px;
}.descripcion {
	font-size: 12px;
	float: left;
	margin-top: 7px;
}
.label-usuario {	
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 6px;
	-moz-margin-top: 5px;
	-ms-margin-top: 5px;
	float: left;
}
.recudro-boton-usuario {
	width: 47px;
	float: right;
}
.boton-usuario {
	margin-top: -24px;
	-moz-margin-top: -21px;
	-ms-margin-top: 0;
	font-size: 11px;
	margin-left: 0px;
	
	float: right;
	padding-right: 0;
}

#right {
	width: 740px;
}

#contenedorPersonal {
	width: 100%;
}