/*
Theme Name: WP SMASHING
Theme URI: http://bustatheme.com/wordpress/wp-smashing/
Description: WP SMASHING is a graphical and functional update to the WP CALENDAR plugin for <a href="http://smashingmagazine.com">Smashing Magazine</a> brought to you by <a href="http://bustatheme.com">Bust A Theme</a>.
Version: 1.0
Author: Greg Johnson of BustATheme.com
Author URI: http://greg-j.com/
Tags: fixed width, two columns, right sidebar, widgets, gravatars, grey, red, white, brown, black, clean, valid XHTML, valid CSS
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}

body{
	color: #53534e;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 13px;
	background: #000000 url("http://www.vlcclubbing.com/wp-content/themes/wp-smashing/images/bg/bgv2_11.jpg") 50% 0 no-repeat;
}
a{
	color: #31649a;
	text-decoration: underline;
}
a:visited{
	color: #31649a;
}	
a:hover{
	color: #000;
}

#headersup{
	height: 23px;
	background: none;
	width: 501px;
	position: absolute;
	left: 50%;
}

#header{
	height: 140px;
	background: none;
}
	#header p{
		height: 120px;
		width: 100%;
		background: none;
	}
		#header p a{ /* Make the logo a block with an image background and anchor it */
			display: block;
			position: absolute;
			top: 20px;
			left: 50%;
			margin: 0 0 0 -500px;
			width: 320px;
			height: 90px;
			background:none;
		}

		#header .imglogo{
			display: block;
			position: absolute;
			top: 25px;
			left: 50%;
			margin: 0 0 0 -485px;
			width: 190px;
			height: 160px;
		}
			#header p a strong{ /* No need to display the blog title and description, we're using an image */
				display: none;
			}

	#headersup #reg{
		height: 23px;
		width: auto;
		background: none;
		top: 0px;
		right: 0px;
		padding: 4px;
		vertical-align: middle;
		overflow:hidden;
	}
		#headersup #reg a {
			color: #ffffff;
			background: none;
			text-decoration: none;
		}
		#headersup #reg a:hover {
			color: #bbb;
			background: none;
			text-decoration: none;
border-bottom: #00CCFF 2px solid;
		}

	#header #mensaje{
		height: 47px;
		width: 300px;
		background: #ffffff;
		position: absolute;
		top: 0px;
		left: 50%;
		padding: 4px;
		overflow:hidden;
		vertical-align: middle;
		margin-left: -150px;
		z-index:2;
		text-align: center;
	}

	#header #central{
		height: 23px;
		width: 300px;
		background: none;
		position: absolute;
		top: 0px;
		left: 50%;
		padding: 4px;
		overflow:hidden;
		vertical-align: middle;
		margin-left: -150px;
		text-align: center;
	}

		#header #central a {
			text-decoration:none;
			background: #000;
			color: #fff;
		}
		#header #central a:hover {
			text-decoration:none;
			background: #000;
			color: #ccc;
		}

#search_panel{
	background: url("images/bubblesearch.png");
	display: block;
	position: absolute;
	top: 25px;
	right: 50%;
	margin-right: -500px;
	width: 350px;
	height: 113px;

}
	#search_panel .search_form{
		width: 100%;
		text-align: right;
margin:15px;
	}
		#search_panel input,
		#search_panel button,
		#search_panel form{
			border-width: 0;
			margin: 0;
			padding: 0;
			background: none;
		}
		#search_panel .textbox{
			margin: 0 5px 0 0;
			padding: 3px 10px 0 10px;
			width: 220px;
			height: 21px;
			color: #696c74;
			background: url("images/search_tab_textarea_background.png") 100% 0 no-repeat;
		}
			#search_panel button{
				cursor: pointer;
				width: 60px;
				height: 24px;
				margin: 0 0 1px 0;
				vertical-align: middle;
				background: url("images/search_tab_submit_background.png") 0 0 no-repeat;
			}
				#search_panel button span{
					display: none;
				}

