
.container 		{  
	border-top: 0;
	width:960px;
	}

a 				{ color: #000; }
a:hover			{ color: #063; }

#page{
	width:959px;
}
/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/


#header {
	background: url('../images/header-logo.png') 50px 17px no-repeat;
	width:960px;
	height: 89px;
}

#header h1		 { 
	padding-left: 125px;
	color: #006633;
	}
	
#header .description {
	font-weight: bold;
	padding-left: 126px;
	}

/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/

#nav, #subnav	{ background: #006633; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #0D8D45; color: #FFF;}

#nav li a,
#subnav li a 	{ color: #F2FFDF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

/*
	Contenido principal
*/

#maincontent h2{
	border-bottom: 1px solid #006633;	
}
