*{
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:10px;
	color:#000000;
}

.accesoMant
{
	background-color: #FFF;
}
div#divCarga
{
	width: 283px;
	height:20px;
	margin:0px auto;
	text-align:center;
	color:#fff;
}
div#divCarga h1
{
	background-image: url(/Gestion/Recursos/images/fondoError.gif);
	display: block;
	width: 283px;
	height:93px;
	padding:40px 0 0 20px;
	background-color: #d4d4d4;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: normal;
	color:red;
}
div#loginEntrada
{
	width: 273px;
	height: 400px;
	margin:50px auto;
	background-repeat:no-repeat;
	position: relative;
}
label{
	text-transform: uppercase;
	position: absolute;
	left: 42px;
}

input{
	position: absolute;
	left:35px;
	width:212px;
	border:1px solid #a9a8a8;
}

label#usuarioLabel
{
	top:146px;
}
input#gTxt_Usuario
{
	top:166px;
}
label#passLabel
{
	top:206px;
}
input#gTxt_Password
{
	top:226px;
}

p.firefox
{
	display:block;
	width: 253px;
	background-image: url(/Gestion/Recursos/images/firefox.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	position: absolute;
	top:310px;
	left:40px;
}
#botonAcceso
{
	position:absolute;
	width:111px;
	height:38px;
	top:260px;
	left:131px;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
}
#botonAcceso span
{
	display:block;
	padding: 10px 0 0 0;
}