* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../images/main_bg.jpg) repeat-x left top;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a, img {
	border: none;
}
.clear-all {
	clear: both;
	line-height: 1px;
	height: 1px;
}
.sp {
	margin-top: 20px;
}

#wp {
	background: url(../images/wp_bg.png) repeat-x left top;
	width: 850px;
	margin: 0 auto;
}
.menu-bg {
	background: url(../images/menu_bg.jpg) no-repeat 145px 230px;
}
.home-photo  {
	background: url(../images/main_photo.png) no-repeat 30px 0; 
}
.foto-photo  {
	background: url(../images/main_fotos.png) no-repeat 0 0;
}
#logo {
	position: relative;
	width: 100%;
	height: 230px;
}
#logo span {
	position: absolute;
	right: 70px;
	top: 70px;
	display: block;
	width: 195px;
	height: 44px;
	background: url(../images/logo.png) no-repeat left top;
}
#menu {
	height: 40px;
}
#menu ul {
	margin-left: 340px;
	width: 475px;
	height: 40px;
}
#menu li {
	display: inline;
	float: left;
	padding-left: 2px;
	background: url(../images/sp_line.png) no-repeat left center;
}
#menu li a {
	display: block;
	height: 40px;
	float: left;
}
.lnicio {
	width: 59px;
	height: 40px;
	background: url(../images/menu_lnicio.jpg) no-repeat 0 0;
}
.lnicio:hover {
	background: url(../images/menu_lnicio_hover.jpg) no-repeat 0 0;
}

.estilos {
	width: 114px;
	height: 40px;
	background: url(../images/menu_estilos_de_baile.jpg) no-repeat 0 0;
}
.estilos:hover {
	background: url(../images/menu_estilos_de_baile_hover.jpg) no-repeat 0 0;
}
.galeria {
	width: 110px;
	height: 40px;
	background: url(../images/menu_galeria_de_fotos.jpg) no-repeat 0 0;
}
.galeria:hover {
	background: url(../images/menu_galeria_de_fotos_hover.jpg) no-repeat 0 0;
}
.video {
	width: 95px;
	height: 40px;
	background: url(../images/menu_mis_videos.jpg) no-repeat 0 0;
}
.video:hover {
	background: url(../images/menu_mis_videos_hover.jpg) no-repeat 0 0;
}

.contacto {
	width: 83px;
	height: 40px;
	background: url(../images/menu_contacto.jpg) no-repeat 0 0;
}
.contacto:hover {
	background: url(../images/menu_contacto_hover.jpg) no-repeat 0 0;
}


#main-content {
	margin-left: 340px;
	width: 480px;
	margin-right: 28px;
	margin-top: 30px;
	color: #fff;
	min-height: 450px;
}

.content-float-right {
	display: block;
	width: 340px;
	float: right;
}
.content-has-photo img {
	float: left;
}
.bullet {
	list-style-type: none;
}
.bullet li {
	padding-left: 10px;
	background: url(../images/bullet.png) no-repeat left center;
}
.page-topic {
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.galeria-row {
	text-align: right;
	clear: both;
}
.galeria-row asdf {
	float: left;
	display: block;
	height: 100px;
	width: 150px;
	margin: 3px;
}
.galeria-row img {
	border: 2px solid #262626;
}
.galeria-row img:hover, .red-border {
	border: 2px solid #f00;
}
#footer {
	border-top: 1px solid #333;
	margin-top: 50px;
	padding-top: 5px;
	color: #999;
	font-size: 12px;
	text-align: right;
	padding-bottom: 50px;
}
