/*****************************J**O**M**A**C**O**F**E**********************************************/

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    font-family: "Open Sans";
    padding: 0;
}


body {
  /*background: url("../imagenes/body-pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    color: #727272;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    line-height: 22px;
    min-width: 100%;
}

#contenedorLogin
{
	/*background: none repeat scroll 0 0 #878787;*/
    border-radius: 13px;
    height: 250px;
    margin: 0 auto;
    width: 400px;
}

.loading {
    margin: 26% auto 15px;
    position: relative;

    height: 40px;
    width: 40px;
}
.loading .circle {
    border-radius: 100%;
    position: absolute;
}
.loading .circle.dark {
    background-color: #666666;
    height: 22px;
    left: 1px;
    top: 10px;
    width: 22px;
}
.loading .circle.light {
    background-color: #eeece6;
    height: 25px;
    right: 1px;
    top: 8px;
    width: 25px;
}
.loading .branding {
   /* background: url("http://s18.postimg.org/8a4d3vj3p/db_loader.png") repeat scroll 0 0 transparent;*/
    height: 40px;
    width: 40px;
    position: absolute;
}

.login {
    width: 300px;
    margin: 0 auto;
}
.login form {
  width: 100%;
}
input {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);*/
	background: #efeee6;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 -5px 45px rgba(100, 100, 100, 0.2) inset, 0 1px 1px rgba(255, 255, 255, 0.2);
    /*color: #FFFFFF;*/
    font-size: 16px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
}

button {
    background: linear-gradient(to bottom, #878787 0px, #cccccc 100%) repeat scroll 0 0 transparent;
    border: 1px solid #cccccc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.55);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 #cccccc inset;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 10px 25px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    width: 100%;
	font-size: 16px;
}

.over
{
	left:0px;
	top:0px;
	right:0px;
	height:100%;
	z-index:1000;
	background:gray;
	opacity: .75;
	position:absolute;
}