html {
  position: relative;
  min-height: 100%;
}

/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  background: url('../img/Webdesktop_Background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;  
  border-top: 1px solid #e5e5e5;
  position: absolute;
  bottom: 0;
  width: 52%;
  /* Set the fixed height of the footer here */
  height: 60px;
  
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 748px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.centrar
{
vertical-align: middle;
text-align: center;    	
}

.img_centrar
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text_just
{
	text-align: justify;
    text-justify: inter-word;
}


.btn-flat {    
    /*background: #00529C;*/
    color: white;
    font-weight: 300;
    padding-left: 20px;
    border-radius: 5px;
    margin-top: 2px;
    padding-right: 20px;    
    box-shadow: 0 5px 0 #95CDFF;
    position: relative;
    margin-bottom: 5px;
}
.btn-flat:hover,
.btn-flat:focus,
.btn-flat.active,
.btn-flat.style2:hover {
    color: white;
    bottom: -5px;
    box-shadow: none;
}
.btn-flat.style2 {
    /*    background: #63A4B5;
        box-shadow: 0 5px 0 #5b94a3;*/
    background: #91CB8A;
    box-shadow: 0 5px 0 #88AA88;
}
