::-webkit-scrollbar {
	display: none;
}

.glyphicon.glyphicon-triangle-bottom {
	font-size: 30px;
}

#listado {
	height: 150px;
	overflow: scroll;
}

A:link {
	text-decoration: none
}

A:visited {
	text-decoration: none
}

body,
html {
	height: 100%;
	margin: 0;
}

.imagendefondo {
	background-image: url('../imagenes/fondo.png');
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.letrero {
	display: flex;
	justify-content: center;
	margin-top: 0px;
	width: 90%;
}

#bt1 {
	background-color: #33b24d;
	border-color: silver;
	color: white;
}

#bt1:hover {
	background-color: #248738;
	border-color: silver;
	color: white;
}