html{
	position: relative;
	min-height: 100%;
	padding:0 !important
}
body{

  padding-bottom: 40px;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 60px;
}
#space-login
{
	display:none;
}
.imgCarousel
{
	height:0;
	padding-bottom:38%;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:white;
	border-radius:4px;
}
.carousel
{
	height:0;
	padding-bottom:38%
}
@media(min-width: 992px)
{
	#space-login
	{
		display:block;
	}
	.carousel
	{
		height:350px;
		padding-bottom:0
	}
	.imgCarousel
	{
		height:350px;
		padding-bottom:0;
	}
}
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.footer {
  left:0;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;

}

.btnCenter
{
	text-align:center !important;
}

.descripcion
{
	background-image:none;
	color:white;
}
.carousel-control
{
	border-radius:4px;
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.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="email"] {
  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;
}
.texto_normal
{
	font-size:12px
}
