div#separador {
	position:relative;
	top:0px;
	height:1px;
	font-size:0px;
	clear:both;
}

div#contenedor {
	position:absolute;
	left:50%;
	top:50%;
	width: 774px;
	margin-left: -387px;
	height: 564px;
	margin-top: -282px;
}

div#contenedor2 {
	width: 760px;
	height: 420px;
	position:relative;
	clear:both;
	overflow:hidden;
}

div#contenido {
	width: 541px;
	height: 420px;
	float: left;
	overflow:auto;
}

#contenido a:link {
	color: #330099;
}

#contenido a:visited {
	color: #330099;
}

div#links {
	width: 210px;
	height: 420px;
	float: right;
	overflow:auto;
}

#links a:link {
	color: black;
}

#links a:visited {
	color: black;
}

div#header {
	height: 100px;
	width: 760px;
	clear: both;
	left:0px;
	overflow: hidden;
	background-image: url(http://www.legoteque.com/images/header.jpg);
}

div#footer {
	height: 20px;
	width: 760px;
	clear: both;
	position:relative;
	background-image: url(http://www.legoteque.com/images/footer.jpg);
	line-height: 20px;
	overflow: hidden;
	vertical-align:middle;
	font-family: Verdana; 
	font-size: 9pt; 
	color: white;
	font-weight: bold;
}
#footer a:link {
	color: #FFCC00;
}

#footer a:visited {
	color: #FFCC00;
}

div#menu {
	height: 15px;
	width: 760px;
	position:relative;
	left:0px;
	clear: both;
	background-color: black;
	overflow: hidden;
}
#menu div.barraMenu, 
#menu div.barraMenu a.botonMenu { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: white;
	font-weight: bold;
} 
#menu div.barraMenu { 
	text-align: center; 
} 
#menu div.barraMenu a.botonMenu { 
	background-color: black; 
	color: white; 
	cursor: pointer; 
	padding: 10px; 
	text-decoration: none; 
} 
#menu div.barraMenu a.botonMenu:hover { 
	background-color: white;
	color:red;
} 
#menu div.barraMenu a.botonMenu:active { 
	background-color: black; 
	color: white; 
} 

body {
	background-color: white;
}

html, body {
	scrollbar-face-color: #CCCC00;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: #CCCC00;
	scrollbar-3dlight-color: #CCCC00;
	scrollbar-shadow-color: #CCCC00;
	scrollbar-darkshadow-color: #CCCC00;
	scrollbar-track-color: white;
	overflow:auto;
}
