a img {
	border: none;
}

*:focus {
	outline: none;
}

body {
	background-image: url('body.jpg');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: black;
	margin-top: 0;
	margin-bottom: 0;
}

#header, #header_index {
	width: 980px;
	background-color: rgb(0,66,54);
	margin: 0 auto;
	position: relative;
	margin-bottom: 0;
}

#header {
	height: 230px;
}

#header_index {
	height: 204px;
}


	#banner, #banner_index {
		display: block;
		width: 980px;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		background-image: url('banner.png');
		background-position: bottom center;
	}
	
	#banner {
		height: 230px;
	}
	
	#banner_index {
		height: 190px;
	}
	
		#fonosdiciembre {
			display: block;
			position: absolute;
			bottom: 47px;
			left: 270px;
		}
	
		#return {
			display: block;
			position: absolute;
			top: 40px;
			left: 70px;
			width: 160px;
			height: 188px;
		}
	
			#return span {
				display: none;
			}
	
		#banner span, #banner_index span {
			display: none;
		}
		
	#social {
		position: absolute;
		top: 10px;
		right: 10px;
		list-style: none;
		margin: 0;
	}
	
		#social li {
			display: inline;
			float: left;
			width: 22px;
			margin-right: 4px;
		}
		
		#social li  .twitter {
			display: block;
			float: left;
			background-image: url('social_twitter.png');
			width: 24px;
			height: 24px;
		}
		
		#social li .flickr {
			display: block;
			float: left;
			background-image: url('social_flickr.png');
			width: 24px;
			height: 24px;
		}
		
		#social li .youtube {
			display: block;
			float: left;
			background-image: url('social_youtube.png');
			width: 24px;
			height: 24px;
		}
		
		#social li span {
			display: none;
		}
	
	#countdown {
		position: absolute;
		font-family: 'Trebuchet MS', 'Luxi Sans', 'DejaVu Sans Condensed', sans-serif;
		top: 12px;
		right: 290px;
		width: 450px;
	}
	
	#header #countdown {
		top: 12px;
		right: 290px;
	}
	
	#header_index #countdown {
		top: 120px;
		right: 290px;
	}
	
		#countdown h2 {
			font-size: 13px;
			margin-top: 4px;
			margin-right: 10px;
			float: left;
			color: rgb(111,148,137);
			font-weight: normal;
			width: 200px;
		}
		
		#header #countdown .frame {
			background-image: url('countdown.png');
			float: right;
			width: 237px;
		}
		
		#header_index #countdown .frame {
			background-image: url('countdown_index.png');
			float: right;
			width: 237px;
		}
		
		#countdown .frame div {
			font-size: 10px;
			text-align: center;
			color: rgb(161,195,181);
			line-height: 18px;
			text-transform: lowercase;
			margin-left: 1px;
			padding-top: 4px;
			height: 22px;
		}
		
		#countdown .frame div span {
			font-size: 22px;
			font-weight: bold;
		}
		
		#countdown .frame .d {
			float: left;
			width: 59px;
			color: rgb(248,248,252);
		}
		
		#countdown .frame .h {
			float: left;
			width: 60px;
			color: rgb(129,193,185);
		}
		
		#countdown .frame .i {
			float: left;
			width: 54px;
			color: rgb(129,193,185);
		}
		
		#countdown .frame .s {
			float: left;
			width: 59px;
			color: rgb(129,193,185);
		}
		
	#commit {
		position: absolute;
		top: 80px;
		left: 330px;
		font-family: Tahoma, 'DejaVu Sans Condensed', sans-serif;
		font-size: 11px;
		font-variant: small-caps;
	}
	
		#commit fieldset {
			width: 515px;
			height: 120px;
			padding: 0;
			margin: 0;
			border: none;
		}
		
		#commit legend {
			display: none;
			padding: 0;
			margin: 0;
		}
		
		#commit p {
			font-family: Verdana, 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
			font-variant: normal;
			font-size: 13px;
		}
		
		#commit label {
			font-size: 14px;
			font-weight: bold;
		}
		
		#commit input {
			background-color: black;
			color: white;
			border: none;
			background-image: url('commit.png');
			width: 168px;
			height: 19px;
			padding-left: 4px;
			padding-right: 32px;
			padding-top: 4px;
			font-family: Tahoma, 'DejaVu Sans Condensed', sans-serif;
			font-size: 12px;
			font-variant: small-caps;
			font-weight: bold;
		}
		
		#commit button {
			border: none;
			background: none;
			float: right;
			width: 55px;
			font-family: Tahoma, 'DejaVu Sans Condensed', sans-serif;
			font-size: 11px;
			font-variant: small-caps;
			cursor: pointer;
			text-decoration: underline;
			color: rgb(25,134,115);
		}
		
		#commit ul {
			width: 174px;
			background-color: black;
			color: white;
			font-weight: bold;
			list-style: none;
			padding-left: 0;
			margin: 0;
			list-style: none;
		}
		
			#commit li {
				margin: 0;
				padding-left: 4px;
				cursor: pointer;
			}
		
			#commit li.selected {
				background-color: rgb(116,167,18);
			}
			
		#commit .nombre, #commit .carrera {
			position: absolute;
			top: 80px;
			z-index: 1;
		}
		
		#commit .nombre {
			left: 22px;
		}
		
		#commit .carrera {
			left: 302px;
		}
		
	#status {
		font-family: Verdana, 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
		font-size: 12px;
		width: 455px;
		height: 24px;
		position: absolute;
		left: 370px;
		top: 185px;
		font-weight: bold;
		color: rgb(25,105,92);
		text-align: center;
	}
		
