body{
	background:url(images/bghome.gif);
	color:white;
}
#cuerpo{
	padding-left:0px;
	width:984px;
}
#contenedor{
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background:#a52f2f;
	padding-bottom:20px;
}


#contenedor_fin{
	display:none;
}

h2{
	display:none;
}

#menu{
	width:984px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background:none;
}


#menu a{
	position:relative;
	display:block; 
	float:left;
	padding:3px 10px 0px 10px;
	text-decoration:none;
	color:#a52f2f;
	font-weight:bold;
	margin-left:15px;
	height:24px;
	background:white;
	border-right:2px solid black;
	border-bottom:2px solid black;
}

#menu a:hover{
	background:#eeeeaa;
}

html>body #menu a{
	padding:4px 10px 0px 10px;
	height:22px;
}
#contenido h3{
	color:#eeeeaa;
}

#menu a.seleccionado{
	background:none;
	color:white;
	border-left:1px solid black;
}
#menu a .preb,#menu a .postb{
	position:absolute;
	width:1px;
	height:26px;
	top:0px;
}
#menu a .preb{display:none;}
#menu a .postb{display:none;}

#menu a.seleccionado .preb{background:url(images/fondobl_on.gif)}
#menu a.seleccionado .postb{background:url(images/fondobr_on.gif)}

#home_text{
text-align:center;
font-size:14px;
}

#home_header_artistrep{
text-align:center;
text-transform:uppercase;
font-size:24px;
letter-spacing:2px;
font-style:italic;
}