#navigation{
	height: 29px;
	background: url("images/navigation_background_tiled.png") 0 0 repeat-x;
}
	#navigation ul{ /* center the navigation menu */
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;
	}
		#navigation ul li{
			display: block;
			float: left;
			height: 30px;
		}
			#navigation ul li a{
				display: block;
				float: left;
				height: 30px;
				line-height: 30px;
				padding: 0 20px;
				color: #F0F0F0;
				text-decoration: none;
			}
			#navigation ul li a:hover{
				color: #292926;
				background: url("images/navigation_link_hover.png") 0 0 repeat-x;
			}
			#navigation ul li.search{
				float:right;
			}
				#navigation ul li.search a{
					width: 35px;
					height: 30px;
					padding: 0;
					background: url("images/search_tab_icon.png") 0 0 no-repeat;
				}
				#navigation ul li.search a:hover{
					width: 35px;
					height: 30px;
					padding: 0;
					background: url("images/search_tab_icon.png") 0 0 no-repeat;
					background-position: -35px 0px;
				}
					#navigation ul li.search a span{
						display: none;
					}
			#navigation ul li.rss a span{
				padding-left: 20px;
				background: url("images/rss_icon_14.png") left center no-repeat;
			}

#navigation2{
	height: 29px;
	background: none;
}
	#navigation2 ul{ /* center the navigation menu */
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;

	}
		#navigation2 ul li{
			display: block;
			float: left;
			height: 30px;
			margin-left:2px;
		}

		#navigation2 ul li a.desactivado:hover{
				background:none;
		}

			#navigation2 ul li a{
				display: block;
				float: left;
				height: 30px;
				line-height: 30px;
				padding: 0 10px;
				color: #F0F0F0;
				text-decoration: none;
				text-transform: uppercase;
			}
			#navigation2 ul li a:hover{
				background:#00CCFF;
				color: #000000;
			}

			#navigation2 ul li a p{
				font-weight:bold;
			}


			#navigation2 ul li.search{
				float:right;
			}
				#navigation2 ul li.search a{
					width: 35px;
					height: 30px;
					padding: 0;
					background: url("images/search_tab_icon.png") 0 0 no-repeat;
				}
				#navigation2 ul li.search a:hover{
					width: 35px;
					height: 30px;
					padding: 0;
					background: url("images/search_tab_icon.png") 0 0 no-repeat;
					background-position: -35px 0px;
				}
					#navigation2 ul li.search a span{
						display: none;
					}
			#navigation2 ul li.rss a span{
				padding-left: 20px;
				background: url("images/rss_icon_14.png") left center no-repeat;
			}

#quote{
	height: 20px;
	background: none;
	border-top: #00CCFF 2px solid;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}
	#quote p{
		display: none;
	}

#menumeses{
	height: 29px;
	background: none;
	margin-top:175px;
}
	#menumeses ul{ /* center the navigation menu */
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;

	}
		#menumeses ul li{
			display: block;
			float: left;
			height: 30px;
			margin-left:2px;
		}

		#menumeses ul li a.desactivado:hover{
				background:none;
		}

			#menumeses ul li a{
				display: block;
				float: left;
				height: 30px;
				line-height: 30px;
				padding: 0 10px;
				color: #F0F0F0;
				text-decoration: none;
				text-transform: uppercase;
				background:#DD4724;
			}
			#menumeses ul li a:hover{
				background:#FF653E;
			}

			#menumeses ul li a p{
				font-weight:bold;
			}


			#menumeses ul li.search{
				float:right;
			}
				#menumeses ul li.search a{
					width: 35px;
					height: 30px;
					padding: 0;
					background: url("images/search_tab_icon.png") 0 0 no-repeat;
				}
				#menumeses ul li.search a:hover{
					width: 35px;
					height: 30px;
					padding: 0;
					background: url("images/search_tab_icon.png") 0 0 no-repeat;
					background-position: -35px 0px;
				}
					#navigation2 ul li.search a span{
						display: none;
					}
			#menumeses ul li.rss a span{
				padding-left: 20px;
				background: url("images/rss_icon_14.png") left center no-repeat;
			}

