@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
}
#logo {
	width: 255px;
	position: fixed;
	left: 50%;
	top: 90px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 225px;
	height: 128px;
	background-image: url(../images/fonslogobambobar.png);
	background-repeat: repeat;
}

#menu {
	width: 150px;
	position: fixed;
	left: 50%;
	top: 90px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -365px;
}


.full {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#maincontent {
	position: absolute;
	top: 300px;
	left: 0;
	z-index: 50;
	width: 100%;	
	}



.contenedor {
	position: absolute;
	z-index: 50;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 100%;
}
.centrar {
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	background-image: url(../images/fondocontenedorbambobar.png);
	background-repeat: repeat;
}
.menu {
	height: 30px;
	width: 130px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 28px;
	text-align: right;
	padding-right: 10px;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF000F;
	border-bottom-color: #820000;
	background-image: url(../images/fonsmenubambobar.png);
}

.menu:hover {
	height: 30px;
	width: 130px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 28px;
	text-align: right;
	padding-right: 10px;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #820000;
	border-bottom-color: #820000;
	background-image: url(../images/fonsmenubambobarhover.png);
}


.titolsinici {
	text-align: center;
	font-family: "lobster", serif;
	font-size: 36px;
	color: #FFF;
}
.titols {
	text-align: center;
	font-family: "lobster", serif;
	font-size: 36px;
	color: #FFF;
	margin-top: 45px;
}
.imatges {
	margin-top: 30px;
	height: 300px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.cleartop {
	height: 90px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	line-height: 15px;
}
.linia {
	height: 20px;
	margin-top: 5px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.figura {
	height: 62px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/figurabambobar.png);
	margin-top: 25px;
}
h1, h2 {
	font-size:36px;
	font-weight: normal;
	line-height: 20px;
}
#telf {
	color: #F00;
}

.copyright {
	width: 210px;
	position: fixed;
	height: 30px;
	background-repeat: repeat;
	right: 3px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	padding-bottom: 4px;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #F00;
}
img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;		
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
img.bg {
	left: 50%;
	margin-left: -512px; }
}
		
	
