@charset "utf-8";
/* CSS Document Pisco Guerra */

div.aanbouw {
	margin: auto;
	top: 100px;
	width: 400px;
	height: 400px;
	display: block;
	position: relative;
	text-align:center;
}
body {
	background: #FFFFFF;
}

@media (max-width:500px) {
	
	div.aanbouw {
		width:100%;
		top:40px;
}
}

div.aanbouw img {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}



p {
	font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align: center;
    /* text-shadow: 2px 2px black; */
    text-transform:none;
    font-size: 16px;
    padding: 5px;
}

p a {
	color:#000;
	text-decoration:none;
}
 
p a:hover {
	color:#005493;
}