#frame{ /* set the main background color */
	background: none;
}
	#page{ /* center the content */
		overflow: hidden;
		width:1002px; /* 2px extra for the calendar border */
		margin:0 auto;
		padding: 0 0 30px 0;
	}

#wp_calendar{
	padding: 15px 0 5px 15px;
	background: url("images/px.png") 0 0 repeat;
	border-top: solid 2px #DD4724;
margin-top:-1px;
}
	#wp_calendar h3{
		margin: 0 15px 10px 0;
		padding: 2px 5px;
		color: #DD4724;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
	#wp_calendar ul.weekdays{
		overflow: hidden;
		padding: 0 0 10px 0;
	}
		#wp_calendar ul.weekdays li{
			display: block;
			float: left;
			margin: 0 10px 0 0;
			padding: 5px 0 0 0;
			text-indent: 5px;
			width: 130px;
			color: #32659A;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: -1px;
		}
	#wp_calendar ul.week{
		height: 238px;
	}
		#wp_calendar ul.week li{
			overflow: hidden;
			display: block;
			float: left;
			margin: 0 10px 10px 0;
			padding: 0;
			width: 130px;
			font-size: 11px;
			background: none;
		}
		#wp_calendar ul.week li.empty{
			background-image: none;
		}
		#wp_calendar ul.week li div.head{
			overflow: hidden;
			padding: 0 5px 5px 5px;
			height: 18px;
			line-height: 18px;
			color: #99988f;
			text-align: right;
			font-weight: bold;
			font-size: 12px;
			background: none;
			border-top: #B9BB56 2px solid;
		}
		#wp_calendar ul.week li div.day{
			overflow: auto;
			height: 195px;
			padding: 5px;
			background: #000000;
		}
				#wp_calendar ul.week li div.day ul li{
					float: none;
					margin: 0;
					padding: 2px 1px;
					width: auto;
					background: inherit;
					border: none;
					border-bottom: solid 1px #cccccc;
					margin-top:2px;
color:#111111;
				}

				#wp_calendar ul.week li div.day ul li.destacado{
				border-left: solid 2px #111111;	
				}
					#wp_calendar ul.week li div.day ul li a{
						text-decoration: none;
						color:#ffffff;

					}
					#wp_calendar ul.week li div.day ul li a:hover{
						text-decoration: none;
						background:#32659A;
						color:#ffffff;

					}

#content{
	float: left;
	width: 658px;
	background: url("images/px.png") 0 0 repeat;
	border-top: #B9BB56 2px solid;
