/* CSS Document */




* { font-family: Century Gothic; 
	}
	
.top-banner {
	background-image:url('images/top-banner.jpg');
	width:1100px;
	height:300px;
	background-repeat: no-repeat;
	background-position: center;
	text-aligh:center;
	}	

body {
	background-color: #000000;
	background-image: url('images/bgpage.jpg');
	width: 100%;
	height: 1359px;
	background-repeat: repeat;
	background-attachment: fixed; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	text-align: center;
	}

#menu { 
	background-image: url('images/menu.png');
	background-repeat:no-repeat;
	}
	
.space {
	height: 50px;
	}
	
	
	/* fix menu links */
.top-banner-fix {
	background-image:url(images/menufix.jpg);
	width:1100px;
	height:100px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: medium;
	text-align: center; 
	z-index: -1;	
	}
	
	
/* FOR MENU PLOMO */
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
}

.sticky + .content {
  padding-top: 0px;
}
/* END OF PLOMO MENU */




	/* TABLES */
	
table { 
	background-image:url('images/body-bg.png');
	background-color:;
	width: 1100px;
	border:0px;
	background-attachment: fixed;
 	background-position: center; 
 	background-repeat: repeat-y;
	text-align: center;
	}
	
td,th { padding: .10em 1em; }


	/* END OF TABLES */

	/* LINKS */
		
#plomo { 
	position:fixed; 
	float:left; 
	left:5px; 
	top:43%; 
	width:150px;
	z-index:1; 
	}
	
	
	/* END OF LINKS */
	
	
	/* TEXT */

	
hr { width:800px; }

	/* END OF TEXT */
	
	
	/* ADDRESS */
	
.bv { 
	background-image:url(images/adresbv.png); 
	width: 315px; 
	height: 250px; 
	}
	
.cl { 
	background-image:url('images/adrescl.png'); 
	width: 315px; 
	height: 250px; 
	
	}
	/* END ADDRESS */
	
	
	/* HEDINGS */
h1 {
	color: #336600;
}
h2 {
	color: #017802;
	text-align: center;
}
h3 {
	font-size: large;
	color: #666;
}
h4 {
	font-size: 18px;
	color: #000;
}
h5 {
	font-size: medium;
	color: #FFCC00;
}
h6 {
	font-size: medium;
	color: #CC6600;
}
	/* END OF HEADINGS */



#footer { 
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	width:1100px;
	height:400px;
	}



	

