@charset "utf-8";
#contenedor {
	height: 546px;
	width: 780px;
	background-image: url(/img/lanoche-cartel2009.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 546px;
	min-width: 780px;
	background-color: #010101;
	left: 50%;
	position: relative;
	margin-left: -390px;
}
body {
	background-color: #010101;
}
#contenedor .nota1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-weight: bold;
	font-size: 14px;
	top: 400px;
	position: relative;
	left: 180px;
}
#contenedor .contacto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66CCFF;
	position: relative;
	left: 15px;
	top: 480px;
}
#contenedor .contacto a {
	color: #66CCFF;
	text-decoration: none;
}

