/* Lista */

.lista {
}

.anterior_siguiente {
	height: 16px;
	margin-bottom: 5px;
}

/* Lista */

.item {
	clear:both;
	width:470px;
}

/* Item */

.evento-titulo {
	width:  468px;
	background: #CC3300 url("../imagenes/borde.gif") no-repeat right top;
	padding: 2px 0 2px 5px;
	margin:5px 0 8px 0;
	color: #FFFFFF;
	text-transform: uppercase;
}
.evento-icono{
	width: 100px;
	float: left;
	margin:0px 0px 0px 6px;
}
.evento-datos {
	float: right;
	width: 346px;
	padding:0px 5px 5px 0px;
}
.t2 {
	color:#CC3300;
	font-weight: bold;
}
.evento-tipo {
	margin:0px 0px 2px 0px;
}
.evento-zona {
	margin:0px 0px 2px 0px;
}
.evento-organizador {
	margin:0px 0px 2px 0px;
}
.evento-fecha{
	margin:0px 0px 2px 0px;
	font-weight: bold;
}
.evento-hora{
	margin:0px 0px 2px 0px;
}
.evento-salida{
	margin:0px 0px 2px 0px;
}
.evento-observaciones{
	margin:0px 0px 2px 0px;
}
.evento-link{
	margin:0px 0px 2px 0px;
}
.evento-email{
	margin:0px 0px 2px 0px;
}
.evento-telefono{
	margin:0px 0px 0px 0px;
}

/* Anterior_Siguiente */

.anterior {
	float: left;
}

.siguiente {
	position: relative;
	float: right;
	text-align: right;
}
