html {
  position: relative;
  min-height: 100%;
}
body {
	/*background:none;*/
	margin-bottom: 60px; /*footer*/
}

/* Page Loader */
#pageloader {
	background-color:#FFFFFF;
	height:100%;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}

.loader-item {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:3px solid rgba(0,0,0,0) !important;
	border-left:3px solid;
	border-radius:200px;
	-moz-border-radius:200px;
	-webkit-border-radius:200px;
	-o-border-radius:200px;
	-ms-border-radius:200px;
	border-right:3px solid;
	border-top:3px solid;
	height:40px;
	left:50%;
	margin:-20px 0 0 -20px;
	position:absolute;
	text-align:center;
	top:50%;
	width:40px;
}

.loader-item h2 {
	color:#CCCCCC;
	font-size:20px;
	margin:0 auto;
}

a:hover{
	text-decoration:none;
	
}

.enlace-small{
	font-size:11px;
}

.vl{
  border-left: 1px solid lightgray;
  height: 100%;
}

.margin-top-4{
	margin-top:4px;
}

.padding-top-10{
	padding-top:10px;
}



.padding-right{
	padding-top:1px;
	padding-bottom:1px;
	padding-left:1px;
	padding-right:10px;
}

.padding-left{
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:1px;
}

.padding-0 {
	padding:0px;
}

.padding-1 {
	padding:1px;
}

.padding-3 {
	padding:1px;
}

.full {
  background: rgb(212,228,239); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,228,239,1)), color-stop(100%,rgba(134,174,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */

  /* imagen de fondo ingresar */
  background: url(../img/background/ingresar.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.form-signin {
  max-width: 325px; 
  margin-top:-20px;
  display:block;
  background-color: #FFFFFF;
  border-top-right-radius: 2px;
  border-radius: 2px;
  height:490px;
}

#access_box{
  max-height:510px;
  max-width: 300px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 10px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  left: 80px;
}

#pre-load-web {width:100%;position:absolute; background-image: url(../img/background/background_login.jpg);left:0px;top:0px;z-index:100000}
/*aqui centramos la imagen si coloco margin left -64 es por que la imagen mide 128 */
#pre-load-web #imagen-load{left:50%;margin-left:-64px;position:absolute}
.main{
	padding-top: 10px;
}

hr {
	border: 0;
	width:233px;
	text-align:center;
	border-top: 1px solid #e0e0e0;
	height:0;
}

.social-box{
  margin: 0 auto;
  padding: 10px;
  border-bottom:1px #ccc solid;
}
.social-box a{
  font-weight:bold;
  font-size:18px;
  padding:8px;
}
.social-box a i{
  font-weight:bold;
  font-size:20px;
}
.heading-desc{
	font-size:20px;
	font-weight:bold;
	padding:15px 30px 0px 30px;
	
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-radius: 5px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 5px;
}
.form-signin input:focus{
 background: #e0e0e0;
}
.login-footer{
	background:#f0f0f0;
	margin: 0 auto;
	border-top: 1px solid #dadada;
	padding:20px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.login-footer .left-section a{
	font-weight:bold;
	color:#8a8a8a;
	line-height:19px;
}
.mg-btm{
	margin-bottom:20px;
}
#login_form{
	position:absolute;
	left:150px;
	top:50%;
	height:400;
	margin-top:-200px;
	z-index:1000;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  opacity: 0.8;
}

.form-group
{
  margin-left:23px;
}

p #btn_login
{
  outline: none;
  /*padding-top:10px;
  padding-bottom:10px;
  margin-bottom:10px;
  margin-top:10px;*/
  width:233px;
}

.tb{
	outline: none;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	display: block;
	padding: 4px 35px 4px 4px;
	width: 233px;
	height: 40px;
	border: 1px solid #CCCCCC;
	background-color: #f2f2f2;
}

#footer .container p{
	padding-top:20px;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 10px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

#user_login_input
{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pass_login_input
{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top:-11px;
}

.iconoDerecha{
  right:25px;
}

.iconoDerecha.active{
  color:#2ecc71;
}

.info_log_form{
  padding-top:0px 10px 0px 10px;
  margin-bottom:-3px;
  color:#808080;
}

.info_log_form
{
    width:98%;
}

.error{
    -webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius:5px;
    -webkit-border-radius: 5px;
    background: #df6245;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: none;
    font-size: 12px;
    margin-top: -45px;
    margin-left: 250px;
    padding: 10px;
    position: absolute;
}

.error:before{ /* Este es un truco para crear una flechita */
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #df6245;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 9px;
}

.info{
    -webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius:5px;
    -webkit-border-radius: 5px;
    background: #3a87ad; /*2d6987;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: none;
    font-size: 12px;
    margin-top: -45px;
    margin-left: 250px;
    padding: 10px;
    position: absolute;
}

.info:before{ /* Este es un truco para crear una flechita */
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #3a87ad; /*#2d6987;*/
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 9px;
}