html {
	background-color: #ebedef;
}
div.VentanaInicio {
  margin: auto;
  text-align: center;
  font-weight: bold;
  border-left-color: palegreen;
  border-top-color: palegreen;
  border-left-style: solid;
  border-top-style: solid;
  background-color:  #DAF7A6;
  width: 40%;
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.VentanaInicio form,input {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.VentanaInicio table {
	border-bottom-style: none;
}
.VentanaInicio img.logo {
	margin-right: 15px; 
	float: left; 
	height: 100px;
	padding: 10px 10px;
}
img.recomendacion {
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
}
p.recomendacion {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: blueviolet;
}
