/* Lista */

.lista {
}

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

/* Lista */

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

}

/* Item */

.noticia-titulo {
	width:  468px;
	background: #59657B url("../imagenes/borde.gif") no-repeat right top;
	padding: 2px 0 2px 5px;
	margin:5px 0 8px 0;
	color: #FFFFFF;
	text-transform: uppercase;
}

.noticia-titulo a {
	color: #FFFFFF;
	text-transform: uppercase;
}

.noticia-titulo a:hover {
	color: #FFFFFF;
}

.noticia-fecha {
	float:left;
	margin:0px 0px 2px 0px;
}

.noticia-imagen {
	width: 100px;
	float: left;
	margin:0px 0px 0px 6px;
}

.noticia-datos {
	float: right;
	width: 346px;
	padding:0px 5px 5px 0px;
}

.noticia-tema {
	margin:0px 0px 2px 0px;
}

.noticia-personas {
	width:350px;
}

.noticia-enviada {
	float: left;
	margin:0px 0px 2px 0px;
}

.noticia-editada {
	float: right;
	margin:0px 0px 2px 0px;
}

.noticia-texto {
	clear: both;
	margin:0px 0px 2px 0px;
}

.noticia-link {
	padding:0px 0px 2px 0px;
	text-align: right;
	color:#59657B;
}

.noticia-link a {
	color:#59657B;
}
.t2 {
	color:#59657B;
	font-weight: bold;
}
/* Anterior_Siguiente */

.anterior {
	float: left;
}

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

