#tblIndexFondo{
	background-image: url(../imagen/Index_bck_0.png);
	font:10px Tahoma;
	color: #1A1A1A;
}
.Index_div{
    background-image: url(../imagen/Index_bck_X.png);	
	position: relative;
	float: left;
	width: 1346px;
	height: 648px;	
}
.Index_div_txtIdUsuario{
    position: absolute;
	float:left;
	top:578px;
	left:185px;
}
.Index_div_txtClave{
    position: absolute;
	float:left;
	top:578px;
	left:377px;
}
.Index_div_ibtnOlvidoContrasenia{
    position: absolute;
	float:left;
	top:608px;
	left:377px;
}
.Index_css_Login{
	font:18px Tahoma;
	background-color:transparent;
	border-color: transparent;	
	width:170px;
	height:25px;
}
.Index_div_ibtnIngresar{
    position: absolute;
    float:left;
	top:578px;
	left:570px;  
}
.Index_div_imgRegistrate{
    position: absolute;
	float:left;
	top:578px;
	left:650px;
}
.Index_div_imgFB{
    position: absolute;
	float:left;
	top:578px;
	left:750px;
}
.Index_div_ayuda_cerrado{
    background-image: url(../imagen/Index_ayuda_cerrado.png);
    position: absolute;
	float:right;
	top:0px;
	right:0px;
	visibility:visible;
	width: 160px;
	height: 648px;
	cursor:help;
}
.Index_div_ayuda_abierto{
    background-image: url(../imagen/Index_ayuda_abierto.png);
    position: absolute;
	float:right;
	top:0px;
	right:0px;
	visibility:hidden;
	width: 450px;
	height: 648px;
	cursor:help;
}

.Index_div_lblDescargaMobile{
    position: absolute;
	float:left;
	top:430px;
	left:890px;
	color: White;
	font-size:14px;
}
.Index_div_imgDescargaGooglePlay{
    position: absolute;
	float:left;
	top:450px;
	left:885px;
}
.Index_div_imgDescargaAppStore{
    position: absolute;
	float:left;
	top:450px;
	left:1065px;
}

#ibtnIngresar ,#imgRegistrarse, #ibtnOlvidoContrasenia, #imgDescargaGooglePlay, #imgDescargaAppStore, #imgTelemetria
{	
	cursor:url('hand.ico'),pointer; 		
}