/*CSS Document*/
#loginLogo
{
	width: 100%;
	height: 103px;
	background: #C6C6C6 url(../imagenes/difasa_logo2.png) no-repeat center center;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	overflow: hidden;
}
#loggin
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 0;
}
.loginSector
{
	margin-bottom: 11px;
	margin-left: -44px;
}
LABEL
{
	text-align: right;
	width: 140px;
	display: inline-block;
	font-size: 14pt;
	color: #565656;
	font-weight: bold;
}
.loginSector INPUT
{
	width: 180px;
	margin-left: 6px;
	font-size: 14pt;
	color: #2085C7;
}
.ui-button-text
{
	font-size: 8pt !important;
	width: 80px;
}
.ui-buttonset
{
	margin-top: 22px;
	/*[disabled]margin-bottom:10px;*/
}
CENTER B
{
	color: #939393;
	font-size: 8pt;
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 260px;
	margin-left: -130px;
}
#logSect
{
	border: 3px solid #FFFFFF;
	height: 306px;
	position: absolute;
	width: 470px;
	margin-top: -153px;
	top: 50%;
	overflow: hidden;
	/*[disabled]background-color:#EFEFEF;*/
	left: 50%;
	margin-left: -235px;
}
#error
{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding-left: 0;
}
.loginSector LABEL
{
}
#loginForm
{
	padding-top: 34px;
	position: relative;
	/*[disabled]border:1px solid #000000;*/
}
