body{
	background-image: url("../img/crossword.png");
}

#logo{
	margin-bottom: 15px;
	margin-top: 5px;
}

#contenido{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
}

.btn_menu{
	background-color: #00a5ef;
	margin-bottom: 10px;
}

.btn_menu a{
	padding: 10px;
	font-size: 20px;
	color: #ffffff;
}

.btn_menu a:hover{
	text-decoration: none;
}

footer{
	background-image: url("../img/zwartevilt.png");
	min-height: 500px;
	color: #ffffff;
	padding: 30px;
}

h1, h2, h3 {
	color: #ff6f00;
}

h4 {
	color: #008dcc;
}

div.scroll {
    margin: 5px;
    padding: 5px;
    position: relative;
    width: 100%;
    height: 350px;
    overflow: auto;
  }