	body {
		background-color: #333;
		font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
		font-size: 12px; 
		color: white;
		width:100%;
		text-align:center;
		margin:0px;
	
	}
	
	#container { 
		margin:0px auto;
		height:100%;
		width:650px;
		padding-left:20px;
		padding-right:20px;
		padding-top:20px;

	}
	
	#head { 
		font-family: Georgia; 
		letter-spacing: 4px; 
		font-size: 60px;
		color:#009966;
	}

	#header { 
		background: url(../images/bg_chapa.gif) center -40px repeat-x;
		width:100%;
		height:290px;
		clear:both;
	}
	
	#header_logo {
		display:none;
		margin:0px auto; 
		height:260px; 
		width: 400px;
		background-image:url(../images/logo.jpg); 
		background-position:top 44px; 
		background-repeat:no-repeat;
	}

	#header_logo2 {
		margin:0px auto; 
		height:260px; 
		width: 360px;
		background-image:url(../images/logo_chapa.gif); 
		background-position:1px 64px; 
		background-repeat:no-repeat;
	}

	#head2 { 
		margin-left:9px; 
		margin-top:-5px; 
		letter-spacing:8px; 
		font-size:13px; 
		font-weight:800%;
		margin-bottom:40px;
	}
	
	#menu {
		position:relative;
		top:-60px;
		text-align:center;
		color:gray; 
		clear:both; 
		margin:0px;
		padding:0px;
	
	}
	#menu a {
		margin:0px;
		padding:4px 7px;
		color:gray; 
	}
	#menu a:hover {
		color:black;
	}
		
	#login_bar {
		text-align:right; 
		margin:10px; 
		position:absolute; 
		right:0px; 
		top:240px;
		clear:both;
		color:black;
	}
	
	#login_bar A{	
		color:black;
	}
	
	#footer { 
		letter-spacing: 0.2px; 	
		padding-top:40px; 
		margin-bottom:20px;		
	}

		
	#footer,
	#footer a { 
		color: silver;
	}
	
	.panel { margin:2px; background-color:white;}
	
	A img { border:0px} 
	 
	A { color:white; font-weight:bold; text-decoration:none;}
	
	img.white_border {
		border: 1px solid white;
	}

	li a { 
		padding:6px 10px;
		display:block;
		margin:0px;
		width:100%;
	}
	
	li a:hover { 
		background-color:gray;
		color:white;
	}
	
		
	ul label {
		float:left;
		width:80px;
	}

	label {
		float:left; 
		width:140px;
	}


h1 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 26px;
	color: silver;
	font-weight: bold;
	padding: 5px 0 0px 0;
	letter-spacing:-1px;
	}

h1 a {
	color:white;
	text-decoration:none;
	}
	
h1 a:hover {
	color:yellow;
	}