color: #c9c8bc;
}
	#content .post{
		padding: 10px;
	}
		#content .post a{
			text-decoration: underline;
		}
		#content .post .head{
			padding: 0 0 5px 0;
		}
			#content .post .head h1{
				padding: 0 10px;
				color: #DD4724;
				font-size: 24px;
				font-weight: bold;
				text-transform: uppercase;
				border-bottom: 1px solid #5D6067;
			}
				#content .post .head h1 a{
					color: #DD4724;
					text-decoration: none;
				}
				#content .post .head h1 a:hover{
					color: #E88068;
				}
			#content .post .head p{
				float: right;
				padding: 10px 0 0 0;
			}
				#content .post .head img{
					padding: 1px;
					border: 1px solid #5D6067;
					background: #fff;
				}
		#content .post .premetadata{
			height: 16px;
			line-height: 16px;
			color: #6F727B;
			font-family: Calibri, "Trebuchet MS";
			font-size: 12px;
			padding: 0 0 0 26px;
			background: url("images/premetadata-bg.png") 5px 0 no-repeat;
		}
			#content .post .premetadata a{
				color: #99988f;
			}
		#content .post .entry{
			padding: 20px 10px;
			color:#c9c8bc;
		}
			#content .post .entry h1,
			#content .post .entry h2,
			#content .post .entry h3,
			#content .post .entry h4{
				color: #3a3a36;
				border: none;
			}
				#content .post .entry h1{font-size: 2em}
				#content .post .entry h2{font-size: 1.8em}
				#content .post .entry h3{font-size: 1.65em}
				#content .post .entry h4{font-size: 1.5em}
			#content .post .entry p{
				padding: 5px 0;
				text-indent: 10px;
			}
			#content .post .entry a:hover{
				color:#ffffff;
			}
			#content blockquote{
				margin: 20px;
				padding: 0 10px;
				border-left: 3px solid #8c979c;
			}
			#content .post .entry ul{
				padding: 0 25px;
			}
				#content .post .entry ul li{
					list-style-position: outside;
					list-style: square;
				}
			#content .post .entry ol{
				padding: 0 30px;
			}
				#content .post .entry ol li{
					list-style-position: outside;
					list-style: decimal;
				}
			#content .post .entry strong{font-weight: bold}
			#content .post .entry em{font-style: italic}
			#content .post .entry u{text-decoration: underline}
		#content .post .navigation{
			padding: 20px 10px;
			overflow: hidden;
		}
			#content .post .navigation .prev{
				float: left;
			}
			#content .post .navigation .next{
				float: right;
			}
		#content .post .postmetadata{
			color: #b0afa5;
			padding: 15px;
			background: #202020;
		}
		#content .post .postmetadata a{
			text-decoration:none;
		}
		#content .post .postmetadata a:hover{
			text-decoration:none;
			background: #31649A;
		}



#comments{
 	padding:0 20px;
color: #c9c8bc;
}
	#comments .comment{
		overflow: hidden;
		margin:20px 0;
		padding:0 0 10px 0;
		border-bottom: #B9BB56 2px solid;
color: #c9c8bc;
	}
	#comments .special{
		padding:10px;
		background:#1E1E1F;
		border-bottom: #2E2F32 1px solid;
		border-left: #121212 1px solid;
		border-top: #121212 1px solid;
		border-right: #2E2F32 1px solid;
	}
		#comments .comment .avatar{
			float: left;
			margin: 5px 5px 0 0;
			padding: 1px;
			border: 1px solid #eeeddf;
		}
		#comments .comment .author{
			font-size:16px;
			color:#27282B;
			font-weight:bold;
		}
			#comments .comment .author span{
				color:#b0afa5;
				font-size:13px;
			}
			#comments .comment .author a{
				color:#B40707;
				text-decoration: none;
			}
			#comments .comment .author small{
				display:block;
			}
			#comments .comment .author small a{
				color:#b0afa5;
				font-size:10px;
				font-weight: normal;
				text-decoration: none;
			}
		#comments .comment .response{
			padding:15px 0 0 0;
			color: #c9c8bc;
			font-size:13px;
			line-height:1.5em;
		}
			#comments .comment .response p{
				text-indent: 10px;
			}
		#comments .special .response{
			color: #c9c8bc;
		}

#reply{
	padding:15px 20px;
	margin-top:20px;
}
	#reply p{
		padding:0 0 5px 0;
	}
		#reply p .textbox,
		#reply p textarea{
			width:35%;
			font-size:14px;
			padding:3px 5px;
			font-weight:bold;
			color:#212120;
			font-family:Arial, Helvetica, sans-serif;
			border:solid 1px #d1d0c4;
		}
		#reply p.allowed_html{
			padding:5px 0 0 0;
		}
			#reply p.allowed_html strong{
				color: #212120;
			}
			#reply p.allowed_html small{
				color: #161615;
				font-family:"Courier New", Courier, monospace;
			}
		#reply p textarea{
			padding:5px;
			width:95%;
			height:10em;
			font-weight:normal;
		}
		#reply p strong{
			font-size:11px;
			font-weight:bold;
			color:#c12900;
		}
		#reply p small{
			font-size:11px;
			color:#c12900;
		}
		#reply p .submit{
			padding:0;
			font-size:15px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#c12900;
			border:none;
			background:none;
			cursor:pointer;
		}
		#reply a{
			text-decoration:none;
		}
		#reply a:hover{
			text-decoration:none;
			background: #31649A;
		}


