/* CSS Document */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	font-size: 12px;
	line-height: 1.5em;
}

body#background{
	margin: 10px 0 0 0; 	padding: 0;
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #090807 url(../img/bg.jpg) repeat-x;
	color: #8F8F8E; 	
}
/* Normal link */
a:link, a:visited {
	color: #fff;		
	background-color: inherit;
	text-decoration: none;			
}

a:hover, a:active {
	color: #99CC33;
	background-color: inherit;	
}

a img {
	border: none;
}
/* headers */
h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #eee;
}

h1 { font-size: 3em; color: #84A5DA; letter-spacing: -2px;	} 
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}
/* ======================== Layout ==============================*/

#header, #nav, #content, #footer-wrap {
	width: 910px;
}

/* header */
#header {
	clear: both;
	position: relative;
	margin: 0 auto; padding: 0;
/*	background: transparent url(../images/header-image.jpg) no-repeat right top;*/
	height: 419px;
	text-align: left;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #12120f url(../img/footer-top.jpg) repeat-x left bottom;
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;		
}

/* sidebar */
#sidebar {
	float: right;
	width: 24em;
	margin: 0px 0 10px -21em; 
	padding: 0;		
}

/* main */
#main {
	margin: 20px 26em 10px 0; 
	padding: 0;		
}

#footer-wrap {	
	clear: both;
	padding: 0;	margin: 0 auto; 
}

/* footer */
#footer-bottom {
	clear: both;
	margin: 0 auto; 
	padding: 1em 0 1.5em 0;
	text-align: center;
	font-size: .85em
}
/* ============================== Navigation ================================*/
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	height: 56px;		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 56px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	color: #a5a5a5;
	font: bold 16px/54px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;		
}
#nav ul li#current a {	
	color: #FF8B04;	
}

/*================================ Header ========================================*/
#header #dibujo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 368px;
	height: 374px;
	background: transparent url(../img/dibujos/random.php) no-repeat;
}

#header #container {
	position: absolute;	
	text-transform: none;
	margin: 0; padding: 0;
	z-index: 9999;
	width: 537px;
	height: 301px;	
	/* change the values of left and top to adjust the position of the slogan */
	top: 0px; left: 372px;
}

/* ================================ Sidebar Menu ======================================*/
#sidebar h3 {
	font: normal 1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: .3em 0 .5em 5px; 
	color: #99CC33;			
	text-transform: none;
	letter-spacing: -1px;	
}

#sidebar ul.menu {
	margin: 0 0 0 10px;
	padding: .1em 0 1em 0;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
	border-top: 1px solid #211E20;
}
#sidebar ul.menu li {
	padding: 0; 
	background: url(../material/images/bullet.jpg) no-repeat .5em .6em;		
	border-bottom: 1px solid #211E20; 
	list-style:none;
}

* html body #sidebar ul.menu li { height: 1%; }

#sidebar ul.menu li a {
	display: block;
	font-weight: bold;
	color: #d3d0cc;
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.25em;
}
#sidebar ul.menu li a:hover {
	color: #FF8B04;				
}
#sidebar ul.menu ul { margin: 0 0 0 15px; }
#sidebar ul.menu ul li { border: none; }

/*============================== User1, User 2 =============================*/
#user1 .moduletable, #user2 .moduletable{
	margin: 0 0 10px 0;
}

#user1 .moduletable h3, #user2 .moduletable h3{
	margin: 0;
}
/*=============================== Sidebar Module ===========================*/
#sidebar .moduletable{
	overflow: hidden;
	margin-bottom: 10px;
}

#sidebar .moduletable h3{
	margin: 0;
}


/*=============================== Main ====================================*/
#main h2 { 
	font: normal 2.9em 'Trebuchet MS', Arial, Sans-serif;
	color: #84A5DA;	
	letter-spacing: -2px;		
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #211E20; 	
}
#main h2 a {
	color: #84A5DA;	
	text-decoration: none;	
}


.contentheading{
	font: 2.9em 'Trebuchet MS',Arial,Sans-serif;
	letter-spacing: -2px;
	color: #84A5DA;
}
.small1 {
	font-size:10px;
	}

