@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
	overflow:hidden;
}
#contpagina{
	width:480px;
	height:100%;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	background:  no-repeat url("fondo.jpg") ;
}

#contlogin {
	display: inline-block;
	border: 1px solid #8c8c8c;
    border-color: rgba(70,70,70,0.60);
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    height: 400px;
    width: 360px;
	background-color:rgba(0,114,198,1.00);
	
	box-shadow: 0 6px 10px -2px rgba(116,116,116,1.00);

}


.imgfondo {
    min-height: 100%;
    /*min-width: 1000px;*/
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#cabelogin {
	height:140px;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}

#cabelogin img {
	 height:140px;
	 width:320px;
}
 
 input[type="text"], input[type="password"] {
  border: 2px solid rgba(0,8,156,1.00);
   background: #ffffff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:300px;
   font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
   font-size:16px;
   clear:both;
   }
 input[type="text"]:focus,input[type="password"]:focus  {
   background: rgba(250,248,193,1.00);
   color: rgba(0,0,0,1.00);
   }


.detalogin button {
   border: 1px solid #570119;
   background: #b31b1b;
   background: -webkit-gradient(linear, left top, left bottom, from(#f52e2e), to(#b31b1b));
   background: -webkit-linear-gradient(top, #f52e2e, #b31b1b);
   background: -moz-linear-gradient(top, #f52e2e, #b31b1b);
   background: -ms-linear-gradient(top, #f52e2e, #b31b1b);
   background: -o-linear-gradient(top, #f52e2e, #b31b1b);
   background-image: -ms-linear-gradient(top, #f52e2e 0%, #b31b1b 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #ababab 0 1px 0;
   color: #ffffff;
   font-family: helvetica, serif;
   padding: 8.5px 25px;
   font-size: 16px;
   text-decoration: none;
   vertical-align: middle;
   }
.pinfo {
   font-family: helvetica, sans-serif;
   padding-top:50px;
   font-size: 18px;
   text-decoration: none;
   vertical-align: middle;
   color: #ffffff;
   }
.detalogin button:hover {
   border: 1px solid #570119;
   text-shadow: #ababab 0 1px 0;
   background: #c42121;
   background: -webkit-gradient(linear, left top, left bottom, from(#f25e5e), to(#c42121));
   background: -webkit-linear-gradient(top, #f25e5e, #c42121);
   background: -moz-linear-gradient(top, #f25e5e, #c42121);
   background: -ms-linear-gradient(top, #f25e5e, #c42121);
   background: -o-linear-gradient(top, #f25e5e, #c42121);
   background-image: -ms-linear-gradient(top, #f25e5e 0%, #c42121 100%);
   color: #fff;
   }
.detalogin button:active {
   text-shadow: #ababab 0 1px 0;
   border: 1px solid #570119;
   background: #f52e2e;
   background: -webkit-gradient(linear, left top, left bottom, from(#b31b1b), to(#c42121));
   background: -webkit-linear-gradient(top, #b31b1b, #f52e2e);
   background: -moz-linear-gradient(top, #b31b1b, #f52e2e);
   background: -ms-linear-gradient(top, #b31b1b, #f52e2e);
   background: -o-linear-gradient(top, #b31b1b, #f52e2e);
   background-image: -ms-linear-gradient(top, #b31b1b 0%, #f52e2e 100%);
   color: #fff;
   }
#contenviar {
	width: 100%;
	height:48px;
	margin-top:5px;
}
#olvidado {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size:13px;
	margin-top:15px;
}
#olvidado a {
	color: white;
}
.incorrecto {
	color: white;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    line-height:43px;
	font-size:16px;
		
}
#lblolvide {
	color: white;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    line-height:30px;
	font-size:16px;
}