@charset "utf-8";
/* CSS Document */

div#container1 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #a5a5a5;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	left:0px;
} 

.imagixel #headermenu { 
	background-color:transparent;
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.imagixel #headermenu {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* el menu principal */

.menubox {
	position:relative;
	top:8px;
	left:180px;
	width:300px;
	font-size:11px;
	padding: 0px 20px 0px 20px;
}

div#menu1 a:link {color: white;}
div#menu1 a:visited {color: white;}
div#menu1 a:hover {color: white;}
div#menu1 a:active {color: white;}

div#greybar {
	position:absolute;
	top:37px;
	left:-181px;
	width:880px;
	height:25px;
	background-color:#A5A5A5;
	z-index:-10px;
}

div#logo {
	position:absolute;
	top:3px;
	left:696px;
	width:200px;
	height:78px;
	z-index:-6px;
}

.menustyle {
	color: white;
	word-spacing: 20px;
}

