html, body
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body
{
    background-image: url(img/fondo_login.jpg) !important;
}
div#login
{
    width: 100%;
    height: 100%;
    position: relative;
}
img#arriba_izq
{
    position: absolute;
    top: 20px;
    left: 20px;
}
img#arriba_der
{
    position: absolute;
    top: 20px;
    right: 20px;
}
img#abajo_der
{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
img#abajo_izq
{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.ui-body-c, .ui-dialog.ui-overlay-c
{
    background: none;
}
#centro_login
{
    margin: 0 auto;
    width: 305px;
    padding: 0 10px;
    height: 100%;
    background-image: url(img/fondo_login.png);
}
#texto_login
{
    width: 305px;
    height: 100%;
    background-image: url(img/fondo_login_texto.png);
    background-repeat: no-repeat;
}
#texto_inicial
{
    height: 91px;
    padding: 120px 50px 0 50px;
    color: #717171;
}
#texto_inicial strong, #texto_fin strong
{
    display: block;
}
#texto_fin
{
    text-align: right;
    /*padding: 145px 10px 0 0;*/    
    font-size: 12px;
    color: #717171;    
}
#texto_fin .texto
{
	margin-top: 100px;
	background-color: #ffffff;
    padding-bottom: 5px;
	padding-right: 10px;
}
#formulario
{
    background-image: url(img/fondo_form.jpg);
    background-repeat: no-repeat;
    width: 257px;
    height: 204px;
    margin-left: -52px;
    padding: 0 75px;
    position: relative;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    margin-top: 30px;
}
input#conectar
{
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
    float: right;
}
.ui-content
{
    padding: 0;
    display: block;
    height: 100%;
}
.ui-mobile [data-role="page"], .ui-mobile [data-role="dialog"], .ui-page {
    position: relative;
    height: 100%;
}
form
{
    padding-top: 10px;
}
label
{
    background-image: url(img/fondo_label.jpg);
    background-repeat: no-repeat;
    padding-top: 8px;
    color: #fff;
    margin-bottom: 8px;
    display: block;
}
input#usuario, input#password
{
    width: 225px !important;
    border: 1px solid #C6C6C6 !important;
    height: 29px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    margin-bottom: 8px;
    padding-left: 30px;
}
#usuario
{
    background-image: url(img/fondo_input_usuario.jpg);
    background-repeat: no-repeat;
}
#password
{
    background-image: url(img/fondo_input_clave.jpg);
    background-repeat: no-repeat;
}
.error
{
    background-color: #EA5252;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    top: -32px;
    height: 22px;
    width: 100%;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}