@charset "UTF-8";
/* CSS Document */

#textoUpcomingEvents{
	font-family:arial, verdana, helvetica;
	font-size:90%;
	text-align:justify;
	width:227px;
	height:390px;
	overflow:scroll;
	border: none solid #ffffff;
	padding-left:14px;
	padding-right:-10px;
	margin-bottom:3px;
	position:absolute;
	top:140px;
	left:94px;
	color:#fafafa;
	overflow-x: hidden;
}



#fondoPrincipal{
background-image:url(fondoEvents.png);
background-repeat:no-repeat;
width:900px;
height:600px;
margin-left:auto;
margin-right:auto;
margin-top:none;
}

#textoevolve{
	font-family:arial, verdana, helvetica;
	font-size:100%;
	text-align:right;
	width:282px;
	height:20px;
	position:absolute;
	top:220px;
	left:372px;
	color:#ffffff;}
/*************texto amarillo postEvents esta como bg para seguir el flow del overflow*******************/
#upcomingEvents{
	width:223px;
	height:28px;
	background-image:url(upComingEvents.gif);
	background-repeat:no-repeat;
}

#pastEvents{
	width:223px;
	height:28px;
	background-image:url(pastEvents.gif);
	background-repeat:no-repeat
}

#post{
	padding-right:10px;
}
/*************Links Rear y Front*******************/
.flayerClick{
	text-align:right;
}
.flayerClick a{
	color:#FFCC00;
	text-decoration:none;
}

/*************GALERIA DE IMAGENES DERECHA*******************/
#galeria{	
	height:415px;
	width:130px;
	position:absolute;
	top:125px;
	left:710px;
	overflow:auto;
	border: none solid #ffffff;
	background-color:#000000;
}
#galeria ul{
position:absolute;
top:-5px;
left:-35px;
background-color:#000000;	
}
#galeria li {
list-style:none;
padding-bottom:5px;
width:100px;
}
#galeria img {
width:100px;
border:none;
}
