@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto; /*centrat vertical del contingut*/
    font: 15px/1.4 Arial, sans-serif;
	color:#fff;
	background-color:#D4D4D4;
}

header {
	text-align: center;
	background:#fffff;
	padding: 35px 0 35px 0;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}

.mainlogo {
	/*width: auto;*/
	max-width: 842px;
		
}

/*
.text {
	
	width: 25%;	
}


.text img {
	width: 100%;
}


.shop {
	margin-top: 450px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	width: 25%;
	border: 2px solid #FFFFFF;
}

.shop a:link {
	font-weight: bold;
 	font-size: 28px;
 	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
}

.shop a:visited {
 	font-weight: bold;
 	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
}

.shop a:hover {
	font-weight: bold;
 	font-size: 28px;
	color: #f3e504;
	
}

.voucher {
	margin-top: 30px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	width: 25%;
	border: 1px solid #FFFFFF;
	font-size: 22px;
	color: #FFFFFF;
}

.secondlogo {
	max-width: 150px;
}


.container {
	background-image: url("imgs/black2.jpg");
	padding: 80px 0 100px 140px;
}


footer {
	clear: both;
	border-top: 1px solid #000000;
	text-align: center;
	color: #000000;
	background:#fffff;
	margin-top: 10px;
	padding: 45px 0 45px 0;
	
}


.proudly {
	padding-top: 20px;
}

.copyright {
	font-size: 13px;
	padding-top: 20px;
}

.legaltext {
	font-size: 13px;
}


footer a:link {
 	color: #000000;
	text-decoration: none;
}

footer a:visited {
 	color: #000000;
	text-decoration: none;
}

footer a:hover {
	text-decoration: none;
	color: #606060;
}
*/