/*
	Resetear CSS
*/
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,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

body {
     line-height: 1;
}

:focus {
     outline: 0;
}

ol, ul {
     list-style: none;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}

blockquote, q {
     quotes: "" "";
}

input, textarea {
     margin: 0;
     padding: 0;
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px;
}


/* 
	Resetear CSS 
*/







body {
	background: #000 url('/img/dk08/layout/fondo.jpg') no-repeat top left;
	background-attachment: fixed;
	color: #fff;
}


#contenedor {
	width: 960px;
	background-color: #191919;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 0.8em;
	height: 25px;
}

ul#menu li {
	display: inline;
	float: left;
	margin-left: 10px;
	padding: 5px;
}

p.generaltickets {
	padding: 2em 0;
}
p.generaltickets a {
	color: white;
}
p.generaltickets a:hover {
	text-decoration: none;
}

ul#menu li a {
	color: #777;
	text-decoration: none;
}

ul#menu li a:hover {
	color: white;
	text-decoration: underline;
}

h1 {
	clear: both;
	padding: 2em 0 0em 0;
	font-size: 2em;
}

#contenido {
	width: 400px;
	margin-left: 490px;
	clear: both;
}


	#contenido .snippet {
		padding-top: 4em;
		clear: both;
	}
	#contenido .snippet h2 {
		font-size: 1.6em;
		float: left;
		width: 80%;
	}
	
	#contenido .snippet p.precio {
		float: right;
		width: 20%;
		text-align: right;
		padding-top: 4px;
	}
	
	#contenido .snippet .grupos {
		clear: both;
		border-top: 1px solid white;
		padding-top: 5px;
	}
	#contenido .info {
		clear: both;
		border-top: 1px solid white;
		padding-top: 5px;
	}
	#contenido  .info p {
		font-size: 0.9em;
		line-height: 1.4em;
		padding: 1em 0;
	}
	#contenido  .info p a {
		color: #999;
	}
	#contenido  .info p a:hover {
		text-decoration: none;
	}
	#contenido  .info h3 {
		font-size: 1.5em;
		padding-top: 8px;
		cursor: pointer;
	}
	#contenido  .info h3:hover {
		color: #999;
	}
	#contenido  .info h3 a {
		color: #999;
	}
	#contenido  .info h3 a:hover {
		text-decoration: none;
	}
	#contenido .snippet .grupos dl dt {
		display: block;
		float: left;
		width: 10%;
		clear: both;
		font-size: 0.8em;
		padding-top: 10px;
	}
	#contenido .snippet .grupos dl dd {
		display: block;
		float: left;
		width: 85%;
		font-size: 1.5em;
		padding-top: 8px;
	}
	#contenido .snippet .grupos dl dd .peque {
		font-size:0.8em;
	}
	#contenido .snippet .grupos dl dd a {
		text-decoration: none;
		color: white;
	}
	#contenido .snippet .grupos dl dd a:hover {
		text-decoration: underline;
	}

#pie {
	clear: both;
	padding: 2em 0;
}








































