

/* top elements */
* {	
 }

body {
	margin: 0; 	padding: 0;
	font: normal 75%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #000000;
	background: #fff url(bg.jpg) repeat-x;
	text-align: left;
	
}



/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 980px;
}

/* header */
#header {
	height: 100px;
	text-align: left;
	padding: 0; margin: 0;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
	padding: 0; margin: 0;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 100px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
	padding: 0; margin: 0;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 50px; left: 200px;
}

#header-content #usuario {
	position: absolute;	
	font: bold 11px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: LimeGreen;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 72px; left: 888px;
}



/* header menu */
#header-content ul {
	position: absolute;
	right: 20px; top: 10px;
	font: bolder 1.2em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;
			
}
#header-content li {
	display: inline;

}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;

}


#header-content li a:hover {
	background: #65944A;
	color: #FFF;

}



#logo li a {
	float: left;
	display: block;
	padding: 0px 0px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 0px solid #272727;

}


/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.red { color: #F90606; }




