.edgar{
	/*background: #000000;*/
  background-image: url("../img/login/inicio1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.cheti{
	/*background: #000000;*/
  background-image: url("img/menu/inicio3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.inicio{
	left: 50%;
	position: fixed;
	float: center;
	top: 50%;
	transform: translate(-50%,-50%);
}

.botonInicio{
	width: 280px;
}
.lineaVertical{
	border-left: thick solid #ffffff;
	margin-left: 20px;
	margin-right: 20px;
	height: 240px;
	border-width: 2px;

}

.titulopagina{
	/*background: #000000;*/
  background-image: url("../admin/img/3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.h3{
	color: white;
}

.active1, .btn:hover {
	background-color: red;
	color: green;
}