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

a:hover {
	color: #999;
	text-decoration: none;
}
body {
	background-color: #BCC7CC;
}
.Vintage_logo {
	background-color: #494949;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#catala {
	background-color: #BCC7CC;
	height: 30px;
	width: 71px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
}
#castellano {
	background-color: #BCC7CC;
	height: 30px;
	width: 95px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
#english {
	background-color: #BCC7CC;
	float: left;
	height: 30px;
	width: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
}
#français {
	background-color: #BCC7CC;
	float: left;
	height: 30px;
	width: 89px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
}
a {
	color: #FFF;
	text-decoration: none;
}


