/* CSS Eventos */

#proximoEvento,
#proximosEventos,
#eventosPasados{
  margin: 5px;
  }

#proximoEvento{	
	}	
	
#proximosEventos{
	}
	
#eventosPasados{
	}

#tipoInEvento,
#tipoNextEvento, 
#tipoPastEvento{
  color: white;
  font-weight: bold;
  margin: 25px 0 0 0;
  padding: 5px;
	}
	
#tipoInEvento{	
	background: transparent url(/imagenes/next.jpg) top center no-repeat;	
	}
	
#tipoNextEvento{	
  background: transparent url(/imagenes/in.jpg) top center no-repeat;		
	}
  
#tipoPastEvento{	
	background: transparent url(/imagenes/past.jpg) top center no-repeat;	
	}

.evento{
	font-size: 11px;
  padding: 2px 5px;	
	background: transparent url(/imagenes/bck_comment.png) bottom repeat-x;
	
	}	
	
.claseEvento{
	float: right;
	font-size: 10px;
	font-weight: normal;
	}	
	
.contenidoEvento{	
	}
	
#proximoEvento .nombre,
#proximosEventos .nombre,
#eventosPasados .nombre{
	font-size: 110%;
	font-weight: bold;	
	border-bottom: 1px solid #FBBC01;
	}
	
.nombre a{
	color: #666666;
	}
	
.nombre a:hover{
	text-decoration: none;
	}

.fechas .fecha{
	font-style: italic;
	}
	
.evento .texto{
	/*margin: 5px 0 5px 0;*/
	}

.evento .texto br{
	line-height: 5px;
	}
	
.entries {
  margin-left: 5px;
  font-size: 10px;  
  }

