

	/* - - - |  G E N E R A L  | - - - */


*{margin:0; padding:0; border:0; outline:0;}
.clear{clear:both;}

body{
	font:12px arial,verdana,sans-serif;
	color:#555;
	}


	/* - - - |  E N C A B E Z A D O  | - - - */


#header{
	width:940px;
	margin:0 auto;
	}

#header h1{
	float:left;
	width:600px;
	height:104px;
	background: url(../ui/nort-logo.jpg) no-repeat top left;
	}

#header h1 a{
	float:left;
	width:600px;
	height:104px;
	text-indent:-9999px;
	}

#header #promo{
	float:right;
	width:320px;
	height:80px;
	margin:10px 0 0 0;
	}


	/* - - - |  N A V E G A C I Ó N  | - - - */


#nav{
	width:960px;
	margin:0 auto;
	border:1px solid #a7b7e0;
	border-bottom:0px;
	}

#nav ul{list-style:none; float:left;}
#nav ul li{float:left;}
#nav ul li a{
	position:relative;
	display:block;
	height:30px;
	padding:0 25px;
	color:#777;
	font-size:11px;
	line-height:30px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
	background-color:white;
	}
#nav ul li a:hover{background-color:#EFEFEF;}
#nav ul li a.cur{
	padding:0 55px 0 25px;
	color:white;
	background:transparent url(../ui/tab.gif) no-repeat top right;
	cursor:default;
	z-index:100;
	}
#nav ul li a.nxt{
	padding:0 25px 0 45px;
	margin-left:-30px;
	z-index:50;
	}

#nav #signup{float:right; margin-right:5px;}


	/* - - - |  C O N T E N I D O  | - - - */


#content{
	clear:both;
	width:900px;
	padding:30px 30px 20px 30px;
	margin:0 auto;
	border:1px solid #a7b7e0;
	border-width:0 1px 1px 1px;
	}


	/* - - - |  P I E  | - - - */


#footer{
	font:11px verdana;
	width:930px;
	height:30px;
	margin:15px auto;
	color:white;
	background-color:#829bd9;
	}

#footer p{
	margin-left:12px;
	line-height:30px;
	}

#footer p a{
	color:white;
	padding:5px 6px 6px 6px;
	text-decoration:none;
	background:#6480c5;
	}

#footer p a:hover{background:#5571b7;}