#sidebar{
	float: right;
	width: 330px;
	border-top: solid 2px #DD4724;
}

#footer1{
	background: #600f0f url("images/footer1_background_tile.png") 0 0 repeat-x;
}
	#footerx{
		width: 100%;
		height: 20px;
		text-align: center;
		position: relative;
		background: #121212;
		
		
	}
		#footerx .x{
			background: url("images/footerx.png") 0 0 repeat-x;
			width: 80px;
			height: 20px;
			position: relative;
			top: 0px;
			left: 50%;
			margin-left: -40px;
			cursor: pointer;
			padding-top: 3px;
			color: #000000;
		}
		#footerx .x:hover{
			background: url("images/footerx.png") 0 0 repeat-x;
			padding-top: 3px;
			background-position: 0px -23px;
		}

		#footerx .x2{
			background: url("images/footerx2.png") 0 0 repeat-x;
			width: 80px;
			height: 20px;
			position: relative;
			top: 0px;
			left: 50%;
			margin-left: -40px;
			cursor: pointer;
			padding-top: 3px;
		}

	#footer1 .wrapper{
		height: 340px;
		background: url("images/footer1_background.png") 50% 39px no-repeat;
	}
		#footer1 a{
			color: #fff;
			text-decoration: none;
		}
		#footer1 a:hover{
			text-decoration: underline;
		}
		#footer1 ul{
			overflow: hidden;
			width: 1000px;
			margin: 0 auto;
			padding: 100px 0 0 0;
			background: url("images/footer1_background_text.png") 0 39px no-repeat;
		}
			#footer1 ul .about{
				width: 660px;
				float: left;
				padding: 15px 0 0 0;
				color: #c88585;
				font-size: 13px;
				background: url("images/footer1_divider.png") 0 0 no-repeat;
			}
				#footer1 ul .about p{
					padding: 0 10px;
					text-indent: 1em;
				}
			#footer1 ul .contact{
				width: 320px;
				float: right;
			}
				#footer1 .contact em{
					color: #180101;
					font-family: Calibri, "Trebuchet MS";
					font-style: italic;
					font-size: 11px;
				}
				#footer1 .contact input,
				#footer1 .contact textarea,
				#footer1 .contact button,
				#footer1 .contact form{
					border-width: 0;
					margin: 0;
					padding: 0;
					background: none;
					vertical-align: top;
				}
				#footer1 .contact .name input,
				#footer1 .contact .email input{
					margin: 0 0 5px 0;
					padding: 3px 10px 0 10px;
					width: 220px;
					height: 21px;
					background: transparent url("images/footer2_textbox_background.png") 100% 0 no-repeat !important; /* stop google toolbar from messing with our style */
				}
				#footer1 .contact textarea{
					overflow: hidden;
					margin: 0 0 5px 0;
					padding: 5px;
					width:230px;
					height: 100px;
					background: url("images/footer2_textarea_background.png") 0 0 no-repeat;
				}
				#footer1 .contact .submit{
					width: 230px;
					text-align: right;
				}
					#footer1 .contact .submit button{
						cursor: pointer;
						width: 60px;
						height: 20px;
						background: url("images/footer2_submit_background.png") 50% 50% no-repeat;
					}
						#footer1 .contact .submit button span{
							display: none;
						}


/* All widget styling is in widgets.css */
#footer2{
	background: #27282b url("images/footer2_background_tile.png") 0 0 repeat-x;
}
	#footer2 .wrapper{
		width: 1000px;
		margin: 0 auto;
		padding: 20px 0 40px 0;
		overflow: hidden;
	}
		#footer2 .left,
		#footer2 .center,
		#footer2 .right{
			float: left;
			margin: 0 20px 0 0;
			width: 320px;
			background: #27282b;
		}
		#footer2 .right{
			margin: 0;
		}

		#footer2 .left {

		}

		#footer2 .left .loginborde {
			background: #27282b;
		}

