* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#divWrapper {
	width: 100%;
	position: absolute;
	min-height: 100%;
}

#container {
	background: #FFFFFF;
	margin-bottom 0px;
	min-width: 950px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#intro {
	background: transparent url(images/bgtop.gif) left top repeat-x;
	position: relative;
	height: 78px;
}

#separator {
	background: transparent url(images/bgmenu.gif) left top repeat-x;
	position: relative;
	color: #fff;
	font-weight: normal;
	height: 2px;
}

#menu {
	background: transparent url(images/bgmenu.gif) left top repeat-x;
	position: relative;
	color: #fff;
	font-weight: normal;
	height: 36px;
}

#title {
	background: transparent url(images/bgtitle.gif) left top repeat-x;
	position: relative;
	height: 242px;
}

#title #broken {
	left: 0px;
	top: 60px;
	position: absolute;
}

#title #patterns {
	left: 0px;
	top: 103px;
	position: absolute;
}

#title #butterfly {
	left: 227px;
	top: 14px;
	position: absolute;
}

#main {
	padding: 10px;
	background: #FFFFFF;
}

#footer {
	background: #FFFFFF;
	text-align: right;
	padding: 0 0px;
	position: absolute;
	vertical-align: bottom;
	width: 950px;
	height: 20px;
	bottom: 0px;
}
		
#footer a, #footer a:link, #footer a:visited {
	color: #000;
}

ul#menu { 
	width: 950px; 
	height: 43px; 
	background: #FFF url("images/menu-bg.gif") top left repeat-x; 
	font-weight: bold; list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

ul#menu li { 
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
}

ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
}

ul#menu li a:hover { 
	color: #333; 
}

ul#menu li a.current { 
	color: #FFF; 
	background: #FFF url("images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
}

a.boldbuttons {
	background: transparent url('images/roundedge-gray-left.gif') no-repeat top left;
	display: block;
	float: right;
	font-weight: bold; list-style-type: none; 
	line-height: 22px;
	height: 30px;
	padding-left: 8px;
	text-decoration: none;
}

a:link.boldbuttons, 
a:visited.boldbuttons, 
a:hover.boldbuttons, 
a:active.boldbuttons {
	color: white;
}

a.boldbuttons span {
	background: transparent url('images/roundedge-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px;
}

a:hover.boldbuttons {
	text-decoration: underline;
}

#clientes {
	overflow: hidden;
	width: 940px;
	padding-top: 10px;
	position: absolute;
	z-index: 1;
}

#flash {
	overflow: hidden;
	width: 950px;
	position: absolute;
	z-index: 0;
}

