body{
	background: #000000;
	font: normal 11px Trebuchet MS;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	cursor: default;
}
#container_interior {
    background: #000;
}
.menu_discos{
	width: 730px;
	height: 79px;
	background: #111 url(/images/interface/bg_menu_club.jpg) repeat-x top left;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #DA0C30
}

.info_holder{
  width: 400px;
  padding: 20px;
  vertical-align: top;
}
.info_block{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #DA0C30;
	clear: both;
}

.photo{
  position: relative;
	width: 68px;
	height: 68px;
	border: 3px solid #ffffff;
	float: left;
	margin: 0px 6px 6px 0px;
	background: #000000;
	padding: 0px;
	text-align: center;
	vertical-align: center;
	overflow: hidden;
}
.photo:hover {
    border: 3px solid #CCC;
}
.photo img {
  border:0;
  margin: 0 -45%;
  margin-left: 50%;
/*
  position: absolute;
  left:32px;
  top:0;
  margin-left:-50%;
  margin-top:0;
  */ 
  margin: auto;
}
.photogallery{
	width: 400px;
	padding: 20px;
} 
.galeria_actual{
	width: 400px;
	padding: 0px 20px 0px 20px;
}
.photogallery_item{
	width:400px;
	height: 24px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #222222;
	clear: both;
	margin: 0px 0px 3px 0px;
}
.photo_icon{
	width: 24px;
	height: 24px;
	background: url(/images/interface/photo_icon.jpg) no-repeat;
	float: left;
}
.photogallery_title{
	width: 235px;
	height: 17px;
	font: normal 10px Trebuchet MS;
	color: #ffffff;
	padding: 7px 0px 0px 15px;
	float: left;
}
.photogallery_title a{
	text-decoration: none;
	color: #ffffff;
	display: block;
}
.photogallery_title a:hover{
	color: #0070C8;
}
.photogallery_num{
	width: 120px;
	height: 14px;
	padding: 10px 0px 0px 0px;
	font: normal 10px Trebuchet MS;
	color: #333333;
	float: left;
}
.nav_holder{
clear: both;
	width: 440px;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
}
.nav_anterior{
	width: 69px;
	height: 19px;
	background: url(/images/interface/nav_anterior.jpg) no-repeat;
	font: normal 10px Trebuchet MS;
	color: #ffffff;
	padding: 4px 0px 0px 40px;
	float: left;
	margin: 0px 20px 0px 45px;
	text-align: left;
}
.nav_anterior a{
	text-decoration: none;
	color: #ffffff;
	display: block;
}
.nav_anterior_off{
	width: 69px;
	height: 19px;
	background: url(/images/interface/nav_anterior_off.jpg) no-repeat;
	font: normal 10px Trebuchet MS;
	color: #292929;
	padding: 4px 0px 0px 40px; 
	float: left;
	margin: 0px 20px 0px 45px;
	text-align: left;
}
.nav_siguiente{
	width: 79px;
	height: 19px;
	background: url(/images/interface/nav_siguiente.jpg) no-repeat;
	font: normal 10px Trebuchet MS;
	color: #ffffff;
	padding: 4px 0px 0px 30px;
	float: left;
	text-align: left;
}
.nav_siguiente a{
	text-decoration: none;
	color: #ffffff;
	display: block;
}
.nav_siguiente_off{
	width: 79px;
	height: 19px;
	background: url(/images/interface/nav_siguiente_off.jpg) no-repeat;
	font: normal 10px Trebuchet MS;
	color: #292929;
	padding: 4px 0px 0px 30px;
	float: left;
	text-align: left;
}

#logoClub {
    border: 0;
    margin: 0 0 20px 0;
}