#footer3{
	height: 85px;
	font-family: Calibri, "Trebuchet MS";
	font-size: 11px;
	background: #000000 url("images/footer3_background.png") 50% 0 no-repeat;
	border-top: solid 1px #414348;
}
	#footer3 .wrapper{
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;
		color: #8f939e;
		text-align:center;
	}
		#footer3 .wrapper a{
			color: #e7edff;
			text-decoration: none;
		}
		#footer3 .wrapper ul{
			padding: 7px 0 0 0;
			line-height: 22px;
		}

#window1
{
	position: absolute;
	left: 200px;
	top: 100px;
	width: 400px;
	height: 300px;
	overflow: hidden;
	z-index:998;
}
#windowTop
{
	height: 30px;
	background-image: url(images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(images/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6caf00;
}
#windowBottom
{
	position: relative;
	height: 270px;
	background-image: url(images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}

#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #6caf00;
	height: 255px;
	width: 375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#windowContent *
{
	margin: 10px;
}
.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #B4F155;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

#flashcontent {position:absolute; z-index:-2; top:1px; left:50%; width:1002px; height: 395px; margin-left: -501px;}
#flashcontent2 {position:absolute; z-index:-3; top:24px; left:50%; width:1002px; height:223px; margin-left: -501px; overflow:hidden;}

#barrafooter {
	position:fixed;
	bottom:0px;
	width:1000px;
	height:25px;
	background-image: url(images/bgbarrafootera.png);
	z-index:999;
	border-top: solid 1px #282828;
	border-left: solid 1px #282828;
	border-right: solid 1px #282828;
	left:50%;
	margin-left:-500px;
	color:#fff;
}
		#barrafooter ul{ /* center the navigation menu */
			overflow: hidden;
			width: 100%;
			margin: 0 auto;
			margin-left: 0px;
		}
			#barrafooter ul li{
				display: block;
				height: 25px;
				float: left;
				border-right: solid 1px #282828;
			}
				#barrafooter ul li a{
					display: block;
					float: left;
					height: 25px;
					line-height: 24px;
					padding: 0 20px;
					color: #fff;
					text-decoration: none;
					text-transform: uppercase;
					border-bottom: #ffffff;
					border: 3px;
					background-image: url(images/bgbarrafootera.png);
					padding-top:2px;
				}
				#barrafooter ul li a:hover{
					color: #ccc;
					background-image: url(images/bgbarrafooterahover.png);
				}

				#barrafooter ul li p{
					color:#ffffff;
					margin: 5px;
				}

			#barrafooter ul li.derecha{
				width: auto;
				height: 25px;
				padding: 0px;
				font-size:9px;
				float:right;
				border: none;
			}

		.menufotos {
			position: fixed;
			display:block;
			width:auto;
			height:auto;
			background:#111;
			bottom:27px;
			left:5%;
			z-index:999;
			border: solid 1px #282828;
			border-bottom: none;
			overflow:auto;
		}

			.menufotos p {
				margin:10px;
			}

			.menufotos ul {
				overflow: hidden;
				width: 100%;
				margin: 0 auto;
				margin-left: 0px;
			}

				.menufotos ul li{
					display: block;
					height: 50px;
					border-top: solid 1px #282828;
				width: 300px;
				}

					.menufotos ul li a{
						display: block;
						height: 50px;
						text-decoration: none;
						background-image: url(images/bgitemfoto.png);
					}

					.menufotos ul li a:hover{
						background-image: url(images/bgitemfotohover.png);
					}

					.menufotos ul li a p{
						color: #fff;
						text-transform: uppercase;
						top:-35px;
						left:40px;
						position:relative;
					}

					.menufotos ul li a img{
						position:relative;
						top:9px;
						left:7px;
					}

.capapubli {
	background-image: url(http://newsletter.vlcclubbing.com/img/traslucido.png);
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
}

	.capapubli img {
		position:absolute;
		width:430px;
		height:523px;
		margin-top: -263px;
		margin-left: -215px;
		left:50%;
		top:50%;
	}