#contenedor_general {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#cabecera {
    background-image: url(imagenes/banda_cabecera.png);
    background-repeat: no-repeat;
	height:88px;
    position: relative;
    width: 960px;
}

#cabecera-titulo {
	position: relative;
	float:left;
	height:88px;
	width:230px;
} 

#menu {
	position: relative;
	float:left;
	height:68px;
	padding-top:20px;
	padding-left:260px;
	width:470px;
} 

#contenido_general {
	position: relative;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	width: 960px;
}
#contenido_centro {
	border-right: solid 1px #999;
	border-left: solid 1px #999;
	float: left;
	margin-bottom:20px;
	margin-top:10px;	
	width: 459px;
	position: relative;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	padding: 0 10px;
}
#contenido_izq {
	float: left;
	position: relative;
	width: 220px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	margin-top: 10px;
	padding-right: 10px;
	margin-bottom:20px;
}
#contenido_der {
	float: right;
	width: 240px;
	position: relative;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	margin-top: 10px;
}
#pie {
	margin-top:10px;
	border-top: solid 1px #999;
	position: relative;
	height: 30px;
	width: 960px;
	float: right;
}
#fondo {
	background-image: url(imagenes/background.jpg);
	background-repeat:  repeat-y;
}

/* COLUMNA DISCOGRAFIA */

#contenido_ancho {
	float: left;
	width: 540px;
	position: relative;
	height: 400px;
}
