#logo{
	margin-top:0em;
	padding:0.3em;
	background-color:#FFF;
	width:65%;
	border: 0.3em solid #FFF;
	}

.carousel {
	/*
    height: 100%;
	width: 100%;
	*/
	height: auto;
	width: 100%;

}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    /*
    height: 100%;
	*/
	height: auto;
}

.carousel .fill {
    /*
    height: 100%;
	width: 100%;
	*/
	height: auto;
	width: 100%;
    background-position: center;
    background-size: cover;
}

.mostrar{
		display:none;
		}

@font-face {
  font-family: 'Garage';
  /* Antes de descargar el archivo, le decimos al buscador
  que intente buscar en local la fuente con nombre
  Cabin, Cabin Regular o Cabin-Regular */
  src: local('Garage'),
       local('Garage Regular'),
       local('Garage-Regular'),
       url(Garage-Regular.otf) format('otf');
}

.Garage {
    font-family: 'Garage';
}
