#header{
	background-image: url("../img/layout/bg.png");
	background-repeat: repeat-x;
	/*background-color: #006600;*/
	padding: 10px 0 20px 0;
}

.navbar-inverse{
	background-color: #A3BC3F;
}
.navbar-top ul li a{
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
}
.navbar-top ul li a:hover{
	color: #000;
}
.frase {
	margin: 30px 0 0 0;
	font-size: 26px;
	color: #fff;
	font-family: 'Courgette', cursive;
}

.carousel-caption {
	position: absolute;
	/*right: 15%;*/
	width: 50%;
	top: 2%;
	left: 0%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption h1{
	font-size: 66px;
}

.carousel-caption p{
	font-size: 20px;
}

#map{
  height: 200px;
}

#footer {
  height: 50px;
  background-color: #7B1821;
}

.container .credit, .credit a {
	margin: 17px 0;
	color: #fff;
	font-size: 12px;
}

/* ============== */

label.error.valid {
  width: 24px;
  height: 24px;
  /*background: url(../img/layout/valid.png) center center no-repeat;*/
  display: inline-block;
  text-indent: -9999px;

}
label.error {
  /*background: url(../img/layout/error.png) center center no-repeat;*/
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
  position: absolute;
  top:3px;
  right: 0px;
}