.mapa-google iframe{
	width: 100% !important;
	height: 315px !important;
}
.form-signin-heading {
	color: #666;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
  text-align: center;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
	width: 100%;
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  margin-bottom:10px;
}
.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;
}
.form-signin .form-control:focus {
width: 100%;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(151, 25, 25, 0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background-color: #666;
	border-color: #666;
	background-image: none;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
border-color: #ccc;
-webkit-box-shadow: 0 0 6px #ccc;
-moz-box-shadow: 0 0 6px #ccc;
box-shadow: 0 0 6px #ccc;
}
.alerta-error {
	width: 300px;
	padding: 10px;
	border: 1px solid red;
	border-radius: 3px;
	font-size: 16px;
	color: red;
	font-weight: 600;
}
.success-message {
	padding: 10px;
	color: green;
	font-size: 18px;
}
.info a {
	text-decoration: none;
}
.navbar .brand {
    max-width: 200px;
}