body{	
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow-x: hidden;
}

::placeholder {
  font-size:10px;
  color:#FFF !important;
}

.fondo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imagenes/fondo_inicio.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: 0;
}

.fondo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Oscurecer */
}

#contenedor{	
	min-height: 100%;
	margin: auto;
  position: relative;
  z-index: 1;	
  margin-bottom: -250px;
}

#contenedor:after{
	display: block;
	height: 250px;
}

#contenedor > .row > div{
	padding:10px 30px;
	color:#FFF;
}

#login{	
	margin: auto;
	max-width: 350px;
	box-shadow: 0px 0px 10px -1px #000;
	border-radius: 10px;
	background-color: rgba(15, 24, 29, 0.8);
	color:#FFF;
}

#footer_inicio {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  padding: 30px 20px 10px 20px;
  font-size: 14px;
  margin-top: 80px;
  height: 250px;
}

.footer_contenido {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

.footer_logo img {
  max-height: 40px;
}

.footer_soporte {
	border-left: 1px solid #CCC;
  text-align: left;
}

.footer_soporte i {
  margin-right: 5px;
}

.footer_copy {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
}

#div_logo{  
  margin-top:50px;
}

@media screen and (min-width:0px){

  #div_logo{  
    margin-bottom:0px;
  }

}

@media screen and (min-width:800px){

  #div_logo{  
    margin-bottom:100px;
  }

}