html {
  height: 100%;
}

body {
	background: none repeat scroll 0% 0% #4D87BA;
	color: #333333;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  text-align:center;
}

.Absolute-Center.is-Responsive {
  min-width: 200px;
  max-width: 400px;
  padding: 40px;
}

#logo-container {
    height: 100px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.vista{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	background-color:#FFFFFF;
	padding: 20px;
}