@font-face {
	font-family: "SpaceAge";
	src: url(space.eot);
}

@font-face {
	font-family: "SpaceAge";
	src: local('SpaceAge'),
    	url(space.ttf) format("truetype");
}

* {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

a img {
	border: 0 none;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
}

#header {
	display: block;
	text-indent: -9999px;
	width: 246px;
	height: 158px;
	background-repeat: no-repeat;
	background-image: url(../images/bg/logo.png);
}

#container {
	width: 950px;
	font-size: 1.3em;
}

#container .texto{
	text-align:justify
}

#menu {
	float: left;
	width: 210px;
	padding-left: 24px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/bg/menuTop.png);
	padding-top: 43px;
	font-size:.8em;
}

	#menu ul {
		display: block;
		background-repeat: no-repeat;
		background-image: url(../images/bg/menuBottom.png);
		background-position: bottom right;
		padding-bottom: 198px;
		background-color: #005E7C
	}
	
		#menu li {
			display: block;
			list-style-type: none;
			background-color: #005E7C
		}
	
		#menu a {
			display: block;
			line-height: 22px;
			padding: 0 10px;
			margin-bottom: 2px;
			color: #09D2F6;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		/*	#menu li.hasSub > a {
				background-color: #00394B;
				color: #09D2F6
			}
		*/
			#menu a:hover {
				background-color: #00394B;
			}
		
			/*#menu a:hover {
				background-color: #09D2F6;
				color: #005E7C
			}*/
								
			#menu li ul {
				background-image: none;
				padding: 0;
			}
			
				#menu li ul a {
					padding: 0 25px;
					background-color: #00D2F6;
					color: #00394B
				}
				
				#menu li ul a:hover {
					background-color: #00D2F6;
					color: #FFF;
				}
				
#main {
	float: right;
	width: 670px;
	font-size: 1.1em;
	line-height: 1.5em;
}

	#main h1 {
		font-family: "SpaceAge";
		font-size: 2.5em;
		color: #005E7C;
		text-decoration: none;
		margin-left: -30px;
		line-height: 1em;
	}
	
		#main h1 a {
			color: #005E7C;
			text-decoration: none;
		}
	
	#main h2 {
		font-family: "SpaceAge";
		color: #D20019;
		font-size: 1.8em;
		text-decoration: none;
		margin-bottom: 20px;
	}

#noticias {
	padding: 20px 30px;
	height: 275px;
	background-color: #00384A;
	background-image: url(../images/bg/noticias.png);
	background-repeat: repeat-x;
	color: #09D2F6;
	margin-top: 30px;
	font-size: 1.2em;
}

	#noticias h2 {
		color: #FFF;
		font-family: "SpaceAge";
		font-size: 4em;
		margin-bottom: 10px;
	}

	#noticias div {
		float: left;
		margin-right: 30px;
	}
	
		#noticias div.last {
			margin: 0
		}
	
	#noticias div img {
		border: 6px solid #FFF;
		margin-bottom: 10px;
	}
	
	#noticias div p {
		margin-left: 10px;
		line-height: 1.3em;
	}
	
	#noticias div a {
		font-weight: bold;
		text-transform: uppercase;
		color: #09D2F6;
		text-decoration: none
	}
	
		#noticias div a:hover {
			text-decoration: underline;
			color: #FFF
		}
	
#footer {
	padding: 15px 30px;
	color: #005E7C;
}

	#footer a {
		font-size: 1.4em;
		color: #005E7C;
		text-decoration: none;
		
	}
	
.footer {
	width: 905px;
	height: 201px;
	background-image: url(../images/bg/footer.gif);
	background-repeat: no-repeat;
	padding: 62px 0 0 32px;
}

	.footer p {
		font-size: 1.4em;
		margin-bottom: 20px;
		color: #FFF;
		line-height: 1.15em
	}
	
	.footer a {
		color: #FFF;
		text-decoration: none;
	}
