body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	color: #FFFFFF;
}

a img {
	border: 0px;
}

#header {
	margin: 0px;
	width: 968px;
	height: 189px;
	background: url(../images/parts/header.jpg);
	margin-left: -3px;
}

#headerDate {
	position: absolute;
	color: #FFFFFF;
	top: 120px;
	left: 250px;
	font-weight:900;
	font-size: 20px;
	text-transform: uppercase;
}

#container {
	color: #FFFFFF;
	top: 205px;
	position: absolute;
	left: 5px;
}

#container img {
	margin-left: 10px;
	mergin-bottom: -5px;
	padding: 0px; 
}

.event {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 24px;
	border-bottom: dotted 1px #FFFFFF;
	width: 600px;
}

.eventTop {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 24px;
	border-bottom: 0px;
	width: 610px;
}

.eventsContainers {
	display: block;
	width: 630px;
}

#eventsList
{
	width: 640px;
	height: 100%;
	border: solid 0px #3399FF;
	overflow: auto;
}

#bottomBar 
{
	margin-top: 10px;
}

/*   caja del flyer   */
#flyerDisplay {´
	width: 329px;
	height: 216px;
	border: solid 1px 
}

/*   textos    */

.title {
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
}

.titleEmpty {
	font-size: 15px;
	margin-left: 11px;
}

.excerpt {
	font-size: 15px;
}

/*   barra info   */

#bar
{
	display: none;
	position: absolute;
	overflow: auto;
	top: 0px;
	left: 643px;
	/*width:316px;*/
	width: 0px;
	border: solid 0px #3399FF
	font-size: 15px;
}

#barImage 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 322px;
	height: 212px;
	border: solid #009684 2px;
}

#amplify
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#barText
{
	position:absolute;
	top: 220px;
	left: 0px;
	font-size: 15px;
}


