#contenedor {
	height: 100%;
	width: 960px;
	position: relative;
	background-repeat: no-repeat;
	background-color: #000000;
	background-image: none;
	border: thin solid #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 1;
}
#barra-sup {
	height: 40px;
	width: 960px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 1;
}
#cabecera {
	height: 190px;
	width: 960px;
	position: relative;
	z-index: 1;
}
#barra-nav {
	height: 70px;
	width: 960px;
	position: relative;
	background-image: url(../images/fn-titulo-seccion.png);
	background-repeat: no-repeat;
	z-index: 1;
}
#contenido {
	height: 100%;
	width: 960px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	z-index: 1;
}
#barra-inf {
	height: 120px;
	width: 960px;
	position: relative;
	z-index: 1;
}
body {
	background-color: #000000;
}
#banner-sup {
	height: 160px;
	width: 960px;
	position: relative;
	z-index: 1;
}
#menu {
	height: 30px;
	width: 960px;
	position: relative;
	z-index: 1;
}

#programacion {
	float: left;
	height: 510px;
	width: 930px;
	position: relative;
	z-index: 1;
}
.evento-musica {
	position: relative;
	height: 100%;
	width: 960px;
	text-align:center;
	margin-top: 8px;
}
.evento-musica_ {
	position: relative;
	height: 100%;
	width: 960px;
	text-align:center;
	margin-top: 5px;
}
/*POP-UP'S*/
div#Popup {
	position:absolute;
	top:190px;
	left:354px;
	width:600px;
	height:490px;
	display:yes;
	border: 3px solid #333333;
	background:#000000;
	text-align:right;
	z-index: 100;

}
