@CHARSET "UTF-8";

* {
	font-family: Arial;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

img {
	border: none;
}

body {
	background-color: #F6F3F8;
	background-image: url("../images/JNet_Img_BkgLogin.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	min-width: 980px;
}

input[type=button] {
	cursor: pointer;
	padding: 5px 15px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding: 5px 15px;
	background: rgb(175, 156, 177); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmOWNiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NDUzNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
		rgba(116, 83, 120, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(175,
		156, 177, 1) ), color-stop(100%, rgba(116, 83, 120, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
		rgba(116, 83, 120, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
		rgba(116, 83, 120, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
		rgba(116, 83, 120, 1) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgba(175, 156, 177, 1) 0%,
		rgba(116, 83, 120, 1) 100% ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#af9cb1',
		endColorstr='#745378', GradientType=0 ); /* IE6-8 */
}

input[type=button]:ACTIVE {
	position: relative;
	top: 1px;
}

#background {
	background: url("../images/JNet_Img_BkgInferior.png") no-repeat right
		bottom;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
}

#header img {
	display: block;
	margin: 0;
	padding: 0;
}

#header .content .welcome {
	font-size: 38px;
	font-weight: lighter;
	text-align: center;
	color: #745378;
}

#header .fileset {
	background: url("../images/JNet_Img_LoginLogo.png") no-repeat 140px top, url("../images/JNet_Img_LoginComp_Flag.png") no-repeat left top;
	width: 380px;
	padding: 127px 0 0 0;
	float: left;
}

#header .controls-login,#header .controls {
	padding: 0 14px 0 128px;
}

#header .controls-login>div {
	margin-top: 30px;
	display: table;
	width: 100%;
}

#header .controls-login>div:FIRST-CHILD {
	margin-top: 0px;
}

#header div.errors {
	margin: 10px 15px 0 15px;
}

#header div.errors {
	color: #BE1E2D;
	font-size: 12px;
	visibility: hidden;
}

#header div.btn {
	margin-top: 15px;
	text-align: center;
}

#header div.errors>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header div.errors>ul>li {
	background-image: url("../images/JNet_TitleBars_Ico_ErrorCaptura.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 40px;
	min-height: 24px;
	padding-right: 20px;
}

#header .controls-login label {
	display: table-cell;
	text-align: right;
	font-size: 17px;
	color: #745378;
	padding-right:5px;
	width: 54px;
}

#header .controls-login input[type=text],#header .controls-login input[type=password]
	{
	display: table-cell;
	width: 144px;
	height: 27px;
	background: url("../images/JNet_Ico_Login_Campo.png") no-repeat top left;
	border: none;
	/*margin-left: 70px;*/
	color: #414042;
	font-size: 14px;
	padding-left: 5px;
}

#header .controls-login input[type=button] {
	border: none;
	min-height: 28px;
	color: white;
	font-size: 14px;
}

#header .controls {
	display: table;
	width: 100%;
	margin-top: 70px;
}

#header .controls>div {
	display: table-cell;
	width: 50%;
	text-align: center;
}

#header .controls>div>div {
	background: url("../images/JNet_Ico_Login_Container.png") no-repeat
		center;
}

#header .controls>div img {
	margin: 0 auto;
}

#header .controls span {
	font-size: 12px;
	color: 414042;
}

/*Header contenido derecho*/
#header .content {
	float: left;
	width: 600px;
	padding: 48px 50px 0 74px;
}

#header .content p {
	text-align: center;
	font-size: 17px;
	color: #657799;
	margin: 46px 0 62px 0;
}

/*Carrucel*/
.carrucel {
	width: 471px;
	overflow: hidden;
	position: relative;
	background-image: url("../images/JNet_Img_ContainerBannerLogin.png");
	background-repeat: no-repeat;
	background-position: left top;
	min-width: 476px;
	min-height: 148px;
	padding: 2px 0 0 2px;
}

.carrucel ul {
	padding: 0;
	margin: 0;
}

.carrucel ul li {
	width: 471px;
	height: 143px;
	list-style: none;
	float: left;
}

.carrucel .buttons {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 50px;
}

.carrucel .prev {
	border: none;
	background: url("../images/JNet_Img_BannerLogin_FlechaAnterior.png");
	width: 28px;
	height: 42px;
	filter:none;
}

.carrucel .next {
	border: none;
	background: url("../images/JNet_Img_BannerLogin_FlechaSiguiente.png");
	width: 28px;
	height: 42px;
	float: right;
	filter:none;
}

