body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    color: black;
}

body {
    background: url("../images/master/bodyFill.png") repeat fixed;
}

#banner {
    width: 100%;
    height: 406px;
    background: white url("../images/login/loginBanner.jpg") no-repeat center;
    border-bottom: solid 3px #6A8A4B;
}
#loginBox {
    width: 320px;
    margin: 0 auto;
    padding-top: 50px;    
    display: none; 
}
    #loginBox table {
        margin: 0 auto;
        border-collapse: collapse;
    }
        #loginBox table td { position: relative;
        }
    #loginBox table input[type=text],
	#loginBox table input[type=password],
	#loginBox table input[type=image] {
        width: 250px;
        height: 30px;
        padding: 8px;
        margin-left: 15px;
        border: solid 2px #6A8A4B;
        border-radius: 8px;
        outline: none;
        font-size: 14px;
        cursor: pointer;
        color: #424242;
    }
        #loginBox table img { cursor: pointer; }
        #loginBox table input:focus { background-color: #C7FF8C; }

#butIngresar { background-color:#E6E6E6; }
#butIngresar:hover { background-color: #C7FF8C; }
#pnMsg {
    border: solid 2px #FFBF00;
    background-color: #F2F5A9;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;

}
.IconoAlerta {
    position:absolute;
    top: 12px;
    right: 8px;
}

::-webkit-input-placeholder { color: #6A8A4B; } /* WebKit */
:-moz-placeholder { color: #6A8A4B; } /* Firefox 18- */
::-moz-placeholder { color: #6A8A4B; } /* Firefox 19+ */
:-ms-input-placeholder { color: #6A8A4B; } /* IE 10+ */
