function abrir_entradilla(id, id_foto, nombre_foto){
	if(nombre_foto!='')
	document.getElementById(id_foto).src='../../includes/thumb.php?x=200&img=../img/noticias/' + nombre_foto;
	document.getElementById(id).style.display = 'block';
}


function abrir_texto(id){
	document.getElementById('texto_'+id).style.display = 'block';
	document.getElementById('mas_'+id).style.display = 'none';
}