#content {
	width: 980px;
	min-height: 380px;
	margin: 0 auto;
	margin-top: 0;
	padding-top: 0;
	background-color: white;
}

#content a {
	color: rgb(102,102,102);
	background-color: transparent;
}

#content.news {
	/* background-color: rgb(235,235,235); */
}

	#intro {
		font-family: Arial, A030, 'Nimbus Sans L', FreeSans, 'Liberation Sans', sans-serif;
		font-size: 10px;
		color: rgb(116,167,18);
		background-color: white;
		height: 389px;
	}
	
		#intro h1, #intro p, #intro ul {
			margin-left: 20px;
			margin-right: 25px;
			padding: 0;
		}
		
			#intro li a {
				color: rgb(8,122,185);
			}
		
		#intro p, #intro .right div {
			height: 40px;
			margin-top: 5px;
			margin-bottom: 20px;
			height: 40px;
			display: block;
		}
	
		#intro .left {
			width: 280px;
			float: left;
			background-image: url('border_right_home.png');
			background-position: top right;
			background-repeat: no-repeat;
		}
		
		#intro .center {
			width: 270px;
			float: left;
			margin-left: -10px;
			background-image: url('border_right_home.png');
			background-position: top right;
			background-repeat: no-repeat;
		}
		
		#intro .right {
			width: 220px;
			margin-left: -10px;
			float: left;
		}
		
			#intro .right h1 {
				position: relative;
				z-index: 3;
			}
		
			#intro .right div {
				position: relative;
				z-index: 2;
			}
			
				#intro .right div object {
					position: absolute;
					display: block;
					left: 208px;
					top: -262px;
					z-index: 2;
				}
		
		#intro .left, #intro .center, #intro .right {
			position: relative;
			height: 388px;
		}
		
		#intro h1 {
			text-transform: uppercase;
			font-family: Arial, A030, 'Nimbus Sans L', FreeSans, 'Liberation Sans', sans-serif;
			font-size: 14px;
			color: rgb(116,167,18);
			background-color: transparent;
			text-align: left;
			margin-top: 30px;
			margin-bottom: 0;
		}
		
		#intro ul {
			list-style-image: url('bullet_home.png');
			color: rgb(13,116,173);
			margin-left: 0;
			padding-left: 35px;
			font-size: 11px;
		}
		
			#intro li {
				margin-bottom: 5px;
				padding: 0;
			}
			
			#intro .more {
				display: block;
				font-family: Arial, A030, 'Nimbus Sans L', FreeSans, 'Liberation Sans', sans-serif;
				font-size: 11px;
				color: rgb(99,99,99);
				position: absolute;
				bottom: 45px;
				text-align: right;
				text-decoration: none;
			}
			
			#intro .left .more {
				width: 245px;
			}
			
			#intro .center .more {
				width: 240px;
			}
			
			#intro .right .more {
				width: 200px;
			}
			

	#left {
		float: left;
		width: 435px;
		margin-bottom: 25px;
	}
	
		#content #facebook {
			width: 779px;
			float: left;
			background-color: rgb(24,24,24);
		}
	
		#content #left #facebook {
			width: 435px;
			background-color: rgb(24,24,24);
		}
	
		#facebook {
			height: 53px;
			background-color: rgb(24,24,24);
			vertical-align: bottom;
			font-family: Verdana, 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
			font-size: 13px;
			color: white;
		}
		
			#facebook p {
				margin-top: 0;
				background-color: rgb(24,24,24);
			}
		
			#facebook p.login {
				text-align: right;
				padding-top: 20px;
				text-transform: lowercase;
				padding-right: 10px;
			}
			
			#facebook p.logged {
				text-align: left;
				padding-top: 0;
				padding-left: 30px;
				margin-top: 10px;
				font-size: 10px;
			}
			
			#facebook p.logged, #facebook p.logged a {
				color: rgb(114,141,136);
			}
			
			#facebook p.logged img.avatar {
				float: left;
				margin-right: 10px;
			}
			
			#facebook p.logged img.logo {
				float: right;
				margin-right: 10px;
				margin-top: 10px;
			}
			
			#facebook p.logged strong {
				font-size: 10px;
				color: rgb(176,176,176);
				margin-top: 3px;
				margin-bottom: 5px;
				display: block;
				font-weight: normal;
			}
			
			#facebook p.logged a {
				text-decoration: none;
			}
			
			#facebook p.login a {
				color: white;
				background-color: transparent;
				text-decoration: none;
			}
			
			#facebook p.login img {
				position: relative;
				top: 2px;
			}
			
		#twitter {
			margin-left: 25px;
			margin-right: 40px;
			height: 455px;
		}
		
			#twitter h2 {
				text-transform: uppercase;
				color: rgb(0,123,181);
				font-family: 'Trebuchet MS', 'Luxi Sans', 'DejaVu Sans Condensed', sans-serif;
				font-size: 16px;
				padding-top: 15px;
				margin-top: 0;
				clear: both;
			}
			
				#timeline {
					font-family: Verdana, 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
					font-size: 10px;
					height: 345px;
					background-color: white;
					position: relative;
				}
				
					#timeline .loader {
						background-image: url('loader.gif');
						width: 66px;
						height: 66px;
						position: relative;
						left: 160px;
						top: 120px;
					}
					
						#timeline .loader span {
							display: none;
						}
				
					#timeline .tweet {
						border-bottom: 1px dashed rgb(204,204,204);
						clear: both;
						padding: 2px 5px 5px 5px;
						height: 60px;
						background-color: white;
					}
					
					#timeline .tweet:hover {
						background-color: rgb(231,230,212);
					}
					
					#timeline .tweet a {
						text-decoration: none;
					}
					
					#timeline .tweet a:hover {
						text-decoration: underline;
					}
					
					#timeline .tweet img {
						float: left;
						margin-top: 5px;
						margin-right: 5px;
						margin-bottom: 5px;
					}
					
					#timeline .tweet em {
						color: rgb(134,136,135);
						font-size: 11px;
					}
					
					#timeline .tweet p {
						color: rgb(47,73,48);
						margin-left: 40px;
						margin-top: 5px;
						margin-bottom: 0;
						text-align: left;
					}
					
					#timeline .tweet p span {
						color: rgb(0,136,184);
					}
					
				#twitter .follow {
					color: rgb(34,159,251);
					text-align: right;
					font-family: Verdana, 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
					font-size: 12px;
					margin-top: 20px;
					margin-bottom: 25px;
					width: 100%;
					height: 40px;
				}
				
				#twitter .follow span {
					display: block;
					float: left;
					width: 277px;
					padding-top: 12px;
				}
				
				#twitter .follow a {
					display: block;
					float: right;
					margin-right: 0;
					width: 88px;
					height: 31px;
					background-image: url('follow_twitter.png');
					margin-top: 0px;
					margin-left: 4px;
				}
				
				#twitter .follow a span {
					display: none;
				}
		
		#info {
			clear: both;
			margin-left: 50px;
			margin-right: 95px;
		}
		
			#info h2 {
				background-image: url('info_title.png');
				display: block;
				padding-left: 25px;
				padding-top: 3px;
				width: 268px;
				height: 22px;
				text-transform: uppercase;
				font-family: 'Trebuchet MS', 'Luxi Sans', 'DejaVu Sans Condensed', sans-serif;
				font-size: 14px;
				font-weight: normal;
				color: white;
				background-color: transparent;
			}
			
			#info div {
				background-image: url('bullet.png');
				background-position: 15px 5px;
				background-repeat: no-repeat;
				color: rgb(101,101,101);
				font-family: Verdana, 'DejaVu Sans', 'Bistream Vera Sans', sans-serif;
				font-size: 11px;
				padding-left: 25px;
			}
			
			#info cite {
				font-style: normal;
				font-family: Verdana, 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
				font-size: 11px;
				color: rgb(96,98,97);
				margin-left: 25px;
				display: block;
				
			}
			
			#info cite span {
				display: block;
				font-weight: bold;
			}
			
			#info .more {
				text-align: right;
				display: block;
				font-family: Arial, A030, 'Nimbus Sans L', FreeSans, 'Liberation Sans', sans-serif;
				font-size: 11px;
				color: rgb(99,99,99);
				text-decoration: none;
			}
	
	#middle {
		
	}
	
		#article, #links {
			width: 680px;
			float: left;
			background-color: white;
			padding-left: 50px;
			padding-right: 50px;
			font-family: Arial, A030, 'Nimbus Sans L', FreeSans, 'Liberation Sans', sans-serif;
		}
		
			#links ul.twitter {
				background-image: url('links_twitter.png');
				padding-left: 20px;
				padding-top: 7px;
				margin-bottom: 30px;
				width: 618px;
				height: 402px;
				list-style: none;
			}
			
				#links ul.twitter li {
					padding: 0;
					font-size: 12px;
					float: left;
					width: 130px;
					margin-top: 30px;
					margin-left: 20px;
				}
				
					#links ul.twitter li a {
						text-decoration: none;
						color: rgb(8,122,185);
					}
					
						#links ul.twitter li a span {
							position: relative;
							top: -13px;
							left: 10px;
						}
		
			#article h2 {
				text-transform: uppercase;
				color: rgb(0,123,181);
				font-family: 'Trebuchet MS', 'Luxi Sans', 'DejaVu Sans Condensed', sans-serif;
				font-size: 16px;
			}
			
			#article h3, #links h2 {
				font-size: 32px;
				font-family: Arial, A030, 'Nimbus Sans L', FreeSans, 'Liberation Sans', sans-serif;
				font-weight: normal;
				margin-top: 10px;
				margin-bottom: 10px;
			}
			
			#article blockquote {
				margin: 0;
			}
			
			#article blockquote p, #links h3 {
				font-size: 16px;
				color: rgb(128,102,102);
				font-weight: normal;
			}
			
			#article object {
				margin-left: 120px;
			}
			
			#flickr {
				width: 683px;
				height: 77px;
				overflow: hidden;
			}
			
				#flickr ul {
					height: 77px;
					padding: 0;
					margin: 0;
					list-style: none;
				}
				
					#flickr li {
						padding: 0;
						margin: 0;
						display: block;
						width: 76px;
						height: 75px;
						float: left;
					}
					
			#controls {
				width: 683px;
				height: 20px;
				text-align: right;
			}
			
				#controls a {
					font-size: 11px;
					color: rgb(102,102,102);
					background-color: transparent;
					font-weight: bold;
					text-decoration: none;
				}
				
				#controls a:hover {
					color: white;
					background-color: rgb(102,102,102);
				}
				
			#visor {
				float: left;
				margin-right: 15px;
				margin-bottom: 10px;
				width: 240px;
				min-height: 180px;
				padding-top: 10px;
			}
			
			#links .item {
				clear: both;
				margin-bottom: 30px;
				min-height: 200px;
			}
			
			#links .item .text {
				float: right;
				width: 480px;
			}
			
			#links .item.psu3g .text {
				margin-top: 100px;
			}
			
			#links .item.qr .text {
				margin-top: 40px;
			}
			
			#links .item .text h4 {
				text-transform: uppercase;
				font-size: 10pt;
				color: rgb(102,102,102);
				background-color: transparent;
				margin: 0;
			}
				
			#article p, #links p, #article ul {
				font-size: 12px;
				color: rgb(91,91,91);
			}
			
			
			#links .item img {
				float: left;
			}
			
			#permalink {
				clear: both;
				color: rgb(102,102,102);
				background-color: transparent;
				padding-top: 15px;
				padding-left: 21px;
				font-size: 12px;
				font-weight: bold;
				background-image: url('permalink.png');
				background-position: left bottom;
				background-repeat: no-repeat;
			}
				
				#permalink input {
					width: 529px;
					margin-left: 10px;
					border: 1px solid rgb(218,218,218);
					font-family: monospace;
				}
			
			#options {
				clear: both;
				border-top: 1px solid rgb(218,218,218);
				margin-top: 5px;
				font-size: 12px;
				font-weight: bold;
				margin-bottom: 30px;
				height: 19px;
			}
			
				#options a {
					color: rgb(102,102,102);
					background-color: transparent;
					text-decoration: none;
					display: block;
					height: 19px;
					width: 140px;
					padding-top: 5px;
					background-repeat: no-repeat;
				}
				
				#options a.comment {
					float: left;
					width: 140px;
					padding-left: 20px;
					background-image: url('article_comment.png');
					background-position: left;
					
				}
				
				#share{
					float: right;
					width: 175px;
					padding-right: 22px;
					padding-top: 5px;
					height: 16px;
					background-position: right;
					text-align: right;
				}
				
					#share span {
						display: block;
						float: left;
						width: 32px;
						color: rgb(102,102,102);
						background-color: transparent;
					}
					
					#share a {
						display: inline;
						margin-left: 10px;
					}	
				
			#comment {
				clear: both;
				display: none;
			}
			
				#comment p a img {
					position: relative;
					top: 2px;
				}
			
				#comment fieldset {
					border: none;
					margin: 0;
					padding: 0;
				}
				
				#comment fieldset legend {
					display: none;
				}
				
				#comment label {
					display: block;
					font-size: 11px;
					clear: both;
					margin-top: 10px;
				}
				
					#comment label span {
						display: block;
						float: left;
						width: 145px;
						margin-top: 1px;
						text-align: right;
						color: rgb(102,102,102);
						background-color: transparent;
					}
					
					#comment label input, #comment label textarea {
						margin-left: 10px;
						width: 380px;
						border: 1px solid rgb(218,218,218);
						font-family: inherit;
						font-size: inherit;
					}
					
					#comment label input:focus, #comment label textarea:focus {
						background-color: rgb(231,230,212);
					}
					
				#comment button {
					background-image: url('button.png');	
					border: none;
					width: 75px;
					height: 14px;
					margin-left: 460px;
					cursor: pointer;
					padding: 0;
					text-align: left;
					padding-left: 12px;
					padding-top: 0px;
					text-transform: lowercase;
					color: white;
					background-color: transparent;
					font-size: 11px;
				}
				
				#comment button:focus, #comment button:active {
					outline: none;
				}
				
			#comments {
				font-size: 11px;
				margin-bottom: 100px;
			}
			
				#comments .comment {
					margin-bottom: 35px;
				}
			
				#comments .comment p {
					font-size: 11px;
				}
				
				#comments .name {
					color: rgb(0,123,181);
					font-weight: bold;
				}
				
				#comments .date {
					color: rgb(0,123,181);
				}
		
		#middle #psu {
			margin-top: -55px;
		}
	
	#right {
		
		width: 545px;
		float: right;
		margin-top: -2px;
		
	}
	
		#top {
			
		}
		
			#news {
				background-image: url('border_right_news.png');
				background-repeat: no-repeat;
				background-position: left;
				float: left;
				width: 260px;
				height: 500px;
				padding-left: 45px;
				margin-bottom: 20px;
				margin-top: -4px;
			}
			
			
				#news h2 {
					text-transform: uppercase;
					color: rgb(30,112,89);
					font-family: 'Trebuchet MS', 'Luxi Sans', 'DejaVu Sans Condensed', sans-serif;
					font-size: 16px;
					font-weight: normal;
					margin-left: 6px;
					margin-top: 12px;
				}
				
				#news .video, #news .article {
					border-bottom: 1px dotted rgb(100,100,100);
					font-family: Verdana, 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
					clear: both;
					padding: 0px 5px 25px 5px;
				}
				
				#news .article {
					min-height: 65px;
				}
				
				#news .video {
					min-height: 55px;
				}
				
				#news .video:hover, #news .article:hover {
					background-color: rgb(231,230,212);
				}
				
				#news .video img, #news .article img {
					border: 1px solid rgb(208,207,212);
					padding: 1px;
					float: left;
					margin-top: 4px;
					margin-right: 5px;
				}
				
				#news .video a, #news .article a {
					text-decoration: none;
					font-family: Arial, A030, 'Nimbus Sans L', FreeSans, 'Liberation Sans', sans-serif;
				}
				
				#news .video strong, #news .article strong {
					font-size: 10px;
					color: rgb(113,113,113);
					margin-top: 0;
					margin-bottom: 0;
					line-height: 10px;
					padding: 0;
					font-weight: bold;
					font-family: Verdana, 'DejaVu Sans', 'Bistream Vera Sans', sans-serif;
				}
				
				#news .video p, #news .article p {
					font-size: 11px;
					color: rgb(101,101,101);
					margin-bottom: 3px;
					margin-top: 5px;
				}
				
				#news .video p {
					margin-left: 100px;
				}
				
				#news .article p {
					margin-left: 85px;
					margin-top: 0;
					padding-top: 4px;
				}
				
				#news .video .more, #news .article .more {
					font-size: 11px;
					color: rgb(101,101,101);
				}
				
				#news .article .more {
					float: right;
					width: 38px;
				}
				
				#news .video .more {
					background-image: url('button.png');
					float: right;
					width: 72px;
					height: 14px;
					color: white;
					background-color: transparent;
					padding-left: 4px;
					font-size: 10px;
				}
			
			#psu {
				width: 200px;
				float: right;
				padding-top: 2px;
			}
			
				#psu a  {
					margin-bottom: 0;
					padding: 0;
					display: block;
					border: none;
					text-decoration: none;
					line-height: 0;
				}
				
					#psu a img {
						margin-bottom: 1px;
					}
			
				#psu ul {
					list-style-image: url('bullet_psu.png');
					font-family: Verdana, 'DejaVu Sans', 'Bistream Vera Sans', sans-serif;
					font-size: 12px;
					color: rgb(8,122,185);
					margin-right: 10px;
				}
				
				#psu ul li {
					margin-bottom: 15px;
				}
				
				#psu ul li a {
					color: rgb(8,122,185);
					font-weight: bold;
				}
			
		#bottom {
			background-image: url('bottom.jpg');
			width: 490px;
			height: 215px;
			clear: both;
			color: rgb(16,108,83);
			padding-left: 27px;
			padding-top: 25px;
			margin-bottom: 20px;
		}
		
			#bottom h2 {
				text-transform: uppercase;
				font-family: 'Trebuchet MS', 'Luxi Sans', 'DejaVu Sans Condensed', sans-serif;
				font-size: 18px;
				font-weight: normal;
				margin: 0;
				padding: 0;
			}
		
			#bottom ul {
				list-style-image: url('bullet_bottom.png');
				font-family: Verdana, 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
				font-size: 11px;
				margin-left: 18px;
				padding-left: 0;
			}
			
			#bottom ul li {
				margin-bottom: 6px;
			}
			
			#bottom ul a {
				color: rgb(16,108,83);
			}
			
		#footer, #footer_index {
			clear: both;
			color: rgb(113,110,101);
			font-family: Verdana, 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
			font-size: 10px;
			width: 980px;
			padding: 0;
			margin: 0 auto;
		}
		
		#footer {
			height: 60px;
			background-color: rgb(212,209,192);
		}
		
		#footer_index {
			height: 96px;
			position: relative;
			background-color: rgb(190,186,168);
			z-index: 0;
		}
		
			#footer .copyright {
				float: left;
				width: 300px;
				margin-left: 45px;
				margin-top: 25px;
				font-family: Arial, A030, 'Nimbus Sans L', FreeSans, 'Liberation Sans', sans-serif;
			}
			#footer .callcenter {
			   font-size: 12px;
			   font-weight: bold;
			   color: rgb(113,110,115);
			   margin-left: 137px;
			   margin-top: 25px;
			   font-family: Arial, A030, 'Nimbus Sans L', FreeSans, 'Liberation Sans', sans-serif;
			}
			#footer_index .copyright {
				float: left;
				width: 300px;
				margin-left: 30px;
				margin-top: 39px;
				font-family: Arial, A030, 'Nimbus Sans L', FreeSans, 'Liberation Sans', sans-serif;
				width: 300px;
			}
			
			#footer_index .callcenter {
			    font-size: 12px;
				font-weight: bold;
				color: rgb(113,110,115);
				margin-left: 137px;
				margin-top: 25px;
				font-family: Arial, A030, 'Nimbus Sans L', FreeSans, 'Liberation Sans', sans-serif;
			}
			
			#footer .cna, #footer_index .cna {
				display: block;
			}
			
			#footer .cna {
				float: right;
				width: 310px;
			}
			
			#footer_index .cna {
				float: left;
				width: 310px;
				margin-top: 15px;
			}