/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-jul-2017, 17:47:34
    Author     : Ing. Luis Alberto Vigo Portilla
*/


.login-form .user, .login-form .contra {
    position: absolute;
    top: 15px;
    left: 3px;
    color: #CCC;
}

.user {
    padding: 5px 5px 25px 15px;
    color: #000;
    background: url(../imagenes/user.png) no-repeat scroll 5px center;
}

.contra {
    padding: 5px 5px 25px 15px;
    color: #000;
    background: url(../imagenes/lock-warning.gif) no-repeat scroll 5px center;
}



.info {
      padding: 5px 5px 5px 25px;
    /* border: 1px solid #666; */
    color: #000;
    /* text-decoration: none; */
    background: url(../imagenes/eye.png) no-repeat scroll 5px center;
    /* -webkit-border-radius: 3px; */
    -moz-border-radius: 3px;
    /* border-radius: 3px; */
}
.nuevo {
    padding: 5px 5px 5px 25px;
    color: #000;
    background: url(../imagenes/new.png) no-repeat scroll 5px center;
    -moz-border-radius: 3px;
}
.editar {
    padding: 5px 5px 5px 25px;
    color: #000;
    background: url(../imagenes/pencil.png) no-repeat scroll 5px center;
    -moz-border-radius: 3px;
}
.delete {
    padding: 5px 5px 5px 25px;
    color: #000;
    background: url(../imagenes/eliminar.png) no-repeat scroll 5px center;
    -moz-border-radius: 3px;
}