.carrucel .slides {
	position: relative;
	width: 471px;
	overflow: hidden;
}

.carrucel .current-slides {
	position: absolute;
	left: 20px;
	bottom: 10px;
}

.carrucel .current-slides li {
	width: 16px;
	height: 6px;
	background:
		url("../images/JNet_Img_BannerLogin_Selector_Unselected.png")
		no-repeat center;
	float: left;
	list-style: none;
	cursor: pointer;
	margin-right: 5px;
}

.carrucel .current-slides li.current {
	background: url("../images/JNet_Img_BannerLogin_Selector_Selected.png")
		no-repeat center;
}

/*Contenido principal*/
#mainContent>p {
	padding: 25px 200px 25px 200px;
	margin: 0;
	font-size: 14px;
	color: #5B4C5C;
	text-align: center;
	border-bottom: solid 1px #A588AA;
	border-top: solid 1px #A588AA;
}

/*Empresas*/
#empresas {
	padding: 10px 0 10px 0;
	text-align: center;
}

#empresas>div {
	display: inline-block;
}

#empresas>.gptw {
	background-image: url("../images/JNet_Logo_GPTW_Unselected.png");
	width: 86px;
	height: 56px;
}

#empresas>.gptw:HOVER {
	background-image: url("../images/JNet_Logo_GPTW_Selected.png");
}

#empresas>.vorwerk {
	background-image: url("../images/JNet_Logo_Vorwerk_Unselected.png");
	width: 86px;
	height: 56px;
	margin-right: 20px;
}

#empresas>.vorwerk:HOVER {
	background-image: url("../images/JNet_Logo_Vorwerk_Selected.png");
}

#empresas>.esr {
	background-image: url("../images/JNet_Logo_ESR_Unselected.png");
	width: 106px;
	height: 56px;
}

#empresas>.esr:HOVER {
	background-image: url("../images/JNet_Logo_ESR_Selected.png");
}

/**Footer*/
#footer {
	background-color: #745378;
	padding: 10px 0 10px 0;
}

#footer>div {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#footer>div>span {
	width: 60%;
	float: left;
	font-size: 10px;
	font-weight: normal;
	color: #E9E0EE;
}

#footer>div>ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	float: right;
	list-style: none;
}

#footer>div li {
	float: left;
	padding: 0 5px;
	border-left: solid 1px #FFF;
}

#footer>div li:FIRST-CHILD {
	border-left: none;
}

#footer>div a {
	float: right;
	font-size: 12px;
	color: #E9E0EE;
	text-decoration: underline;
}

.pop.AvPriv {
  width: 900px;
  margin-left: -500px;
  position: absolute;
  z-index: 201;
  left: 50%;
  top: 20px;
}

.AvPriv .panel {
  position: relative;
  z-index: 102;
  background-color: white;
  height: 600px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: solid 1px #EFE8F2;
  overflow: hidden;
}

.panel .title {
  margin-top: 6px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #EFE8F2;
  margin-bottom: 21px;
}

element.style {
}
.panel>div.title .flag {
  background: url("../images/JNet_TitleBars_Flag.png");
  position: absolute;
  left: 12px;
  top: -7px;
  z-index: 1;
  width: 34px;
  height: 37px;
  display: table;
}

.panel>div.title .flag p {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

element.style {
}

.panel .title h1 {
  padding: 4px 10px 4px 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #EFE8F2;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #573E5A;
  margin: 0;
  font-weight: normal;
}

.sectionButton {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #E3DDE4;
  text-align: right;
  padding: 5px;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 15px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: rgb(175, 156, 177);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
 rgba(116, 83, 120, 1) 100% );
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(175,
 156, 177, 1) ), color-stop(100%, rgba(116, 83, 120, 1) ) );
  background: -webkit-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
 rgba(116, 83, 120, 1) 100% );
  background: -o-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
 rgba(116, 83, 120, 1) 100% );
  background: -ms-linear-gradient(top, rgba(175, 156, 177, 1) 0%,
 rgba(116, 83, 120, 1) 100% );
  background: linear-gradient(to bottom, rgba(175, 156, 177, 1) 0%,
 rgba(116, 83, 120, 1) 100% );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af9cb1',
 endColorstr='#745378', GradientType=0 );
  color: white;
  border: none;
  font-size: 14px;
}

.popOffScreen {
  background-color: #333333;
  -moz-opacity: 0.70;
  opacity: .70;
  filter: alpha(opacity = 70);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 101;
}