* {
	font-size: 12px;
}

*:focus {
	outline: none;
}

.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;
	width: 1000px;
}
*/

body {
	background-color: #EEECEC;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: "Arial" !Important;
}

form {
	float: left;
	width: 100%;
}

.contenedor-general {
	width: 1000px;
	margin: auto;
}

#header {
	background-color: white;
	border-radius: 20px;

	width: 976px;
	border: 2px solid #98BA3F;
	text-align: left;
	margin-top: 5px;
	padding: 10px;
}

#logo {
	display: inline-block;
	width: 300px;
	margin: 5px 0px 0px 10px;
}

#labelUsuario {
	vertical-align: bottom;
	margin-bottom: 1px;
}

/*MENU HORIZONTAL*/
#cssmenu {
	width: 1000px;
	height: 25px;
	margin: 5px 0;
}

#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 {
	color: black;
	margin: 28px;
	padding: 0;
	border-radius: 20px;
}

#contenedorPersonal {
	width: 100%;
}

.menu-horizontal {
	background-image: url(../resources/imagenes/barraMenu.png);
	height: 26px;
	margin: 3px 0; 
}

.contenedor-grupos {
	border: 1px solid darkgrey;
	float: left;
	border-radius: 15px;
	width: 422px;
	padding: 10px;
	background-color: #f7f7f7;
	margin-left: 20px;
}

#corrector {
	padding-top: 80px;
}

#panelClass {
	border: none;
}